.pbl-popup-container{position:fixed;top:20px;right:20px;z-index:99999999;display:flex;flex-direction:column;gap:15px}.pbl-popup{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);padding:var(--padding);width:320px;box-sizing:border-box;height:fit-content;display:flex;flex-direction:column;justify-content:center;transition:all 1s ease-in-out;border-radius:8px;z-index:99999999;text-align:start;max-width:320px}.pbl-popup>img.cross{position:absolute;width:25px;height:25px;right:20px;top:42px;cursor:pointer}.pbl-popup>img.cross.corner{top:20px}.pbl-popup.center{top:50%;transform:translate(-50%,-50%)}.pbl-popup.top{top:5%;transform:translate(-50%)}.pbl-popup.right-top{top:5%;right:5%;left:unset;transform:unset}.pbl-popup.success{background:var(--grey-color);border-radius:var(--radius);color:#fff;-webkit-box-shadow:0 0 16px 0 var(--green-color);-moz-box-shadow:0 0 16px 0 var(--green-color);box-shadow:0 0 16px 0 var(--green-color)}.pbl-popup.error{background:var(--grey-color);border:var(--width) solid #FE5E5E;border-radius:var(--radius);color:#fff;-webkit-box-shadow:0 0 16px 0 #FE5E5E;-moz-box-shadow:0 0 16px 0 #FE5E5E;box-shadow:0 0 16px #fe5e5e}.pbl-popup.moving-out{top:-50%}.pbl-popup>p{margin-top:0;font-size:15px;overflow-wrap:normal;padding-right:30px}.pbl-popup>p:last-child{margin-bottom:0}@media screen and (max-width: calc(1312px + 2em)){.pbl-popup{padding:15px;min-height:60px}.pbl-popup>img.cross{width:25px;height:25px;right:15px;top:15px}}@media screen and (max-width: calc(720px + 2em)){.pbl-popup>img.cross{width:25px;height:25px;right:15px;top:15px}}:root{--main-background-color: #000048;--color-violet: #1C249F;--color-dark-blue: #000057;--color-dark-violet: #3E3E70;--color-gray: #D9D9D9;--color-orange: #FF6A13;--default-margin: 20px;--page-padding: 30px;--default-padding: 20px;--gradient-01: linear-gradient(3deg, #4D2065 0%, #A74523 100%);--gradient-01-svg: url("data:image/svg+xml,%3csvg%20width='680'%20height='53'%20viewBox='0%200%20680%2053'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='680'%20height='53'%20fill='%23FF6A13'/%3e%3crect%20width='680'%20height='53'%20fill='%23FF6A13'/%3e%3crect%20width='680'%20height='53'%20fill='url(%23paint0_linear_366_10854)'%20fill-opacity='0.7'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_366_10854'%20x1='395.073'%20y1='55.2083'%20x2='401.735'%20y2='-71.8951'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23000088'/%3e%3cstop%20offset='1'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.cookie-accept{position:fixed;bottom:0;left:0;width:100%;height:auto;background:#000057d5;border-top:2px solid var(--color-orange);padding:40px calc((100vw - 1380px)/2);box-sizing:border-box;z-index:9999999;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.cookie-accept:not(.active){display:none}.cookie-accept .btns{display:flex;flex-direction:column;gap:20px;text-wrap:nowrap;justify-content:center;align-items:center}.cookie-accept .btns>*{width:100%}@media screen and (max-width: 1380px){.cookie-accept{padding:40px calc((100vw - 740px)/2)}}@media screen and (max-width: 740px){.cookie-accept{padding:40px 20px;font-size:1.5em;flex-direction:column}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#00000061;border-radius:3px}::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff}.slim-scrollbar::-webkit-scrollbar{width:3px;height:3px}body{margin:0;font-size:20px;font-family:Jost;font-weight:600;color:#fff;background-color:var(--main-background-color);background-image:url(/game/static/bg_segment_full-B97erQZ5.svg);background-repeat:repeat;background-size:auto auto;background-position:top left;display:flex;flex-direction:column;gap:var(--default-margin);padding-top:calc(70px + var(--default-margin));text-transform:uppercase}a{color:inherit;text-decoration:none}h1{font-size:2em}.container{width:1380px;max-width:100vw;margin-left:auto;margin-right:auto}.container.gap{display:flex;flex-direction:column;gap:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-margin);row-gap:var(--default-margin)}.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:var(--default-margin);row-gap:var(--default-margin)}body{position:relative;padding-bottom:250px}footer{position:absolute;bottom:0;left:0;width:100%}@media screen and (max-width: 1380px){.container{width:680px;max-width:calc(100vw - (var(--page-padding) * 2))}.grid-4{grid-template-columns:1fr 1fr}:root{--default-margin: 20px;--page-padding: 30px;--default-padding: 10px}}@media screen and (max-width: 740px){.container{width:375px;max-width:100vw}:root{--default-margin: 15px;--page-padding: 15px}body{font-size:12px;padding-top:68px;padding-bottom:140px}.grid-2,.grid-4{grid-template-columns:1fr}}@media screen and (max-width: 740px){*{border-width:1px!important}}.button{border-radius:20px;box-sizing:border-box;color:var(--main-background-color);padding:5px 20px;background:#fff;border:2px solid var(--main-background-color);text-align:center;width:fit-content;cursor:pointer}.button.blue{color:#fff;border-color:#fff;background:var(--main-background-color)}.button.orange{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.button.hollow-white{background:none;color:#fff;border-color:#fff}.button.hollow-orange{background:none;color:#fff;border-color:var(--color-orange)}.button.disabled{opacity:.5;cursor:default}.no-select{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.no-drag,img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}header img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}header{position:fixed;top:0;left:0;width:100%;height:70px;background:var(--main-background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100}header>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between}header>div>div:nth-child(1){display:flex;flex-direction:row;gap:20px;align-items:center}header>div>div:nth-child(1)>a{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:18px;font-size:45px;font-weight:800;text-transform:uppercase;cursor:pointer;color:#fff}header>div>div:nth-child(1)>a>img{height:52px;width:auto}header>div>div:nth-child(1)>a:nth-child(2)>img{height:36px}header>div>div:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:end;gap:50px;position:relative}header>div>div:nth-child(2)>a:nth-child(1)>img,header>div>div:nth-child(2)>img:nth-child(1){height:52px;width:auto}header>div>div:nth-child(2)>div{display:flex;flex-direction:row;align-items:center;gap:15px}header>div>div:nth-child(2)>div.mobile-menu{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;align-items:end;justify-content:center;border-radius:0 0 36px 36px;padding:20px 25px;background:var(--main-background-color);min-width:330px;box-sizing:border-box}header>div>div:nth-child(2)>div.mobile-menu:not(.active){display:none}header>div>div:nth-child(2)>div.mobile-menu a{width:100%;text-align:end}header>div>div:nth-child(2)>div.mobile-menu a.orange-round span{border-radius:10px;border:1px solid var(--color-orange);padding:0 8px}header>div>div:nth-child(2)>div.mobile-menu a:not(:last-child){border-bottom:2px solid rgba(105,105,201,.42);padding-bottom:18px}@media screen and (max-width: 740px){header{height:37px}header>div>div:nth-child(2)>div.mobile-menu{min-width:unset;width:100vw;position:fixed;top:37px;right:0}}header>div>div:nth-child(2)>div>a>img{height:31px;width:auto;cursor:pointer}header>div>div:nth-child(2)>a#menu-burger>img{height:48px;width:auto;cursor:pointer}footer{background:var(--main-background-color)}footer .container{display:flex;flex-direction:column;gap:60px;min-height:230px;box-sizing:border-box;padding-top:15px}footer .container>div:nth-child(1){display:flex;flex-direction:row;align-items:start;justify-content:space-between}footer .footer--socials{display:flex;flex-direction:row;gap:15px;align-items:center}footer .footer--socials>a img{height:38px;width:auto;cursor:pointer}footer .sport-tech>a img{width:235px;height:auto}footer .footer--links>*{margin:0;font-size:18px;color:#ffffff6b;font-weight:400;text-transform:uppercase}footer .footer--links>a:not(:last-child){margin-right:1em}@media screen and (max-width: 1380px){footer .footer--socials>a img{width:31px;height:auto}}@media screen and (max-width: 740px){footer .footer--socials{display:grid;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 740px){footer .container{gap:20px;min-height:120px;padding-top:9px}footer .footer--socials>a img{width:17px}footer .sport-tech>a img{width:125px}footer .footer--links>*{font-size:10px}}.index-table-container{background:var(--color-gray);border-radius:46px 46px 36px 36px;display:flex;flex-direction:column;gap:10px}.index-table-container .table-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;height:34px;font-size:24px;font-weight:900;text-transform:uppercase;margin-top:-10px}.index-table-container .table-bottom>span{color:var(--main-background-color);opacity:.45;width:66px;height:16px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAAgCAMAAADkFyBtAAAAh1BMVEUAAAB3d5d2dpd3d5RxcZJ8fJt3d5d3d5d3d5d4eJZ4eJZ6epZ0dJR3d5d3d5h3d5d3d5d2dpZ3d5d3d5d3d5h3d5d3d5d3d5d3d5d3d5h3d5d3d5d3d5d2dpd2dpd3d5Z3d5d3d5d2dpZ2dpZ3d5d2dpd2dpZ3d5Z3d5Z2dpd3d5d3d5d3d5cbLqjVAAAALHRSTlMA+/NWNgZ28NoqGg8LRTfU5RXDtKBuz8u8laffkB+CJequm4toY1o9TH0wiE5zLAsAAAO6SURBVFjDvVbZdoIwEJ1gwyarLKIsasU9//99nZkUxErr6QPeBw4ZAnMz904C9JBOs4gs8RZYUZK58IxTItRbYaUbeEScqvdDmHMYIMg5uk2yc/AxDTJLIaK09T9Os8uCRyoZaOJzyLq4MBnOlGJ76ZfuNKx+ee3tQBPEekIKmkNRD0ObhULY37HYZn0kTIdNhCnW88fgnH240Hn3dL/SbfqTiaQIh8fBj15jTXWIn97lWsxYnS3NYJa7qPyEIeowsn1YRaEPP1AvyhXm98vyCC/hG6i+8xyvbRKEUlfkyYCDC7x7aN6WmMqlUnv4gUDw2ybV8CUSlHuU61Eh8Em8VX0OE28PP8ooPGjCcPYLCT8MX1fiioVIRmXzSJClhLO6L/8qcDZZNbHzluaEKBRq57pspNgDr3biIQnQjzx8JF3H7TLhtPpuQ5OVH4WPGY0N3MgR3buoUYRJDkTMQ1PjlAzkqqRKuOG28BdCWTt3UInSznC03IZBaiijYOFlmwslwkuXqVBqG8MovJKLX+C1m87+CNAbLBWTEVeQSxbeMZQQipDLoSfIygLTKEKI1L2d0thLYFjciOPYsRnsYa18HJiUTrEuKX5VDkgokVyI9GmEhCou9MEzQIPlPF4bLMZJr5b2CPgFDWeK8Or31TEolGE21KOWSLCCIYlKgotLbkdIpBI8nGiy02e0xs7vruLPjCOjymoSw2aKyI47DLfkav+BhIOjHH0yQsLXzWSy09dpmuK84jUJk9oDQpJ/SEwciNYnfqJlmw494f5O4tqROKgeC11e8YccN9YqwWvTxxyLLWZJHy8haTMkYfxBwhmQEKmG9hoVO/f+MOYFGmbcI1f6JIlLvjn8mwSbW+878p7IqGEU84jNfOLt4qE8SqDAK75x/02CnbuOwQuShXvXPYNRzHirpA2Krf2Nk0JEtA1x28P/SUCGI7vIBQ0YG9Q4/H3bTjRP7miNuOy8TDdmR6Jiu2gSfYt6+gC7k0j1G6b17cvN4AgyYQQt5T5TB5Esy7iLB01jchn9psl01N83G8xuVi0t51zdXBrtyXb17UbZs8qkR9dqz9rX5q4oKt+7n3Ys8fi/Dm+mZGc+5aaDvJHGT96MQypEALrc3BAeTAcWOXcfg26hEJ/9/xMr6MB0+KDzzX5Q5KSz3v+/eSyq63SanCLKsAu+M8iTPmp38WDPWHNIhFV2nE0D3TJiuW+PR/MzFDQy9vOHhj1Y6u0oZ08baGOrtyI/jLWCd94XpWVMD8uyk0swUOILAU7mGaBkc80AAAAASUVORK5CYII=);background-position:center center;background-size:contain;font-size:0px!important;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 740px){.index-table-container .table-bottom{height:19px}}.index-double-table>div:nth-child(1),.index-single-table>div:nth-child(1){background:var(--color-orange);min-height:65px;box-sizing:border-box;border-radius:36px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--default-margin);margin-bottom:10px}.index-double-table>div:nth-child(1)>p,.index-single-table>div:nth-child(1)>p{width:fit-content;max-width:calc(100% - 150px);font-size:40px;font-style:italic;font-weight:500;text-transform:uppercase;text-align:center;margin:0;font-family:PF Din}.index-double-table>div:nth-child(1)>p:first-child:last-child,.index-single-table>div:nth-child(1)>p:first-child:last-child{margin-left:auto;margin-right:auto}.index-double-table>div:nth-child(1) img,.index-single-table>div:nth-child(1) img{cursor:pointer;width:23px;height:auto;opacity:.72;transition:opacity .25s ease-in-out}.index-double-table>div:nth-child(1) img:hover,.index-single-table>div:nth-child(1) img:hover{opacity:1}.index-double-table>div:not(:nth-child(1)){display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-margin);row-gap:2px;color:var(--main-background-color)}.index-double-table>div:not(:nth-child(1))>div{display:flex;flex-direction:column;gap:2px}.index-single-table>div:not(:nth-child(1))>div{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-margin);row-gap:2px;color:var(--main-background-color)}.index-double-table>div:not(:nth-child(1))>div>div,.index-single-table>div:not(:nth-child(1))>div>div{display:grid;grid-template-columns:2.11fr 1fr;column-gap:5px;border-radius:15px;overflow:hidden}.index-double-table>div:not(:nth-child(1))>div>div.single-column,.index-single-table>div:not(:nth-child(1))>div>div.single-column{grid-template-columns:1fr!important}.index-double-table>div:not(:nth-child(1))>div>div,.index-single-table>div:not(:nth-child(1))>div>div{height:54px;box-sizing:border-box}.index-double-table>div:not(:nth-child(1))>div>div>div,.index-single-table>div:not(:nth-child(1))>div>div>div{background-color:#fff;padding:7px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1){display:grid;grid-template-columns:1fr 1.1fr 1fr;column-gap:10px;align-items:center}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a{height:40px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a img{height:100%;width:auto}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a{display:flex;flex-direction:row;align-items:center;gap:10px;text-transform:uppercase;width:100%}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:nth-child(1)>span,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:nth-child(1)>span{text-align:end}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a>img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a>img{height:40px;width:40px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:not(:nth-child(2))>span,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:not(:nth-child(2))>span{width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:0 8px;border-radius:20px;color:#fff}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;background:var(--main-background-color);height:40px;width:100%;box-sizing:border-box}.index-double-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2),.index-double-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2){display:grid;grid-template-columns:1fr 25px 1fr;gap:3px;text-align:center}.index-double-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2){background:#fff;color:var(--main-background-color);border:2px solid #0077FF}.index-double-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2){background:#ed1d24;background:#fff;color:var(--main-background-color);border:2px solid #ED1D24}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:end;padding-bottom:9px;font-size:6px;font-weight:600;margin:0}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p span,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p span{display:block;text-align:center;height:1em}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p img{height:16px;width:auto}.index-double-table>div:not(:nth-child(1))>div>div.empty,.index-single-table>div:not(:nth-child(1))>div>div.empty{display:flex;align-items:center;justify-content:center;background:#fff}.index-double-table>div:not(:nth-child(1))>div>div.empty>span,.index-single-table>div:not(:nth-child(1))>div>div.empty>span{font-size:25px;font-weight:900;color:var(--main-background-color);opacity:.61;text-transform:uppercase}.inner-links{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.inner-links>div:nth-child(1){display:grid;row-gap:24px;grid-template-rows:repeat(4,1fr)}.inner-links>div:nth-child(1)>a{height:105px}.inner-links>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.inner-links a{display:block;width:100%;height:fit-content;border-radius:36px;border:2px solid var(--color-violet);box-sizing:border-box;overflow:hidden}.inner-links a img{width:100%;height:100%;object-fit:cover;object-position:center}.block-title{display:flex;flex-direction:row;align-items:end;justify-content:space-between;position:relative;text-transform:uppercase;gap:20px;margin-bottom:var(--default-margin)}.block-title>select{width:400px}.block-title h1{font-size:37px;line-height:1em;margin:0;font-weight:500;font-style:italic}.block-title{padding-bottom:20px}.block-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:1px;background:#fff;display:block}@media screen and (max-width: 1380px){.block-title{flex-wrap:wrap}}.index--league-cup{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-margin);row-gap:var(--default-margin)}.index--league-cup>div:not(.index-table):not(.index--best-players){display:flex;flex-direction:column;gap:var(--default-margin)}.index-table{display:flex;flex-direction:column;border-radius:36px;border:2px solid var(--color-violet);box-sizing:border-box;height:fit-content}.index-table>div.table-prehead{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:center;min-height:66px;height:auto;padding:10px;box-sizing:border-box;background:var(--main-background-color);font-size:28px;font-weight:500;font-style:italic;text-transform:uppercase;position:relative}.index-table>div.table-prehead>div.mobile-only{display:flex;flex-direction:row;align-items:center;gap:10px}.index-table>div.table-prehead>div.mobile-only img{height:1.5em;width:auto}@media screen and (min-width: 740px){.index-table>div.table-prehead>div.mobile-only{display:none!important}}.index-table>div.table-prehead{border-radius:36px 36px 0 0}.index-table>div:last-child{border-radius:0 0 36px 36px}@media screen and (max-width: 1380px){.index-table>div.table-prehead{min-height:46px;font-size:21px}.index-table{border-radius:30px}.index-table>div.table-prehead{border-radius:30px 30px 0 0}.index-table>div:last-child{border-radius:0 0 30px 30px}}.index-table>div.table-prehead:not(:first-child){border-radius:0}.index-table>div:last-child{display:flex;flex-direction:row;align-items:center;justify-content:center;height:34px;background:var(--color-gray);font-size:24px;font-weight:900;text-transform:uppercase}.spoiler-table>div.spoiler-bottom span,.index-table>div:last-child span{color:var(--main-background-color);opacity:.45;width:66px;height:16px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAAgCAMAAADkFyBtAAAAh1BMVEUAAAB3d5d2dpd3d5RxcZJ8fJt3d5d3d5d3d5d4eJZ4eJZ6epZ0dJR3d5d3d5h3d5d3d5d2dpZ3d5d3d5d3d5h3d5d3d5d3d5d3d5d3d5h3d5d3d5d3d5d2dpd2dpd3d5Z3d5d3d5d2dpZ2dpZ3d5d2dpd2dpZ3d5Z3d5Z2dpd3d5d3d5d3d5cbLqjVAAAALHRSTlMA+/NWNgZ28NoqGg8LRTfU5RXDtKBuz8u8laffkB+CJequm4toY1o9TH0wiE5zLAsAAAO6SURBVFjDvVbZdoIwEJ1gwyarLKIsasU9//99nZkUxErr6QPeBw4ZAnMz904C9JBOs4gs8RZYUZK58IxTItRbYaUbeEScqvdDmHMYIMg5uk2yc/AxDTJLIaK09T9Os8uCRyoZaOJzyLq4MBnOlGJ76ZfuNKx+ee3tQBPEekIKmkNRD0ObhULY37HYZn0kTIdNhCnW88fgnH240Hn3dL/SbfqTiaQIh8fBj15jTXWIn97lWsxYnS3NYJa7qPyEIeowsn1YRaEPP1AvyhXm98vyCC/hG6i+8xyvbRKEUlfkyYCDC7x7aN6WmMqlUnv4gUDw2ybV8CUSlHuU61Eh8Em8VX0OE28PP8ooPGjCcPYLCT8MX1fiioVIRmXzSJClhLO6L/8qcDZZNbHzluaEKBRq57pspNgDr3biIQnQjzx8JF3H7TLhtPpuQ5OVH4WPGY0N3MgR3buoUYRJDkTMQ1PjlAzkqqRKuOG28BdCWTt3UInSznC03IZBaiijYOFlmwslwkuXqVBqG8MovJKLX+C1m87+CNAbLBWTEVeQSxbeMZQQipDLoSfIygLTKEKI1L2d0thLYFjciOPYsRnsYa18HJiUTrEuKX5VDkgokVyI9GmEhCou9MEzQIPlPF4bLMZJr5b2CPgFDWeK8Or31TEolGE21KOWSLCCIYlKgotLbkdIpBI8nGiy02e0xs7vruLPjCOjymoSw2aKyI47DLfkav+BhIOjHH0yQsLXzWSy09dpmuK84jUJk9oDQpJ/SEwciNYnfqJlmw494f5O4tqROKgeC11e8YccN9YqwWvTxxyLLWZJHy8haTMkYfxBwhmQEKmG9hoVO/f+MOYFGmbcI1f6JIlLvjn8mwSbW+878p7IqGEU84jNfOLt4qE8SqDAK75x/02CnbuOwQuShXvXPYNRzHirpA2Krf2Nk0JEtA1x28P/SUCGI7vIBQ0YG9Q4/H3bTjRP7miNuOy8TDdmR6Jiu2gSfYt6+gC7k0j1G6b17cvN4AgyYQQt5T5TB5Esy7iLB01jchn9psl01N83G8xuVi0t51zdXBrtyXb17UbZs8qkR9dqz9rX5q4oKt+7n3Ys8fi/Dm+mZGc+5aaDvJHGT96MQypEALrc3BAeTAcWOXcfg26hEJ/9/xMr6MB0+KDzzX5Q5KSz3v+/eSyq63SanCLKsAu+M8iTPmp38WDPWHNIhFV2nE0D3TJiuW+PR/MzFDQy9vOHhj1Y6u0oZ08baGOrtyI/jLWCd94XpWVMD8uyk0swUOILAU7mGaBkc80AAAAASUVORK5CYII=);background-position:center center;background-size:contain;font-size:0px!important;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.index-table>div table{width:100%;font-size:20px;font-weight:600;font-family:Jost;text-transform:uppercase;border-collapse:collapse}.index-table th{white-space:nowrap;padding:0 10px;box-sizing:border-box}.index-table th.left{text-align:left;padding-left:.5em;box-sizing:border-box}.index-table>div table tr.table-head{background:var(--color-orange);background-size:cover}.index-table>div table tr{height:55px;border-bottom:2px solid var(--color-gray)}.index-table>div table tr td:first-child{padding:0 .5em}.index-table>div table tr td:last-child{padding-right:.5em}.index-table>div table tr:not(.table-head){color:var(--main-background-color);background:#fff}.predictor-page .index-table>div table tr>*{height:98px}.index-table>div table tr>*{min-width:35px}@media screen and (max-width: 740px){.index-table>div table tr>*{min-width:15px}}.index-table>div table tr td{text-align:center}.index-table>div table tr td>*{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.index-table>div table tr td>*.left{justify-content:start;padding-left:.5em;text-align:left;box-sizing:border-box}.index-table>div table tr td>*>img{height:40px;width:40px}.index--best-players{display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding-top:20px;box-sizing:border-box;border-radius:36px}.index--best-players.missing{background:url(/game/static/MFL-D9qFFFaO.png),url("data:image/svg+xml,%3csvg%20width='680'%20height='928'%20viewBox='0%200%20680%20928'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_366_10884)'%3e%3cg%20filter='url(%23filter0_b_366_10884)'%3e%3crect%20width='680'%20height='928'%20rx='36'%20fill='black'%20fill-opacity='0.2'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_366_10884)'%3e%3cellipse%20cx='689.5'%20cy='746.5'%20rx='540.5'%20ry='440.5'%20fill='%23FF6A13'%20fill-opacity='0.48'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_366_10884)'%3e%3cellipse%20cx='-165.5'%20cy='306.5'%20rx='540.5'%20ry='440.5'%20fill='%23FF6A13'%20fill-opacity='0.38'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_366_10884'%20x='-20'%20y='-20'%20width='720'%20height='968'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='10'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_366_10884'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_366_10884'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_366_10884'%20x='-151'%20y='6'%20width='1681'%20height='1481'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='150'%20result='effect1_foregroundBlur_366_10884'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_366_10884'%20x='-1006'%20y='-434'%20width='1681'%20height='1481'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='150'%20result='effect1_foregroundBlur_366_10884'/%3e%3c/filter%3e%3cclipPath%20id='clip0_366_10884'%3e%3crect%20width='680'%20height='928'%20rx='36'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:auto 307px,cover;background-repeat:no-repeat;background-position:center center;min-height:500px}@media screen and (max-width: 1380px){.index--best-players.missing{min-height:900px}.index-table>div table tr>*{height:30px}}@media screen and (max-width: 740px){.index--best-players.missing{min-height:500px;background-size:auto 185px,cover}}.index--best-players>div{display:flex;flex-direction:column;gap:20px}.index--best-players>div>h2{font-size:28px;font-weight:500;font-style:italic;text-transform:uppercase;text-align:center;margin:0;line-height:1em}.index--best-players>div>div{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px}.player-card{background:var(--color-orange);height:235px;width:212px;position:relative;border-radius:36px;border:2px solid var(--color-violet);box-sizing:border-box;overflow:hidden;display:block}.player-card.placeholder{background:url(/game/static/player-card--placeholder-DXZ0Batn.png);background-position:center center;background-size:cover}.player-card>img{height:187px;width:100%;object-position:top center;object-fit:contain}.player-card>div{display:flex;flex-direction:column;align-items:center;gap:7px;position:absolute;bottom:20px;left:0;width:100%;z-index:2}.player-card.no-photo>div{bottom:50%;transform:translateY(50%)}.player-card>div span:nth-child(1){font-size:25px;line-height:1em;font-weight:500;font-style:italic;text-transform:uppercase;text-align:center}.player-card>div span:nth-child(2){font-weight:400;font-size:20px;line-height:1em;text-align:center;opacity:.75;text-transform:uppercase}.player-card:after{content:"";background:linear-gradient(180deg,rgba(0,0,88,0) 0%,var(--color-orange) 100%);position:absolute;bottom:40px;left:0;width:100%;height:80px}.player-card.placeholder:after,.player-card.no-photo:after{display:none}.card-scroll{display:flex;flex-direction:row;gap:var(--default-margin);height:fit-content;overflow-x:scroll;overflow-y:hidden;padding-bottom:10px;scroll-snap-type:x mandatory}.card-scroll>*{position:relative;display:block;height:366px;flex-basis:calc(20% - (var(--default-margin) / 4 * 3) - 2px);min-width:calc(20% - (var(--default-margin) / 4 * 3) - 2px);border-radius:24px;border:2px solid var(--color-violet);overflow:hidden;box-sizing:border-box;scroll-snap-align:start}.card-scroll>*>img,.card-scroll>*>*:nth-child(1)>img{box-sizing:border-box;height:100%;width:100%;object-fit:cover;object-position:center}.card-scroll>*>div:nth-child(2){position:absolute;top:0;left:0;width:100%;box-sizing:border-box;padding:10px 10px 70px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px;background:linear-gradient(0deg,#0000,#000)}.card-scroll>*>div:nth-child(2)>img{width:49px;height:40px}.card-scroll>*>div:nth-child(2)>span{width:calc(100% - 50px);width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;font-size:21px;font-weight:500;font-style:italic}.card-scroll>*>*:nth-child(3){position:absolute;bottom:0;left:0;width:100%;border-radius:24px;background:#fff;color:var(--main-background-color);display:grid;grid-template-columns:1fr 71px 1fr;column-gap:8px;height:48px;align-items:center;padding:0 10px;box-sizing:border-box;font-size:15px}.card-scroll>*>*:nth-child(3)>*:not(:nth-child(2)){display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px;font-weight:700}.card-scroll>*>*:nth-child(3)>*:not(:nth-child(2)):nth-child(3){justify-content:start}.card-scroll>*>*:nth-child(3)>*:not(:nth-child(2)) img{height:30px;width:30px}.card-scroll>*>div:nth-child(3)>*:nth-child(2){border-radius:26px;width:71px;height:28px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;color:#fff;background:var(--main-background-color);font-weight:600}.adv-container,.adv-container>div{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-margin);row-gap:var(--default-margin)}.adv-img,.adv-img--small{width:100%;height:fit-content;cursor:pointer;position:relative}.adv-img .tooltip,.adv-img--small .tooltip{top:20px;transform:none}.adv-img>img,.adv-img--small>img{width:100%;height:auto}.index-banner{height:628px;border-radius:40px;overflow:hidden}.index-banner img{width:100%;height:auto;object-fit:cover;object-position:center;border-radius:40px}.index-banner .swiper-pagination-bullet{background:#0000587e;border:1px solid #6969C9;width:30px;height:30px;opacity:1}.index-banner .swiper-pagination-bullet-active{background:#000058}.index-banner a.mobile-ver>img:nth-child(2){display:none}@media screen and (max-width: 1380px){.index-double-table>div:not(:nth-child(1)),.index-single-table>div:not(:nth-child(1))>div{grid-template-columns:1fr}.index-banner>a,.index-banner img{width:100%;height:auto}.inner-links>div:nth-child(1){row-gap:12px}.inner-links,.index--league-cup{grid-template-columns:1fr;row-gap:var(--default-margin)}.card-scroll>*{height:465px;flex-basis:calc(50% - (var(--default-margin) / 2));min-width:calc(50% - (var(--default-margin) / 2))}.index--league-cup>div>.adv-img{display:none}.adv-container{grid-template-columns:1fr}.index-double-table>div:nth-child(1),.index-single-table>div:nth-child(1){justify-content:space-between;padding:0 30px}header>div>div:nth-child(1)>a{font-size:31px}header>div>div:nth-child(2)>a:nth-child(1){display:none}.index-double-table>div:nth-child(1)>p,.index-single-table>div:nth-child(1)>p{font-size:30px}}@media screen and (max-width: 740px){.index-banner .swiper-pagination-bullet{width:15px;height:15px}.index-banner,.index-banner img{border-radius:20px}.inner-links>div:nth-child(1)>a{height:59px}.index-banner a.mobile-ver>img:nth-child(1){display:none}.index-banner a.mobile-ver>img:nth-child(2){display:block}.index-double-table>div:nth-child(1)>p,.index-single-table>div:nth-child(1)>p{font-size:17px;max-width:100%}.index-double-table>div:nth-child(1),.index-single-table>div:nth-child(1){min-height:34px;margin-bottom:2px}.index-double-table>div:nth-child(1) a,.index-single-table>div:nth-child(1) a{height:30px;width:30px;display:flex;flex-direction:row;align-items:center;justify-content:center}.index-double-table>div:nth-child(1) img,.index-single-table>div:nth-child(1) img{width:12px}.index-double-table>div:nth-child(1),.index-single-table>div:nth-child(1){padding:0 9px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a>img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a>img{width:21px;height:21px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:not(:nth-child(2))>span,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a:not(:nth-child(2))>span{width:calc(100% - 26px)}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>a{gap:5px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1){column-gap:5px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a{height:19px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2) a img{height:19px;width:auto}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(2){gap:15px;justify-content:center}.index-double-table>div:not(:nth-child(1))>div>div,.index-single-table>div:not(:nth-child(1))>div>div{grid-template-columns:1fr 80px;column-gap:2px;border-radius:10px}.index-double-table>div:not(:nth-child(1))>div>div,.index-single-table>div:not(:nth-child(1))>div>div{height:29px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2){height:21px;width:100%}.index-double-table>div:not(:nth-child(1))>div>div>div,.index-single-table>div:not(:nth-child(1))>div>div>div{padding:0 7px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p{font-size:4px;padding-bottom:4px}.index-double-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p img,.index-single-table>div:not(:nth-child(1))>div>div>div:nth-child(1)>*:nth-child(2)>p img{height:9px}.index-double-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.vk>div:nth-child(1)>*:nth-child(2),.index-double-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2),.index-single-table>div:not(:nth-child(1))>div>div.yt>div:nth-child(1)>*:nth-child(2){grid-template-columns:1fr 12px 1fr;padding:0 3px;border-width:1px}.inner-links a{border-radius:20px}.index-table-container{border-radius:24px 24px 20px 20px}.index-table>div table{font-size:12px}.index-table>div:nth-child(1){font-size:17px}.block-title h1{font-size:24px}.index--best-players{gap:14px;border-radius:20px}.index--best-players>div>div{column-gap:12px}.player-card{width:100%;height:auto;border-radius:20px}.player-card>img{height:auto;padding-bottom:30px;padding-top:5px}.player-card>div span:nth-child(1){font-size:15px}.player-card>div span:nth-child(2){font-size:12px}.player-card:after{bottom:20px}.index--best-players>div>h2{font-size:17px}.index-table{border-radius:20px}.index-table>div.table-prehead{border-radius:20px 20px 0 0}.index-table>div:last-child{border-radius:0 0 20px 20px}.index-table>div table tr td>*>img{width:21px;height:21px}.index-table>div table tr{height:29px}.index-table>div:last-child{height:19px}.index-table>div:last-child span{font-size:8px}.index-table>div:nth-child(1){min-height:35px;height:auto}.card-scroll{gap:10px}.card-scroll>*{height:246px;border-radius:20px}.card-scroll>*>div:nth-child(2){padding:9px 6px}.card-scroll>*>div:nth-child(2)>img{height:25px;width:25px}.card-scroll>*>div:nth-child(2)>span{font-size:11px}.card-scroll>*>*:nth-child(3){font-size:12px;grid-template-columns:1fr 50px 1fr;column-gap:3px;padding:0;height:32px;border-radius:20px}.card-scroll>*>*:nth-child(3)>*:not(:nth-child(2)) img{width:21px;height:21px}.card-scroll>*>div:nth-child(3)>*:nth-child(2){width:50px;height:21px}.card-scroll>*>*:nth-child(3)>*:not(:nth-child(2)){gap:3px}.block-title{margin-top:0}header>div>div:nth-child(1)>a{font-size:17px;gap:9px}header>div>div:nth-child(1)>a>img{height:27px}header>div>div:nth-child(1)>a:nth-child(2)>img{height:20px}header>div>div:nth-child(2){gap:18px}header>div>div:nth-child(2)>div{gap:18px}header>div>div:nth-child(2)>a#menu-burger>img{height:25px}header>div>div:nth-child(2)>div>a>img{height:16px}}@media screen and (max-width: 400px){.index-double-table>div:nth-child(1)>p,.index-single-table>div:nth-child(1)>p{font-size:15px}}@media screen and (max-width: 374px){.index-double-table>div:nth-child(1)>p,.index-single-table>div:nth-child(1)>p{font-size:14px}}.match--main-info{border-radius:36px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-bottom:20px}.match--main-info>div:nth-child(1){width:fit-content;display:grid;grid-template-columns:1fr .5fr 1fr;column-gap:40px;background:var(--color-gray);border-radius:0 0 36px 36px;height:47px;padding:0 20px;box-sizing:border-box}.match--main-info>div:nth-child(1)>*{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:400;color:var(--main-background-color)}.match--main-info>div:nth-child(1)>* img{height:20px;width:auto}.match--main-info>div:nth-child(2){display:grid;grid-template-columns:1fr 264px 1fr;column-gap:20px;padding:0 50px}.match--main-info>div:nth-child(2)>div:not(:nth-child(2)){display:grid;grid-template-columns:1fr 170px;column-gap:30px;padding-top:30px}.match--main-info>div:nth-child(2)>div:nth-child(3){grid-template-columns:170px 1fr}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2){display:flex;flex-direction:column;align-items:center;justify-content:start;gap:20px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1) img,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2) img{height:181px;width:181px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1) span,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2) span{font-size:40px;font-weight:700;font-style:italic;text-transform:uppercase;color:var(--main-background-color);text-align:center}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1){display:flex;flex-direction:column;gap:15px;font-size:15px;line-height:1em;font-weight:400;text-transform:uppercase;color:var(--main-background-color)}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .bold,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .bold{font-weight:600}.match--main-info>div:nth-child(2) .dot-yellow,.match--main-info>div:nth-child(2) .dot-red{display:flex;align-items:start;gap:8px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-yellow:after,.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-red:after{content:"";height:15px;width:15px;min-width:15px;border-radius:23px;border:1px solid var(--main-background-color);box-sizing:border-box;display:inline-block;order:-1}.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-yellow:before,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-red:before{content:"";height:15px;width:15px;min-width:15px;border-radius:23px;border:1px solid var(--main-background-color);box-sizing:border-box;display:inline-block}.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-yellow:before,.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-yellow:after{background:#ffe60a}.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-red:before,.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-red:after{background:#ef0000}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) hr,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) hr{border:none;border-bottom:1px solid var(--main-background-color);width:104px;margin:0 auto 0 0}.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) hr{margin:0 0 0 auto}.match--main-info>div:nth-child(2)>div:nth-child(2),.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child{display:flex;flex-direction:column;align-items:center;gap:8px}.match--main-info.no-btns>div:nth-child(2)>div:nth-child(2)>div:last-child{margin-top:auto}.match--main-info>div:nth-child(2)>div:nth-child(2)>span:nth-child(1){font-size:20px;line-height:29px;font-weight:400;color:var(--main-background-color);text-align:center}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){display:grid;grid-template-columns:2fr 1fr 2fr;align-items:center;background:var(--main-background-color);height:108px;width:264px;border-radius:36px;padding:0 10px;box-sizing:border-box;font-size:63px;font-weight:900;line-height:1em;text-align:center}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty{grid-template-columns:repeat(3,1fr);height:auto;row-gap:10px;padding:10px}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(1),.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(5){font-size:.5em;line-height:1em}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(2){grid-area:1 / 1 / 2 / 2}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(3){grid-area:1 / 2 / 2 / 3}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(4){grid-area:1 / 3 / 2 / 4}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(1){grid-area:2 / 1 / 3 / 2}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).penalty>*:nth-child(5){grid-area:2 / 3 / 3 / 4}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1){display:flex;flex:row;align-items:center;justify-content:center;gap:10px;font-size:17px;width:223px;height:40px;border-radius:36px;border:2px solid var(--main-background-color);color:var(--main-background-color);font-style:italic;position:relative;cursor:pointer}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1).live:before{content:"";background:#ed1d24;width:24px;height:24px;border-radius:24px;display:block}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1)>img{height:21px;width:auto}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(2){text-align:center;display:flex;flex:row;align-items:center;justify-content:center;color:var(--main-background-color);font-style:italic;cursor:pointer;font-size:17px;width:165px;height:40px;border-radius:36px;border:2px solid var(--main-background-color)}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>.judge-button{display:flex;flex:row;align-items:center;justify-content:center;gap:10px;color:var(--main-background-color);font-size:15px;font-weight:600;margin-top:39px;cursor:pointer}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>.judge-button>img{width:14px;height:auto;transition:all .15s ease-in-out}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>.judge-button.active>img{transform:scaleY(-1)}.judge-list{--offset: calc(36px + var(--default-margin));background:var(--color-gray);border-radius:0 0 36px 36px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:var(--default-margin) 0px;padding-top:var(--offset);z-index:-1;transition:margin-top .15s ease-in-out}.judge-list>p{font-size:15px;font-weight:600;color:var(--main-background-color);margin:0}.judge-list>p>span{font-weight:400}.match--predict{display:flex;flex-direction:column;align-items:center;gap:var(--default-margin);padding:40px;box-sizing:border-box;border-radius:36px;border:2px solid var(--color-violet);text-align:center}.match--predict>h1{font-size:37px;font-weight:500;font-style:italic;margin:0}.match--predict>p{font-size:15px;margin:0}.match--predict>p a{text-decoration:underline}.match--predict>div{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:2px;width:100%;height:50px}.match--predict>div>span{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-size:20px;height:50px}.match--predict>div>span:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.match--predict>div>span:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.match--predict>div>span.orange{color:#fff;background:var(--color-orange)}.match--predict>div>span.white{color:var(--main-background-color);background:#fff}.match--predict>div>span.grey{color:var(--main-background-color);background:var(--color-gray)}.match--fantasy-team{display:grid;grid-template-columns:1fr 1fr 1fr;padding:20px;border-radius:36px;border:2px solid var(--color-violet)}.match--fantasy-team .player-card{margin-left:auto;margin-right:auto}.match--fantasy-team>div:nth-child(2){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--default-margin)}.match--fantasy-team>div:nth-child(2)>p{margin:0}.match--fantasy-team>div:nth-child(2)>p>span{margin:0;display:block;text-align:center;font-style:italic;font-weight:500;line-height:1em;text-transform:uppercase}.match--fantasy-team>div:nth-child(2)>p>span:nth-child(1){font-size:37px}.match--fantasy-team>div:nth-child(2)>p>span:nth-child(2){font-size:61px}.match--fantasy-team>div:nth-child(2)>a.button{font-style:italic;font-weight:500;line-height:1em;text-transform:uppercase;width:165px;font-size:25px}.match--stats{display:flex;flex-direction:column;gap:6px;padding:30px;border-radius:36px;border:2px solid var(--color-violet)}.match--stats>div{display:grid;grid-template-columns:1fr 240px 1fr;height:44px;box-sizing:border-box}.match--stats>div>span{height:100%}.match--stats>a.button{width:100%;font-size:28px;line-height:1em;font-style:italic;text-align:center;color:#fff;padding:15px;margin-top:auto}@media screen and (max-width: 1380px){.match--stats>a.button{font-size:20px;margin-top:10px}}.match--stats>div>span:nth-child(2){font-size:20px;font-weight:400;text-align:center;border-right:none;border-left:none;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center}.match--stats>div>span:not(:nth-child(2)){background:var(--color-orange);color:#fff;font-size:24px;font-weight:700;font-style:italic;position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center}.match--stats>div>span:nth-child(1){border-radius:10px 0 0 10px;border:2px solid var(--main-background-color);border-right:none;margin-left:auto;text-align:right;justify-content:end;padding-right:2px}.match--stats>div>span:nth-child(3){border-radius:0 10px 10px 0;border:2px solid var(--main-background-color);border-left:none;margin-right:auto;text-align:left;justify-content:start;padding-left:2px}.match--stats>div>span:nth-child(3):before{content:"";background:var(--color-orange);height:100%;width:15px;border-radius:10px 0 0 10px;position:absolute;top:0;right:calc(100% - 2px)}.match--stats>div>span:nth-child(1):before{content:"";background:var(--color-orange);height:100%;width:15px;border-radius:0 10px 10px 0;position:absolute;top:0;left:calc(100% - 2px)}.match--meets{display:flex;flex-direction:column;align-items:center;gap:5px;padding:20px 40px;box-sizing:border-box;border-radius:36px;border:2px solid var(--color-violet);text-align:center}.match--meets>h1{font-size:37px;line-height:1em;font-weight:700;font-style:italic;margin:0 0 16px;text-transform:uppercase}.match--meets--stat{display:grid;grid-template-columns:1fr 100px 1fr;column-gap:5px;width:100%}.match--meets--stat>div{border-radius:15px;height:90px}.match--meets--stat>div:nth-child(2){background:#fff;color:var(--main-background-color);display:flex;flex-direction:column;align-items:center;justify-content:center}.match--meets--stat>div:nth-child(2)>h2{font-size:37px;font-weight:700;font-style:italic;margin:0 0 -7px;text-transform:uppercase}.match--meets--stat>div:nth-child(2)>span{font-size:15px;font-weight:400;text-align:center;margin-left:auto;margin-right:auto;text-transform:uppercase}.match--meets--stat>div:not(:nth-child(2)){display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.match--meets--stat>div:nth-child(1){color:#fff;background:var(--main-background-color);border:2px solid var(--color-violet)}.match--meets--stat>div:nth-child(3){color:#fff;background:var(--color-orange)}.match--meets--stat>div:not(:nth-child(2)) img{width:70px;height:70px}.match--meets--stat>div:not(:nth-child(2)) p{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.match--meets--stat>div:not(:nth-child(2)) p span:nth-child(1){font-size:37px;font-weight:700;font-style:italic;margin:0 0 -7px;text-transform:uppercase}.match--meets--stat>div:not(:nth-child(2)) p span:nth-child(2){font-size:15px;font-weight:400;text-align:center;margin-left:auto;margin-right:auto;text-transform:uppercase}.match--meets--game{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:15px;padding:7px 0;width:100%}.match--meets--game>p{font-size:10px;font-weight:400;margin:0;text-align:center;color:var(--main-background-color)}@media screen and (min-width: 740px){.match--meets--game>p br{display:none}}@media screen and (max-width: 740px){.match--meets--game>p span{display:none}}.match--meets--game>div{display:grid;grid-template-columns:1fr 140px 1fr;column-gap:10px;align-items:center}.match--meets--game>div>*:nth-child(2){border-radius:20px;color:#fff;background:var(--main-background-color);display:grid;grid-template-columns:2fr 2fr 1fr 2fr 2fr;text-align:center;gap:5px;padding:0 10px;box-sizing:border-box;height:40px;align-items:center;line-height:1em}@media screen and (max-width: 1380px){.match--meets--game>div>*:nth-child(2){padding:0 5px}}@media screen and (max-width: 740px){.match--meets--game>div>*:nth-child(2){padding:0 4px}}.match--meets--game>div>*:nth-child(2)>span:nth-child(1),.match--meets--game>div>*:nth-child(2)>span:nth-child(5){font-size:.75em}.match--meets--game>div>*:not(:nth-child(2)){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.match--meets--game>div>*:not(:nth-child(2)) img{width:40px;height:40px;object-fit:contain}.match--meets--game>div>*:not(:nth-child(2)) p{color:var(--main-background-color)}.match--meets--game>div>*:not(:nth-child(2)) p>span:nth-child(2){display:none}.field{position:relative;margin-top:var(--default-margin)}.field>img{width:100%;height:auto}.field>div{position:absolute;top:0;left:var(--default-padding);width:calc(100% - (var(--default-padding) * 2));height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.field .field-line{display:flex;align-items:end;gap:15px;justify-content:center}.field .field-card{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.field .field-card .field-card--cross{margin-left:auto;cursor:pointer}.field .field-card .field-card--cross img{width:18px;height:auto}.field .field-card>div{position:relative}.field .field-card>div>img:nth-child(1){width:100px;height:auto}.field .field-card>div:not(.shirt)>img:nth-child(1){width:120px}.field .field-card>div>img:nth-child(2){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55%;height:auto}.field .field-card .field-card--name{color:var(--main-background-color);font-size:15px;font-weight:600}.field .field-card .field-card--score{text-align:center;color:#fff;border-radius:20px;border:2px solid white;background:var(--main-background-color);min-width:44px;box-sizing:border-box;padding:0 5px;font-size:15px;font-weight:600}.match--stream{position:relative;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.match--stream>a:nth-child(1){width:100%;height:fit-content}.match--stream>a:nth-child(1) img{width:100%;height:878px;object-fit:cover;object-position:center}@media screen and (max-width: 1380px){.match--stream>a:nth-child(1) img{height:400px}}@media screen and (max-width: 740px){.match--stream>a:nth-child(1) img{height:56.25vw}}.match--stream>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:244px;height:auto;cursor:pointer;transition:all .15s ease-in-out}.match--stream>img:hover{width:260px}.match--stream>h2{position:absolute;bottom:0;left:0;width:100%;height:30%;display:flex;flex-direction:row;align-items:end;justify-content:start;padding:60px;box-sizing:border-box;margin:0;font-size:89px;font-weight:500;font-style:italic;background:linear-gradient(180deg,#00004800 0%,var(--main-background-color) 100%)}.match--stream-small{position:relative;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.match--stream-small>a:nth-child(1){width:100%;height:fit-content;display:block}.match--stream-small>a:nth-child(1) img{width:100%;height:380px}.grid-4 .match--stream-small{border-radius:18px}.grid-4 .match--stream-small>a:nth-child(1) img,.grid-4 .match--stream-small{height:190px}.grid-4 .match--stream-small>h2{font-size:13px;height:auto;padding-top:40px;background:linear-gradient(180deg,#00004800 0%,var(--main-background-color) 65%)}@media screen and (max-width: 1380px){.match-streams-container.grid-4{grid-template-columns:1fr 1fr}}@media screen and (max-width: 740px){.match--stream-small>a:nth-child(1) img,.grid-4 .match--stream-small{height:56.25vw!important}.match-streams-container.grid-4{grid-template-columns:1fr}}.match--stream-small>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:auto;cursor:pointer;transition:all .15s ease-in-out}.match--stream-small>img:hover{width:130px}.match--stream-small>h2{position:absolute;bottom:0;left:0;width:100%;height:30%;display:flex;flex-direction:row;align-items:end;justify-content:start;padding:20px 30px;box-sizing:border-box;margin:0;font-size:37px;font-weight:500;font-style:italic;text-shadow:0px 0px 8px #000000;background:linear-gradient(180deg,#00004800 0%,var(--main-background-color) 100%)}@media screen and (max-width: 1380px){.match--stream.desctop{display:none}.container.match-block-2>.card-scroll{display:none}}@media screen and (min-width: 1380px){.match--stream.tablet{display:none}.match-block-1>.card-scroll{display:none}}@media screen and (max-width: 1380px){.match--main-info>div:nth-child(1)>*{font-size:12px}.match--main-info>div:nth-child(1){column-gap:10px}.match--main-info>div:nth-child(1)>*>img{height:10px;width:auto}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){font-size:25px;width:121px;height:46px;border-radius:20px}.match--main-info>div:nth-child(2){column-gap:10px;padding:0 20px 84px;grid-template-columns:1fr 121px 1fr;box-sizing:border-box;width:100%}.match--main-info.no-btns>div:nth-child(2){padding-bottom:48px}.match--main-info>div:nth-child(2)>div:not(:nth-child(2)){display:flex;flex-direction:column;gap:20px}.match--main-info>div:nth-child(2)>div:nth-child(3){flex-direction:column-reverse;justify-content:start}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1) img,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2) img{width:100px;height:100px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1) span,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2) span{font-size:14px}.match-block-1>.grid-2:last-child{grid-template-columns:1fr}.player-card{height:235px;width:212px;border-radius:20px}.player-card>img{height:100%}.player-card>div span:nth-child(1){font-size:12px}.player-card>div{bottom:10px;gap:4px}.player-card:after{bottom:0;height:50%}.player-card>div span:nth-child(2){font-size:8px}.match--fantasy-team>div:nth-child(2)>p>span:nth-child(1){font-size:16px}.match--fantasy-team>div:nth-child(2)>p>span:nth-child(2){font-size:29px}.match--fantasy-team>div:nth-child(2)>a.button{height:40px;font-size:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:unset;width:100%}.match--fantasy-team{grid-template-columns:1fr 75px 1fr;align-items:center;column-gap:10px;padding:15px;border-radius:20px}.match--fantasy-team .player-card{height:114px;width:105px}.match--predict{padding:15px;border-radius:20px;gap:10px}.match--predict>h1{font-size:15px}.match--predict>div>span{font-size:15px}.match--predict>p{font-size:10px}.match--stream>h2{font-size:37px;padding:20px}.match-streams-container,.sostav-container{grid-template-columns:1fr}.match--main-info>div:nth-child(2)>div:nth-child(2){position:relative}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child{position:absolute;flex-direction:row;gap:20px;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>.judge-button{margin-top:0}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1),.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(2){padding-left:20px;padding-right:20px;width:auto}}@media screen and (max-width: 740px){.match--stream>h2{font-size:17px}.match--stream{border-radius:20px}.match--main-info>div:nth-child(2){padding-bottom:60px}.match--main-info.no-btns>div:nth-child(2){padding-bottom:38px}.player-card{height:125px;width:100%;border-radius:20px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1) img,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2) img{width:36px;height:36px}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1){font-size:10px}.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-yellow:before,.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1) .dot-red:before,.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-yellow:after,.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2) .dot-red:after{height:7px;width:7px;min-width:7px;border:none}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1){gap:10px}.match--main-info>div:nth-child(2)>div:not(:nth-child(2)){gap:10px}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){font-size:21px;height:36px;padding:0 10px;gap:2px;width:fit-content}.match--main-info>div:nth-child(2)>div:nth-child(2)>span:nth-child(1){font-size:10px;line-height:12px}.match--main-info>div:nth-child(2){grid-template-columns:calc(50% - 60px) 100px calc(50% - 60px)}.match--main-info>div:nth-child(1){display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;max-width:70%;padding:5px 10px;height:auto;justify-content:center;border-radius:0 0 20px 20px}.match--main-info>div:nth-child(1)>*{font-size:10px}.match--main-info>div:nth-child(2)>div:not(:nth-child(2)){padding-top:0}.match--main-info>div:nth-child(2)>div:nth-child(2){padding-top:10px}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1),.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(2){font-size:10px}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>a:nth-child(1).live:before{height:10px;width:10px}.match--main-info>div:nth-child(2)>div:nth-child(2)>div:last-child>.judge-button{font-size:10px}.match--stats>div>span:nth-child(2){font-size:10px}.match--stats>div>span:not(:nth-child(2)){font-size:10px}.match--stats>div{grid-template-columns:1fr 150px 1fr;height:32px}.match--meets--stat>div:not(:nth-child(2)) img{width:30px;height:30px}.match--meets--stat>div:not(:nth-child(2)) p span:nth-child(1),.match--meets--stat>div:nth-child(2)>h2{font-size:21px}.match--meets--stat>div:not(:nth-child(2)) p span:nth-child(2),.match--meets--stat>div:nth-child(2)>span{font-size:10px}.match--meets--stat{grid-template-columns:1fr 70px 1fr}.match--meets--stat>div{height:50px}.match--meets>h1{font-size:14px}.match--meets,.match--stats{padding:20px}.match--stream-small,.match--meets,.match--stats,.match--main-info,.judge-list{border-radius:20px}.match--meets--game{grid-template-columns:1fr 86px;display:grid;padding:0 10px;box-sizing:border-box}.match--meets--game>p:nth-child(1){border-left:2px solid grey;order:1;height:31px;display:flex;flex-direction:row;align-items:center;justify-content:center}.match--meets--game>div>*:not(:nth-child(2)) img{width:21px;height:21px}.match--meets--game>div>*:not(:nth-child(2)) p>span:nth-child(1){display:none}.match--meets--game>div>*:not(:nth-child(2)) p>span:nth-child(2){display:block}.match--meets--game>div>*:not(:nth-child(2)) p{font-size:12px}.match--meets--game>div{grid-template-columns:1fr 68px 1fr}.match--meets--game>div>*:nth-child(2){font-size:12px;height:21px;gap:2px}.match--stream-small>h2{font-size:17px}.field .field-card>div>img:nth-child(1){width:50px}.field .field-card>div:not(.shirt)>img:nth-child(1){width:58px}.field .field-card .field-card--name,.field .field-card .field-card--score{font-size:8px}.field .field-card .field-card--cross img{padding:2px;box-sizing:border-box}.index-table>div.table-prehead:not(:first-child){font-size:17px;height:35px}}.calendar-img{position:relative;border-radius:36px;overflow:hidden}.calendar-img>img{width:100%;height:168px;object-fit:cover;object-position:center}.calendar-img>h1{position:absolute;top:50%;left:40px;transform:translateY(-50%);font-size:89px;line-height:1em;margin:0}@media screen and (max-width: 1380px){.calendar-img{border-radius:30px}.calendar-img>img{height:83px}.calendar-img>h1{font-size:41px;left:20px}}@media screen and (max-width: 740px){.calendar-img{border-radius:10px}.calendar-img>img{height:45px}.calendar-img>h1{font-size:23px}}select{font-family:PF Din;font-size:25px;line-height:1em;height:40px;font-style:italic;font-weight:500;padding:0 64px 0 20px;border-radius:20px;color:#fff;border:2px solid var(--color-violet);outline:none;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='16'%20viewBox='0%200%2024%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%204.19629e-06L0%200L12%2016L24%204.19629e-06Z'%20fill='white'/%3e%3c/svg%3e");background-size:24px 10px;background-position:right 20px center;background-repeat:no-repeat;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none}select option{color:var(--main-background-color);background:none}input.search{font-family:PF Din;font-size:25px;line-height:25px;height:40px;font-style:italic;font-weight:500;padding:0 64px 0 20px;border-radius:20px;color:#fff;border:2px solid var(--color-violet);outline:none;background:none;box-sizing:border-box}input.search::placeholder{text-transform:uppercase;padding-left:calc(1em + 10px);background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.34268%200.0356832C5.40067%200.143816%204.33511%200.49165%203.62031%200.924362C3.53063%200.978647%203.44977%201.02315%203.44064%201.02323C3.4315%201.02331%203.34892%201.07603%203.25716%201.14037C3.1654%201.20472%203.06144%201.27653%203.02615%201.29999C0.648705%202.87897%20-0.531432%206.13894%200.229829%209.02447C0.398134%209.66247%200.682997%2010.3249%201.06247%2010.9607C1.11088%2011.0418%201.38322%2011.4307%201.49249%2011.5747C1.76069%2011.9283%202.36856%2012.5435%202.7053%2012.8023C2.76177%2012.8457%202.83107%2012.8995%202.85931%2012.9218C2.93277%2012.9801%203.32564%2013.246%203.40557%2013.2917C3.44264%2013.3129%203.54279%2013.3714%203.62817%2013.4217C4.77678%2014.0987%206.74767%2014.513%207.90476%2014.3208C7.98148%2014.3081%208.1482%2014.2839%208.27525%2014.2671C8.75268%2014.2037%209.41347%2014.0173%209.93084%2013.8001C10.065%2013.7437%2010.3284%2013.6179%2010.5163%2013.5203C10.7041%2013.4228%2010.8663%2013.343%2010.8766%2013.343C10.8869%2013.343%2012.304%2014.7529%2014.0258%2016.476C17.8181%2020.2713%2017.5003%2019.9965%2018.0958%2019.9951C18.9206%2019.9932%2019.9991%2018.9234%2020%2018.1062C20.0002%2017.9689%2019.984%2017.8197%2019.9607%2017.743C19.8567%2017.4008%2019.9755%2017.5277%2016.5584%2014.1076L13.3346%2010.8809L13.5574%2010.4372C14.49%208.57962%2014.6157%206.2097%2013.8685%204.57071C13.8345%204.4962%2013.8067%204.42913%2013.8067%204.42174C13.8067%204.30919%2013.2393%203.28199%2013.0069%202.97374C12.2477%201.96681%2011.4413%201.28064%2010.4013%200.756452C9.61925%200.36229%209.02052%200.184293%207.93661%200.0237483C7.68846%20-0.0130062%206.70252%20-0.00561432%206.34268%200.0356832ZM7.81323%201.80488C8.12373%201.84217%208.29204%201.87192%208.4806%201.92279C8.53707%201.93801%208.62369%201.96003%208.67311%201.97174C9.01726%202.05313%209.72572%202.367%2010.0297%202.57277C10.1052%202.6239%2010.1722%202.66574%2010.1786%202.66574C10.2772%202.66574%2011.108%203.41905%2011.3674%203.74373C11.4407%203.83549%2011.5195%203.93367%2011.5425%203.9619C11.7148%204.17339%2012.1449%204.9495%2012.2157%205.17652C12.2275%205.2143%2012.2609%205.30806%2012.2899%205.38485C12.3626%205.57686%2012.4587%205.93022%2012.4929%206.13072C12.5086%206.22248%2012.5359%206.38418%2012.5536%206.49006C12.6189%206.88029%2012.5912%207.68137%2012.4942%208.20971C12.3564%208.95982%2011.9346%209.89272%2011.4732%2010.4676C11.4225%2010.5307%2011.3638%2010.6043%2011.3426%2010.631C10.8677%2011.231%2010.0616%2011.8232%209.27386%2012.1508C9.06719%2012.2368%208.99157%2012.2635%208.67311%2012.363C7.86708%2012.6148%206.75086%2012.6316%205.86988%2012.4051C5.62824%2012.343%205.30105%2012.2363%205.27338%2012.2107C5.25998%2012.1982%205.23111%2012.188%205.20921%2012.1879C5.08141%2012.1875%204.13336%2011.6501%203.90135%2011.4465C3.86742%2011.4167%203.83174%2011.3924%203.82206%2011.3924C3.79306%2011.3924%203.17287%2010.7765%203.02084%2010.5967C2.51628%2010.0001%202.07405%209.08377%201.92456%208.32521C1.89394%208.16993%201.85497%207.97936%201.8379%207.90172C1.79717%207.71617%201.79843%206.63453%201.83962%206.42589C1.85633%206.34119%201.8877%206.17949%201.90926%206.06656C2.20922%204.49717%203.34615%203.03449%204.82291%202.31806C5.29725%202.08793%205.6592%201.9673%206.20898%201.85611C6.64028%201.76887%207.33026%201.74682%207.81323%201.80488Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/svg%3e");background-size:1em 1em;background-repeat:no-repeat;background-position:center left;color:#ffffff80}@media screen and (max-width: 1380px){select,input.search{font-size:20px}}@media screen and (max-width: 740px){select,input.search{font-size:15px;height:30px}}.team-statistic--lil-stats{display:grid;grid-template-columns:repeat(6,1fr);column-gap:20px;row-gap:20px}.team-statistic--lil-stats>div{display:flex;flex-direction:column;justify-content:center;gap:21px;padding:36px 40px;border:2px solid var(--color-violet);box-sizing:border-box;border-radius:36px;text-transform:uppercase;text-align:center}.team-statistic--lil-stats>div>span:nth-child(1){font-size:20px;font-weight:600}.team-statistic--lil-stats>div>span:nth-child(2){font-size:49px;line-height:1em;font-weight:500;font-style:italic}.team-statistic--more-stats{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:20px}.team-statistic--more-stats>div{display:flex;flex-direction:column;gap:20px;border-radius:36px;border:2px solid var(--color-violet);box-sizing:border-box;overflow:hidden;padding-bottom:20px}.team-statistic--more-stats>div>span{font-size:26px;height:66px;width:100%;display:flex;background:var(--main-background-color);flex-direction:row;align-items:center;text-align:center;justify-content:center;font-weight:500;font-style:italic;text-transform:uppercase;border-bottom:2px solid var(--color-violet)}.team-statistic--more-stats>div>div{display:grid;grid-template-columns:2fr 1fr;padding:0 20px;align-items:center}.team-statistic--more-stats>div>div>span:nth-child(1){font-size:20px;font-weight:600}.team-statistic--more-stats>div>div>span:nth-child(2){font-size:35px;line-height:1em;font-weight:500;font-style:italic;text-align:center}.team-statistic--table tr>td:first-child img{height:144px;width:auto;padding:10px 0}.team-statistic--table tr>td:nth-child(2)>*{display:block;text-align:center}.team-statistic--table tr>td{min-width:50px}@media screen and (max-width: 1380px){.team-statistic--lil-stats{grid-template-columns:repeat(3,1fr)}.team-statistic--lil-stats>div{gap:15px;padding:20px;border-radius:30px}.team-statistic--lil-stats>div>span:nth-child(1){font-size:15px}.team-statistic--lil-stats>div>span:nth-child(2){font-size:28px}.block-title>select{flex-basis:100%;width:100%}.team-statistic--more-stats{grid-template-columns:repeat(2,1fr)}.team-statistic--more-stats>div>div>span:nth-child(2){font-size:21px}.team-statistic--more-stats>div{border-radius:30px}.team-statistic--more-stats>div>span{font-size:21px;height:46px}.team-statistic--table>div:nth-child(2){overflow-x:scroll}.team-statistic--table th,.team-statistic--table td{padding:0 10px}.team-statistic--table tr>td:nth-child(2)>*{white-space:nowrap}.team-statistic--table tr>td:first-child img{height:130px}}@media screen and (max-width: 740px){.team-statistic--lil-stats>div{padding:15px}.team-statistic--lil-stats>div>span:nth-child(1){font-size:10px}.team-statistic--more-stats,.team-statistic--lil-stats{column-gap:10px;row-gap:10px}.team-statistic--more-stats>div>span{font-size:17px;height:37px}.team-statistic--more-stats>div,.team-statistic--lil-stats>div{border-radius:20px}.team-statistic--more-stats>div{gap:10px}.team-statistic--more-stats>div>div>span:nth-child(1){font-size:12px}.team-statistic--more-stats>div>div>span:nth-child(1){font-size:17px}.team-statistic--table tr>td:first-child img{height:70px}.team-statistic--table tr>td{min-width:unset}}.team-sostav--container{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:20px}.team-sostav--container>div{display:flex;flex-direction:column;gap:20px;border-radius:36px;border:2px solid var(--color-violet)}.team-sostav--container>div>div:nth-child(1){display:grid;grid-template-columns:156px 1fr;column-gap:20px;transform:translate(-2px,-2px)}.team-sostav--container>div>div:nth-child(1)>div:nth-child(1){background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:156px;height:172px;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.team-sostav--container>div>div:nth-child(1)>div:nth-child(1)>img{width:100%;height:100%;object-position:center bottom;object-fit:contain}.team-sostav--container>div>div:nth-child(1)>div:nth-child(1):before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2){display:flex;flex-direction:column;gap:20px;padding:20px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div,.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div{display:flex;flex-direction:row;gap:10px;align-items:center}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div{max-width:184px;flex-wrap:wrap}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:28px;line-height:1em;font-weight:500;font-style:italic}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:15px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:31px}.team-sostav--container>div>div:nth-child(2){display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;padding:0 20px 20px}.team-sostav--container>div>div:nth-child(2)>div{display:flex;flex-direction:column;gap:10px;justify-content:center;border-radius:18px;border:2px solid var(--color-violet);padding:15px 20px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:15px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:28px;line-height:1em;font-weight:600;font-style:italic}@media screen and (max-width: 1380px){.team-sostav--container{grid-template-columns:1fr}.team-sostav--container>div>div:nth-child(1)>div:nth-child(1){width:218px;height:241px}.team-sostav--container>div>div:nth-child(1){grid-template-columns:218px 1fr}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:35px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:25px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:41px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div{max-width:unset}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div{flex-direction:column;align-items:start;gap:20px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2){padding-bottom:0;padding-left:0}.team-sostav--container>div>div:nth-child(2)>div{border-radius:36px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:15px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:28px}}@media screen and (max-width: 740px){.team-sostav--container>div{border-radius:20px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(1){border-radius:20px;width:131px;height:144px}.team-sostav--container>div>div:nth-child(1){grid-template-columns:131px 1fr}.team-sostav--container>div{gap:10px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:21px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:15px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:17px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2){padding-top:10px;gap:10px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div{gap:10px}.team-sostav--container>div>div:nth-child(1)>div:nth-child(2)>div>a.button{height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center}.team-sostav--container>div>div:nth-child(2)>div{padding:15px;gap:10px;border-radius:20px}.team-sostav--container>div>div:nth-child(2){column-gap:10px;padding:0 10px 10px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:10px}.team-sostav--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:21px}}.team-history--info{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:20px}.team-history--info>div{border-radius:36px;padding:36px 41px;gap:20px;display:flex;flex-direction:column;border:2px solid var(--color-violet)}.team-history--info>div>*:nth-child(1){font-size:20px}.team-history--info>div>*:nth-child(2){font-size:28px;font-weight:600;font-style:italic;text-transform:uppercase;line-height:1em}.team-history--stats{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:20px}.index-table.team-history--table .table-prehead{justify-content:space-between;padding:0 20px}.index-table.team-history--table .table-prehead>img{transform:rotate(-90deg)}.index-table.team-history--table.active .table-prehead{background:var(--color-orange)}.team-history--table--img{background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;height:316px}.team-history--table--img>img{width:100%;height:100%;object-position:center bottom;object-fit:contain}.team-history--table--img:before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px}.index-table.team-history--table>div table tr td:last-child{padding:0 .5em}.index-table.team-history--table>div table tr:first-child{background:var(--color-orange);color:#fff}.team-history--double-table{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:20px}.team-history--double-table .index-double-table>div:not(:nth-child(1)){grid-template-columns:1fr}.team-history--double-table .index-double-table>div:nth-child(1)>p{width:100%}@media screen and (max-width: 1380px){.team-history--info>div{padding:20px;gap:15px;border-radius:30px}.team-history--info>div>*:nth-child(1){font-size:15px}.team-history--info>div>*:nth-child(2){font-size:28px}.team-history--stats{grid-template-columns:1fr 1fr}.team-history--double-table{grid-template-columns:1fr}}@media screen and (max-width: 740px){.team-history--info{column-gap:10px}.team-history--stats{column-gap:10px;row-gap:10px}.team-history--info>div{padding:15px;gap:10px;border-radius:20px}.team-history--info>div>*:nth-child(1){font-size:10px}.team-history--info>div>*:nth-child(2){font-size:21px}.team-history--table--img{height:168px}.index-table.team-history--table .table-prehead{padding:0 10px}.index-table.team-history--table .table-prehead>img{width:15px}}.table-icon{height:29px;width:auto}@media screen and (max-width: 740px){.table-icon{height:15px;width:auto}}.pagination{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;font-size:30px;border-radius:36px;border:2px solid var(--color-violet);padding:5px 20px;box-sizing:border-box}.pagination>a{transition:all .25s ease-in-out;opacity:.5;text-decoration:none;cursor:default;display:flex;flex-direction:row;align-items:center;justify-content:center}.pagination>a:not(.no-hover){cursor:pointer}.pagination>a:hover:not(.no-hover),.pagination>a.active{opacity:1}.pagination>a>img{width:24px}.pagination>a:first-child>img{transform:rotate(90deg)}.pagination>a:last-child>img{transform:rotate(-90deg)}.team-calendar--table>div:nth-child(2){overflow:auto}.team-calendar--table td{padding:0 10px}.team-calendar--table span{white-space:nowrap}.pagination>a{width:80px}@media screen and (max-width: 1380px){.pagination{font-size:20px}.pagination>a>img{width:21px}.pagination>a{width:40px}}@media screen and (max-width: 740px){.pagination{font-size:12px;gap:unset;justify-content:space-between}.pagination>a>img{width:14px}.pagination>a{width:auto}}.team-management--container{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:20px}.team-management--container>div{display:flex;flex-direction:column;gap:20px;border-radius:36px;border:2px solid var(--color-violet)}.team-management--container>div>div:nth-child(1){display:grid;grid-template-columns:220px 1fr;column-gap:20px;transform:translate(-2px,-2px);margin-bottom:-4px}.team-management--container>div>div:nth-child(1)>div:nth-child(1){background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:220px;height:243px;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.team-management--container>div>div:nth-child(1)>div:nth-child(1)>img{width:100%;height:100%;object-position:center bottom;object-fit:contain}.team-management--container>div>div:nth-child(1)>div:nth-child(1):before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px}.team-management--container>div>div:nth-child(1)>div:nth-child(2){display:flex;flex-direction:column;gap:20px;padding:15px 15px 0 0}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div,.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div>div{display:flex;flex-direction:row;gap:10px;align-items:center}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child{border-radius:18px;border:2px solid var(--color-violet);padding:15px 20px;gap:20px;width:fit-content}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child>span:nth-child(1){font-size:21px;line-height:1em;font-weight:600;font-style:italic}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child>span:nth-child(2){font-size:15px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:28px;line-height:1em;font-weight:500;font-style:italic}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:15px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:31px}.team-management--container>div>div:nth-child(2){display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;padding:0 20px 20px}.team-management--container>div>div:nth-child(2)>div{display:flex;flex-direction:column;gap:10px;justify-content:center;border-radius:18px;border:2px solid var(--color-violet);padding:15px 20px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:15px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:28px;line-height:1em;font-weight:600;font-style:italic}@media screen and (max-width: 1380px){.team-management--container{grid-template-columns:1fr}.team-management--container>div>div:nth-child(1)>div:nth-child(1){width:351px;height:386px}.team-management--container>div>div:nth-child(1){grid-template-columns:351px 1fr}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:35px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:25px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:41px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div{flex-direction:column;align-items:start;gap:20px}.team-management--container>div>div:nth-child(1)>div:nth-child(2){padding-bottom:20px;padding-left:0}.team-management--container>div>div:nth-child(2)>div{border-radius:36px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:15px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:28px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child{border-radius:30px;padding:20px;gap:15px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child>span:nth-child(1){font-size:28px}}@media screen and (max-width: 740px){.team-management--container>div>div:nth-child(1)>div:nth-child(2){position:relative;padding-bottom:95px;min-height:144px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child{position:absolute;bottom:10px;right:6px;gap:10px;padding:15px;border-radius:20px;width:calc(100% + 135px);box-sizing:border-box}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child>span:nth-child(1){font-size:21px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div:last-child>span:nth-child(2){font-size:10px}.team-management--container>div{border-radius:20px}.team-management--container>div>div:nth-child(1)>div:nth-child(1){border-radius:20px;width:131px;height:144px}.team-management--container>div>div:nth-child(1){grid-template-columns:131px 1fr}.team-management--container>div{gap:10px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(1){font-size:21px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>span:nth-child(2){font-size:15px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div>div img{height:17px}.team-management--container>div>div:nth-child(1)>div:nth-child(2){padding-top:10px;gap:10px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div{gap:10px}.team-management--container>div>div:nth-child(1)>div:nth-child(2)>div>a.button{height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center}.team-management--container>div>div:nth-child(2)>div{padding:15px;gap:10px;border-radius:20px}.team-management--container>div>div:nth-child(2){column-gap:10px;padding:0 10px 10px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(1){font-size:10px}.team-management--container>div>div:nth-child(2)>div>span:nth-child(2){font-size:21px}}.team-header{display:grid;grid-template-columns:304px 1fr;column-gap:20px}.team-header>div:nth-child(1){background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:304px;height:336px;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.team-header>div:nth-child(1)>img{width:80%;height:80%;object-position:center center;object-fit:contain}.team-header>div:nth-child(1):before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px}.team-header>div:nth-child(2){display:flex;flex-direction:column;gap:20px;justify-content:space-between}.team-header>div:nth-child(2)>div:nth-child(1){display:flex;flex-direction:column;gap:10px}.team-header>div:nth-child(2)>div:nth-child(1)>h1{margin:0;font-size:70px;line-height:1em;font-style:italic}.team-header>div:nth-child(2)>div:nth-child(1)>div{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px}.team-header>div:nth-child(2)>div:nth-child(1)>div img{height:31px}.team-header>div:nth-child(2)>*:nth-child(2){display:grid;grid-template-columns:1fr 100px 1fr 100px;column-gap:20px;width:fit-content;margin-left:auto;align-items:center;padding:40px;border-radius:36px;border:2px solid var(--color-violet);cursor:pointer}.team-header>div:nth-child(2)>*:nth-child(2) img{width:100px;height:91px;object-fit:contain;object-position:center}.team-header>div:nth-child(2)>*:nth-child(2)>p{display:flex;flex-direction:column;margin:0;text-align:center;align-items:center;justify-content:center}.team-header>div:nth-child(2)>*:nth-child(2)>p span:nth-child(1){font-size:20px}.team-header>div:nth-child(2)>*:nth-child(2)>p span:nth-child(2){font-size:35px;line-height:1em}@media screen and (max-width: 1380px){.team-header>div:nth-child(1){width:239px;height:264px}.team-header{grid-template-columns:239px 1fr}.team-header>div:nth-child(2)>div:nth-child(1)>h1{font-size:35px}.team-header>div:nth-child(2)>div:nth-child(1)>div img{height:43px}.team-header>div:nth-child(2)>*:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;padding:10px 15px;border-radius:30px}.team-header>div:nth-child(2)>*:nth-child(2)>span{text-align:center;width:100%;flex-basis:100%}.team-header>div:nth-child(2)>*:nth-child(2)>span br{display:none}.team-header>div:nth-child(2)>*:nth-child(2)>img{width:69px;height:69px}}@media screen and (max-width: 740px){.team-header>div:nth-child(2)>*:nth-child(2) img{width:36px;height:36px}.team-header>div:nth-child(1){width:131px;height:144px;border-radius:20px}.team-header{grid-template-columns:131px 1fr;column-gap:10px}.team-header>div:nth-child(2)>div:nth-child(1)>h1{font-size:21px}.team-header>div:nth-child(2)>div:nth-child(1)>div img{height:17px}.team-header>div:nth-child(2)>*:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-wrap:wrap;gap:10px;padding:10px 15px;border-radius:20px}.team-header>div:nth-child(2){gap:10px}.team-header>div:nth-child(2)>*:nth-child(2)>span{text-align:center;width:100%;flex-basis:100%}.team-header>div:nth-child(2)>*:nth-child(2)>span br{display:none}.team-header>div:nth-child(2)>*:nth-child(2)>img{width:36px;height:36px}.team-header>div:nth-child(2)>*:nth-child(2)>p span:nth-child(1){font-size:10px}.team-header>div:nth-child(2)>*:nth-child(2)>p span:nth-child(2){font-size:17px}}.tabs-controls{display:flex;flex-direction:row;align-items:center;justify-content:start;overflow:auto;gap:30px;padding-bottom:10px}.tabs-controls>a{border-radius:20px;border:2px solid white;color:#fff;background-color:transparent;font-size:17px;line-height:1em;font-style:italic;font-weight:600;min-width:116px;padding:11px 22px;text-align:center;white-space:nowrap;text-decoration:none}.tabs-controls>a.active{background:#fff;color:var(--main-background-color)}@media screen and (max-width: 1380px){.tabs-controls{gap:20px}.tabs-controls>a{font-size:14px;padding:15px 25px;border-radius:30px;min-width:unset}}@media screen and (max-width: 740px){.tabs-controls{gap:10px}.tabs-controls>a{font-size:10px;padding:10px 20px;border-radius:20px}}.videos-searchbar{display:grid;grid-template-columns:repeat(4,calc(25% - 20px));column-gap:20px;row-gap:10px}.videos-searchbar>*{box-sizing:border-box}@media screen and (max-width: 1380px){.videos-searchbar{grid-template-columns:1fr}}.media-players-searchbar{display:grid;grid-template-columns:repeat(3,1fr);column-gap:20px;row-gap:10px}@media screen and (max-width: 1380px){.media-players-searchbar{grid-template-columns:1fr}}.media-players{display:flex;flex-direction:column;gap:20px}.media-players>div>*:nth-child(1){background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:154px;min-height:170px;height:100%;border-radius:36px;border:2px solid var(--color-violet);overflow:hidden;margin:-2px}.media-players>div>*:nth-child(1)>img{width:100%;height:100%;object-position:center bottom;object-fit:contain}.media-players>div>*:nth-child(1):before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px}.media-players>div{display:grid;grid-template-columns:154px 1fr;column-gap:40px;align-items:center;border-radius:36px;border:2px solid var(--color-violet);padding-right:20px}.media-players>div>div:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box}.media-players>div>div:nth-child(2)>*:nth-child(1){display:flex;flex-direction:column;gap:20px}.media-players>div>div:nth-child(2)>*:nth-child(1)>*:nth-child(1){font-size:60px;font-family:PF Din;font-style:italic;font-weight:500;line-height:1em}.media-players>div>div:nth-child(2)>*:nth-child(1)>*:nth-child(2){font-size:20px;line-height:1em}.media-players>div>div:nth-child(2)>div:nth-child(2){display:flex;flex-direction:row;gap:60px;align-items:center;justify-content:center}.media-players>div>div:nth-child(2)>div:nth-child(2)>div{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.media-players>div>div:nth-child(2)>div:nth-child(2)>div>a>img{height:31px}.media-players>div>div:nth-child(2)>div:nth-child(2)>*>img,.media-players>div>div:nth-child(2)>div:nth-child(2)>img{width:92px;height:92px;object-fit:contain;object-position:center}.media-players>div>div:nth-child(2)>div:nth-child(2)>.button{display:none}@media screen and (max-width: 1380px){.media-players>div>*:nth-child(1){width:87px;min-height:96px;border-radius:20px}.media-players>div{grid-template-columns:87px 1fr;column-gap:20px;border-radius:20px}.media-players>div>div:nth-child(2)>*:nth-child(1)>*:nth-child(1){font-size:30px}.media-players>div>div:nth-child(2)>*:nth-child(1)>*:nth-child(2){font-size:15px}.media-players>div>div:nth-child(2)>div:nth-child(2)>div>a>img{height:17px}.media-players>div>div:nth-child(2)>div:nth-child(2)>*>img,.media-players>div>div:nth-child(2)>div:nth-child(2)>img{width:40px;height:40px}.media-players>div>div:nth-child(2)>div:nth-child(2){gap:20px}.media-players>div>div:nth-child(2)>div:nth-child(2)>div{gap:10px}.media-players>div>div:nth-child(2)>*:nth-child(1){gap:8px}.media-players>div>*:nth-child(1):before{height:40px}}@media screen and (max-width: 740px){.media-players>div>*:nth-child(1){width:131px;min-height:144px;border-radius:20px}.media-players>div{grid-template-columns:131px 1fr;column-gap:20px;border-radius:20px;padding-right:0}.media-players>div>div:nth-child(2)>div:nth-child(2){gap:20px}.media-players>div>div:nth-child(2)>div:nth-child(2)>div{gap:10px}.media-players>div>div:nth-child(2)>*:nth-child(1){gap:5px}.media-players>div>*:nth-child(1):before{height:40px}.media-players>div>div:nth-child(2){flex-direction:column;align-items:start;gap:5px}.media-players>div>div:nth-child(2)>div:nth-child(2){flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:start}.media-players>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(1){flex-basis:100%;justify-content:start}.media-players>div>div:nth-child(2)>div:nth-child(2)>.button{display:flex;align-items:center;justify-content:center;font-weight:500;width:fit-content;white-space:nowrap;font-size:15px;font-family:PF Din;height:40px}}.media-player{display:grid;grid-template-columns:304px 1fr;column-gap:20px}.media-player>div:nth-child(1){background:url(/game/static/index_player_card_bg-DnKnfQLP.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;width:304px;height:336px;border-radius:36px;border:2px solid var(--color-violet);overflow:visible}.media-player>div:nth-child(1)>img{width:100%;height:100%;object-position:center bottom;object-fit:contain}.media-player>div:nth-child(1):before{content:"";background:linear-gradient(180deg,#00005800,#000058);position:absolute;bottom:0;left:0;width:100%;height:80px;border-radius:0 0 36px 36px}.media-player>div:nth-child(2)>div:nth-child(2){position:relative}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){position:absolute;top:0;right:0}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div{display:flex;flex-direction:column;gap:20px;border-radius:36px;border:2px solid var(--color-violet);padding:20px;max-width:213px;box-sizing:border-box}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(1){font-size:50px;line-height:1em;font-family:PF Din;font-weight:500;font-style:italic}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(2){font-size:15px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>a.button{display:none}.media-player>div:nth-child(2)>div:nth-child(1)>*{font-size:80px;line-height:100px;font-family:PF Din;font-weight:500;font-style:italic}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1){display:flex;flex-direction:column;gap:20px;margin-top:15px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>*:nth-child(1){font-size:40px;font-weight:600;line-height:1em}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3){display:flex;flex-direction:row;align-items:center;gap:10px;text-decoration:none;max-width:360px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3) .status{margin-left:auto}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3)>img{width:40px;height:40px;object-fit:contain;object-position:center}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4){display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px;position:relative;padding-left:380px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a>img{height:31px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a.button{margin-left:auto}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4) .status,.media-player>div:nth-child(1) .status{height:49px;background:#000057;border-radius:20px;border:1px solid #1C249F;padding:5px 20px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:0;left:0}@media screen and (min-width: 1312px){.media-player>div:nth-child(1) .status{display:none}}@media screen and (max-width: 1380px){.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3){max-width:100%}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){width:680px;max-width:calc(100vw - (var(--page-padding) * 2));right:0;top:unset;bottom:0}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div{max-width:unset}.media-player{grid-template-columns:239px 1fr;padding-bottom:168px;position:relative}.media-player>div:nth-child(1){width:230px;height:264px;margin-bottom:52px;position:relative}.media-player>div:nth-child(1) .status{font-size:15px;width:100%;position:absolute;top:calc(100% + 12px);left:0;height:42px}.media-player>div:nth-child(2)>div:nth-child(2){position:unset}.media-player>div:nth-child(2)>div:nth-child(1)>*{font-size:35px;line-height:50px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>*:nth-child(1){font-size:25px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>span:nth-child(2){font-size:20px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4){padding:0;flex-wrap:wrap}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4) .status{top:unset;bottom:0;left:unset;right:calc(100% + 20px);font-size:15px;width:calc(660px - 100%);height:42px;display:none}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a.button{margin-left:0;width:100%}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a>img{height:43px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(1){font-size:40px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(2){font-size:15px}}@media screen and (max-width: 740px){.media-player>div:nth-child(1) .status{font-size:8px;height:32px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){width:680px;max-width:calc(100vw - (var(--page-padding) * 2));right:0}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div{gap:10px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div{border-radius:20px;padding:10px;gap:5px;flex-direction:column-reverse}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1){gap:25px;margin-top:5px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4) .status{font-size:8px;width:calc(100vw - 50px - 100%);height:32px;padding:0}.media-player{grid-template-columns:131px 1fr;padding-bottom:147px}.media-player>div:nth-child(1){width:131px;height:144px;border-radius:20px;margin-bottom:42px}.media-player>div:nth-child(2)>div:nth-child(1)>*{font-size:20px;line-height:20px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>*:nth-child(1){font-size:15px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>span:nth-child(2){font-size:15px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3){font-size:15px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>a:nth-child(3)>img{width:21px;height:21px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a>img{height:32px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)>div:nth-child(4)>a.button{display:none}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(1){font-size:30px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>div>div>span:nth-child(2){font-size:10px}.media-player>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>a.button{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;height:40px;margin-top:10px}}.no-uppercase{text-transform:none}.uppercase{text-transform:uppercase}@media screen and (max-width: 740px){.player-stats--table td div>*:not(img){display:none}}.spoiler-table{gap:0px;border-radius:36px;border:2px solid var(--color-violet);box-sizing:border-box}.spoiler-table .spoiler-prehead{display:flex;flex-direction:row;align-items:center;justify-content:center;height:66px;background:var(--main-background-color);font-family:PF Din;font-size:40px;font-weight:500;font-style:italic;text-transform:uppercase;border-radius:36px 36px 0 0}.spoiler-table div.spoiler-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;height:34px;background:var(--color-gray);font-family:PF Din;font-size:24px;font-weight:900;text-transform:uppercase;border-radius:0 0 36px 36px}.spoiler-table>div.spoiler-bottom span{color:var(--main-background-color);opacity:.45}.spoiler-table .spoiler-head{background:var(--color-orange);background-size:cover}.player-stats--spoiler-table .spoiler-head,.player-stats--spoiler-table .spoiler-row>div:first-child{display:grid;grid-template-columns:1fr 2fr 4fr 1fr 1fr;align-items:center;height:53px}.player-stats--spoiler-table .spoiler-head>*,.player-stats--spoiler-table .spoiler-row>div:first-child>*{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.spoiler-table .spoiler-row>div{background:#fff;color:var(--main-background-color);text-decoration:none}.player-stats--spoiler-table .spoiler-row>div:first-child>*:nth-child(3),.player-stats--spoiler-table .spoiler-head>*:nth-child(3){justify-content:start}.player-stats--spoiler-table .spoiled{display:grid;grid-template-columns:1fr 1fr}.spoiler-table .spoiler-row:not(.active) .spoiled{display:none}.spoiler-table .spoiler-row{border-top:2px solid var(--color-gray)}.player-stats--spoiler-table .spoiled>div{border-top:2px solid var(--color-gray)}.player-stats--spoiler-table .spoiled>div:nth-child(odd){border-right:2px solid var(--color-gray)}.player-stats--spoiler-table .spoiled>div{display:flex;flex-direction:row;justify-content:space-between;column-gap:20px;align-items:center;padding:1px 20px;height:60px}.player-stats--spoiler-table .spoiled>div>span:nth-child(1){line-height:1.1em}.player-stats--spoiler-table .spoiled>div>span:nth-child(2){padding:5px 24px;text-align:center;border-radius:20px;background:var(--main-background-color);color:#fff;white-space:nowrap}.spoiler-table .spoiler-row.active>div:first-child{background:var(--color-orange);color:#fff}.spoiler-row>div:nth-child(1)>div>img{height:40px;width:40px;object-fit:contain;object-position:center}.spoiler-row>div:nth-child(1)>div:last-child>img{cursor:pointer;height:20px}.spoiler-row.active>div:nth-child(1)>div:last-child>img{transform:scaleY(-1);filter:brightness(0) invert(1)}.player-stats--spoiler-table .spoiler-row>div:first-child>*:nth-child(3)>img{width:40px;height:40px}@media screen and (max-width: 1380px){.player-stats--spoiler-table .spoiler-head,.player-stats--spoiler-table .spoiler-row>div:first-child{grid-template-columns:2fr 2fr 4fr 1fr 1fr}.player-stats--spoiler-table .spoiled{grid-template-columns:1fr}.player-stats--spoiler-table .spoiled>div:nth-child(odd){border-right:none}.player-stats--spoiler-table .spoiled>div{display:flex;flex-direction:row;justify-content:space-between}.spoiler-table .spoiler-prehead{font-size:30px}.player-stats--spoiler-table .spoiled>div{height:unset;min-height:60px}.spoiler-table{border-radius:30px}.spoiler-table .spoiler-prehead{border-radius:30px 30px 0 0}.spoiler-table div.spoiler-bottom{border-radius:0 0 30px 30px}}@media screen and (max-width: 740px){.player-stats--spoiler-table .spoiler-head,.player-stats--spoiler-table .spoiler-row>div:first-child{grid-template-columns:2fr 2fr 2fr .75fr .75fr}.player-stats--spoiler-table .spoiler-row>div:first-child>*:nth-child(3),.player-stats--spoiler-table .spoiler-head>*:nth-child(3){justify-content:center}.player-stats--spoiler-table .spoiled>div{flex-direction:column;align-items:start;padding:10px 20px;gap:5px;height:fit-content;min-height:70px;box-sizing:border-box}.player-stats--spoiler-table .spoiler-row>div:first-child>*:nth-child(3)>*:not(img){display:none}.player-stats--spoiler-table .spoiler-row>div:first-child>*:nth-child(3)>img{width:21px;height:21px}.spoiler-table .spoiler-prehead{font-size:25}.player-stats--spoiler-table .spoiler-head,.player-stats--spoiler-table .spoiler-row>div:first-child{height:29px}.spoiler-row>div:nth-child(1)>div>img{width:21px;height:21px}.spoiler-table{border-radius:20px}.spoiler-table .spoiler-prehead{border-radius:20px 20px 0 0}.spoiler-table div.spoiler-bottom{border-radius:0 0 20px 20px}}.statistica-table--spoiler-table .spoiler-head>*{padding:0 10px;white-space:nowrap}.statistica-table--spoiler-table .spoiler-head,.statistica-table--spoiler-table .spoiler-row>div:first-child{display:grid;grid-template-columns:1fr 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr 2fr 2fr;align-items:center;height:53px}.statistica-table--spoiler-table .spoiler-head>*,.statistica-table--spoiler-table .spoiler-row>div:first-child>*{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(2),.statistica-table--spoiler-table .spoiler-head>*:nth-child(2){justify-content:start;width:300px;box-sizing:border-box}@media screen and (max-width: 1380px){.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(2),.statistica-table--spoiler-table .spoiler-head>*:nth-child(2){width:260px}}@media screen and (max-width: 740px){.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(2),.statistica-table--spoiler-table .spoiler-head>*:nth-child(2){width:140px}}.statistica-table--spoiler-table .spoiler-row>div:first-child>* img{width:40px;height:40px;object-fit:contain;object-position:center}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:last-child img{width:30px;padding:3px;box-sizing:border-box;height:auto;object-fit:contain;object-position:center}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(11){display:flex;flex-direction:row;align-items:start;gap:10px}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(11)>span{width:30px;height:30px;border-radius:30px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff;background-color:#00bc63}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(11)>span.green{color:#fff;background-color:#00bc63}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(11)>span.yellow{color:var(--main-background-color);background-color:#ffe60a}.statistica-table--spoiler-table .spoiler-row>div:first-child>*:nth-child(11)>span.red{color:#fff;background-color:#ef0000}.statistica-table--spoiler-table .spoiled>div:nth-child(1){display:grid;grid-template-columns:1fr 1fr;column-gap:0px}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div{display:grid;grid-template-columns:1fr 171px 1fr;column-gap:10px;height:53px;align-items:center}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:10px}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:nth-child(1){justify-content:end}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:nth-child(3){justify-content:start}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:nth-child(2){justify-content:center;border-radius:20px;height:40px;color:#fff;background:var(--main-background-color)}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>* img{height:40px;width:40px;object-fit:contain;object-position:center}.statistica-tabletable .spoiler-row:not(.active) .spoiled{display:none}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div{border-top:2px solid var(--color-gray)}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div:nth-child(odd){border-right:2px solid var(--color-gray)}.statistica-table--spoiler-table .spoiled>div.chart{padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;align-items:center;border-top:2px solid var(--color-gray);overflow:hidden}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1){display:grid;grid-template-columns:29px 26px 1fr;column-gap:20px;align-items:center;width:100%}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1)>span{transform:translate(calc(-50% + 14px)) rotate(-90deg);width:fit-content}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1)>div{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1)>div>span{position:relative;width:100%;display:block;font-weight:400}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1)>div>span:after{content:"";position:absolute;top:50%;left:calc(100% + 20px);width:1000vw!important;border-bottom:2px solid rgba(0,0,72,.1)}.statistica-table--spoiler-table .spoiled>div.chart canvas{width:100%;height:406px}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding-left:95px;font-weight:400}.statistica-table--spoiler-table .spoiled>div.chart>span{width:100%;box-sizing:border-box;padding-left:95px;text-align:center}@media screen and (max-width: 1380px){.statistica-table--spoiler-table>.table-scroll{overflow-x:auto}.statistica-table--spoiler-table>.table-scroll>*{width:1174px}.statistica-table--spoiler-table .spoiled>div.chart>div:nth-child(1)>div>span:after{width:calc(100vw - (var(--page-padding) * 2) - 20px)}}@media screen and (max-width: 740px){.statistica-table--spoiler-table .spoiler-head,.statistica-table--spoiler-table .spoiler-row>div:first-child{grid-template-columns:1fr 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 4fr 2fr 2fr}.statistica-table--spoiler-table>.table-scroll>*{width:700px}.statistica-table--spoiler-table .spoiled>div.chart canvas{height:300px}.statistica-table--spoiler-table .spoiler-row>div:first-child>* img{width:21px;height:21px}.statistica-table--spoiler-table .spoiler-head>*,.statistica-table--spoiler-table .spoiler-row>div:first-child>*{font-size:12px}.statistica-table--spoiler-table .spoiler-head>*,.statistica-table--spoiler-table .spoiler-row>div:first-child>*{gap:10px}.statistica-table--spoiler-table .spoiler-head>*{padding:0}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:not(:nth-child(2))>span{display:none}.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:nth-child(1),.statistica-table--spoiler-table .spoiled>div:nth-child(1)>div>*:nth-child(3){justify-content:center}}.statistica-stats{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px;row-gap:20px}.statistica-stats>div{display:flex;flex-direction:column;gap:20px;border-radius:36px;border:2px solid var(--color-violet);padding:40px}.statistica-stats>div:not(.statistica-stats--chart){gap:10px}.statistica-stats>div.statistica-stats--chart>div{display:grid;grid-template-columns:repeat(11,1fr);column-gap:10px;height:100%}.statistica-stats>div.statistica-stats--chart>div>div{height:100%;display:flex;flex-direction:column;gap:20px;justify-content:end}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2){flex-basis:53px;position:relative}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1){flex-basis:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;text-align:center;gap:10px}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>div{background:#fff;width:8px;height:var(--percent)}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2)>span{display:block;white-space:nowrap;transform:translate(-50%,-50%) rotate(90deg);font-size:15px;font-weight:400;width:51px;position:absolute;top:50%;left:50%}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2)>span,.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>span{font-size:15px;font-weight:400;color:#ffffffb3}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>span{font-weight:500}.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(2){font-family:PF Din;font-weight:500;font-size:100px;line-height:.9em;font-style:italic}.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(3){font-size:15px;font-weight:400;color:#ffffffb3}.statistica-stats>div:not(.statistica-stats--chart) hr{width:100%;margin:0}.statistica-stats>div:not(.statistica-stats--chart) div:last-child{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div{display:flex;flex-direction:column;gap:10px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(1){font-family:PF Din;font-weight:500;font-size:40px;line-height:.9em;font-style:italic}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(2){font-size:15px;font-weight:400;color:#ffffffb3}.statistica-stats--table{overflow-x:scroll;padding-bottom:10px}.statistica-stats--table>div{display:flex;flex-direction:row;gap:20px;width:fit-content}.statistica-stats--table>div>div{width:446px}.statistica-stats--table tr>*:nth-child(2){text-align:left}.statistica-stats--table tr>*:nth-child(2)>*{justify-content:start}@media screen and (max-width: 1380px){.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(2){font-size:40px}.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(1),.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(3),.statistica-stats>div.statistica-stats--chart>span{font-size:15px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child{grid-template-columns:1fr;row-gap:10px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(1){font-size:20px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(2){font-size:10px}.statistica-stats>div{padding:20px;border-radius:30px}.statistica-stats>div.statistica-stats--chart>div{display:flex;flex-direction:column-reverse;gap:0px;align-items:start}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>div{height:6px;width:var(--percent)}.statistica-stats>div.statistica-stats--chart>div>div{display:grid;grid-template-columns:50px 1fr;column-gap:10px;width:100%}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2)>span{transform:unset;position:unset;left:unset;top:unset}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2){order:-1}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2)>span,.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>span{font-size:10px}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1){flex-direction:row-reverse;justify-content:left;gap:3px}.statistica-stats>div:not(.statistica-stats--chart){gap:15px}.statistica-stats{column-gap:10px}.statistica-stats--table>div>div{width:326px}}@media screen and (max-width: 740px){.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(1),.statistica-stats>div.statistica-stats--chart>span{font-size:10px}.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(3),.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(2){font-size:8px}.statistica-stats>div:not(.statistica-stats--chart) div:last-child>div>span:nth-child(1),.statistica-stats>div:not(.statistica-stats--chart)>span:nth-child(2){font-size:30px}.statistica-stats>div:not(.statistica-stats--chart){gap:10px}.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(2)>span,.statistica-stats>div.statistica-stats--chart>div>div>div:nth-child(1)>span{font-size:8px}.statistica-stats>div.statistica-stats--chart>div>div{grid-template-columns:28px 1fr}.statistica-stats>div{padding:10px;border-radius:20px}.statistica-stats--table{overflow-x:hidden;padding-bottom:0}.statistica-stats--table>div{flex-direction:column;gap:10px;width:100%}.statistica-stats--table>div>div{width:100%}.statistica-players--table th:nth-child(3),.statistica-players--table td:nth-child(3){display:none}.statistica-players--table td>div>span{display:none}}.statistica-matches--list{display:flex;flex-direction:column;gap:20px}.statistica-matches--list>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 25px;border-radius:18px;border:2px solid var(--color-violet);font-family:PF Din;font-size:36px;font-style:italic;font-weight:500;text-decoration:none}.statistica-matches--list>div>*{display:flex;flex-direction:row;gap:20px;align-items:center}.statistica-matches--list>div>*:nth-child(1)>img{width:43px;height:43px;object-fit:contain;object-position:center}.statistica-matches--list>div>*:nth-child(2) img{height:31px}@media screen and (max-width: 740px){.statistica-matches--list>div{padding:10px 15px;font-size:15px;border-radius:20px}.statistica-matches--list>div>*:nth-child(2) img{height:20px}.statistica-matches--list>div>*:nth-child(1)>img{width:25px;height:25px}}.statistica-header{background:url(/game/static/statistica_banner-Bgzp3FC2.png);background-position:center;background-size:cover;margin-top:calc(var(--default-margin) * -1)}.statistica-header>div{display:flex;flex-direction:column;justify-content:space-between;padding-top:70px;padding-bottom:40px;box-sizing:border-box;gap:70px}.statistica-header>div>div:nth-child(1){display:flex;flex-direction:row;justify-content:start;align-items:center;gap:20px;background:#fff;padding:15px 30px}.statistica-header>div>div:nth-child(1)>*.cup{display:grid;grid-template-columns:60px 1fr;text-align:center;align-items:center;border-radius:25px;column-gap:20px;padding:0 20px;width:calc(50% - 40px);height:96px}.statistica-header>div>div:nth-child(1)>*.cup p{font-family:PF Din;font-size:28px;font-style:italic;font-weight:500;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}.statistica-header>div>div:nth-child(1)>*.cup>img{width:60px}.statistica-header>div>div:nth-child(1)>*.cup p span{line-height:.8em}.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(1){font-size:28px}.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(2){font-size:20px}.statistica-header>div>div:nth-child(1)>*.cup:nth-child(odd){background:var(--main-background-color);color:#fff}.statistica-header>div>div:nth-child(1)>*.cup:nth-child(2n){border:2px solid var(--main-background-color);color:var(--main-background-color)}.statistica-header>div>div:nth-child(1)>*.matches{display:flex;flex-direction:row;align-items:center;justify-content:start;overflow-x:scroll;padding-bottom:10px;gap:20px;width:calc(100% - 40px)}.statistica-header>div>div:nth-child(1)>*.matches::-webkit-scrollbar-thumb{background:#000048}.statistica-header>div>div:nth-child(1)>*.matches::-webkit-scrollbar-track{background:#00004838}.statistica-header>div>div:nth-child(1)>*.matches>*{min-width:calc(20% - 16px);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:80px;border-radius:26px;border:2px solid var(--main-background-color);font-size:15px;color:var(--main-background-color);white-space:nowrap}.statistica-header>div>div:nth-child(1)>*.matches>*.active{background:var(--color-orange)}.statistica-header>div>div:nth-child(1)>*.matches>*>img{width:39px;height:39px;object-fit:contain;object-position:center}.statistica-header>div>div:nth-child(2){display:flex;flex-direction:column;align-items:start;justify-content:center}.statistica-header>div>div:nth-child(2)>span:nth-child(1){font-family:PF Din;font-size:166px;font-style:italic;font-weight:500;line-height:.8em}.statistica-header>div>div:nth-child(2)>span:nth-child(2){font-family:PF Din;font-size:256px;font-style:italic;font-weight:500;line-height:.8em}@media screen and (max-width: 1380px){.statistica-header>div{padding-top:0;max-width:unset;width:100%}.statistica-header>div>div:nth-child(1){display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.statistica-header>div>div:nth-child(1)>*.cup{grid-template-columns:38px 1fr;column-gap:20px;height:71px;border-radius:30px;width:fit-content}.statistica-header>div>div:nth-child(1)>*.cup>img{width:38px}.statistica-header>div>div:nth-child(1)>*.cup p{font-size:21px;display:block}.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(1),.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(2){font-size:21px}.statistica-header>div>div:nth-child(1)>*.matches{width:100%;flex-basis:100%}.statistica-header>div>div:nth-child(1)>*.matches>*{min-width:unset;display:flex;flex-direction:row;height:67px;padding:0 20px;gap:20px;border-radius:30px;font-size:20px}.statistica-header>div>div:nth-child(2)>span:nth-child(1){font-size:156px}.statistica-header>div>div:nth-child(2)>span:nth-child(2){font-size:241px}}@media screen and (max-width: 740px){.statistica-header>div>div:nth-child(1),.statistica-header>div>div:nth-child(1)>*.matches{gap:10px}.statistica-header>div>div:nth-child(1)>*.cup{grid-template-columns:18px 1fr;column-gap:10px;height:32px;border-radius:20px;padding:0 10px}.statistica-header>div>div:nth-child(1)>*.cup>img{width:18px}.statistica-header>div>div:nth-child(1)>*.cup p{font-size:15px!important}.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(1),.statistica-header>div>div:nth-child(1)>*.cup p span:nth-child(2){font-size:15px}.statistica-header>div>div:nth-child(1)>*.matches>*{font-size:10px;height:32px;gap:10px;padding:0 10px;border-radius:20px}.statistica-header>div>div:nth-child(1)>*.matches>*>img{height:24px;width:24px}.statistica-header>div>div:nth-child(2)>span:nth-child(1){font-size:73px;line-height:70px}.statistica-header>div>div:nth-child(2)>span:nth-child(2){font-size:112px}.statistica-header>div{gap:30px;padding-bottom:20px}}.index-table>div.table-prehead .link,.tooltip{position:absolute;top:50%;right:20px;transform:translateY(-50%)}.tooltip>div:nth-child(1),.index-table>div.table-prehead .link{width:28px;height:28px;cursor:pointer}.index-table>div.table-prehead .link img,.tooltip>div:nth-child(1) img{width:100%;height:100%;filter:drop-shadow(0 0 4px var(--main-background-color))}.tooltip>div:nth-child(2){position:absolute;right:0;bottom:calc(100% + 10px);width:max-content;max-width:40vw;background:var(--main-background-color);border:2px solid var(--color-violet);padding:10px;box-sizing:border-box;border-radius:20px;height:fit-content;z-index:9999;font-size:20px}.tooltip:not(:hover):not(.active)>div:nth-child(2){display:none}@media screen and (max-width: 1380px){.tooltip>div:nth-child(1),.index-table>div.table-prehead .link{width:24px;height:24px}}@media screen and (max-width: 740px){.tooltip>div:nth-child(2){font-size:12px;max-width:80vw}}.index--best-players-2{display:flex;flex-direction:column;gap:20px}.index--best-players-2>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:40px;border-radius:36px;border:2px solid var(--color-violet)}.index--best-players-2>div>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:40px;column-gap:40px}.index--best-players-2>div>h2{font-size:50px;line-height:1em;margin:0;font-weight:500;font-style:italic;font-family:PF Din}@media screen and (max-width: 1380px){.index--best-players-2>div{padding:0;border:none}.index--best-players-2>div{flex-direction:column;gap:20px}.index--best-players-2>div>div:nth-child(2){row-gap:20px;column-gap:20px}.index--best-players-2>div>h2{font-size:28px}}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.scrollable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scrollable:active{cursor:grab}.statistica-players--table .index-table>div table tr td:nth-child(4),.statistica-players--table .index-table>div table tr td:nth-child(5),.statistica-players--table .index-table>div table tr th:nth-child(4),.statistica-players--table .index-table>div table tr th:nth-child(5){width:10%}.popup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:#000048a8}.popup:not(.active){display:none}.popup .popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:calc(100% - 40px);max-height:calc(100% - 40px);width:800px;height:450px;box-shadow:0 0 50px 10px #000,inset 0 0 100px 50px #000;border-radius:20px}.popup .popup-content:after{content:"";display:none;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%20width='200'%20height='200'%20style='shape-rendering:%20auto;%20display:%20block;%20background:%20transparent;'%3e%3cg%20data-idx='1'%3e%3ccircle%20stroke-dasharray='164.93361431346415%2056.97787143782138'%20r='35'%20stroke-width='10'%20stroke='%23ffffff'%20fill='none'%20cy='50'%20cx='50'%20data-idx='2'%20transform='matrix(-0.18737535012692755,-0.9822883884912879,0.9822883884912879,-0.18737535012692755,10.254348081781984,108.48318693091078)'%3e%3c/circle%3e%3cg%20data-idx='4'%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:center;background-size:contain;animation:loading 1s linear infinite;z-index:-1}.popup.loading .popup-content:after,.popup.loading-over .popup-content:after{display:block}.popup.loading-over .popup-content:after{z-index:99}@keyframes loading{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.popup .popup-content iframe,.popup .popup-content video{width:100%;height:100%}.popup .popup-content .cross{position:absolute;bottom:calc(100% + 10px);left:calc(100% + 10px);width:40px;height:40px;cursor:pointer}.popup .popup-content .left-arrow,.popup .popup-content .right-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;cursor:pointer}.popup .popup-content .left-arrow img,.popup .popup-content .right-arrow img{width:100%;height:100%}.popup .popup-content .left-arrow{right:calc(100% + 10px)}.popup .popup-content .right-arrow{left:calc(100% + 10px)}@media screen and (max-width: 910px){.popup .popup-content .cross{left:calc(100% - 40px)}.popup .popup-content .left-arrow,.popup .popup-content .right-arrow{top:calc(100% + 20px);transform:unset;width:60px;height:60px}.popup .popup-content .left-arrow{left:20px;right:unset}.popup .popup-content .right-arrow{right:20px;left:unset}}.adv-img .adv-img--text{position:absolute;top:20px;right:58px;background-color:#000000b7;border-radius:.5em;padding:.5em 1em;cursor:pointer;font-size:11px}@media screen and (max-width: 1380px){.adv-img .adv-img--text{font-size:9px}}.min-height,body{min-height:calc(100vh - 340px)}@media screen and (max-width: 1380px){.min-height,body{min-height:calc(100vh - 208px)}}.page-404{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7vh;padding-bottom:10vh;box-sizing:border-box}.page-404>*{margin:0;width:100%;text-align:center;line-height:1em}.page-404>h1{font-size:20vh;text-transform:uppercase}.page-404>h2{font-size:3vh}.page-404 a:not(.standalone){text-decoration:underline;color:var(--color-orange)}.page-404 a{cursor:pointer;color:var(--color-orange)}@media screen and (max-width: 740px){.page-404>h1{font-size:15vh}.page-404>h2{font-size:2vh}}@media screen and (max-width: 740px){.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(1),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(2){min-height:120px;margin-left:auto;margin-right:auto}.match--main-info>div:nth-child(2)>div:nth-child(1)>*:nth-child(2),.match--main-info>div:nth-child(2)>div:nth-child(3)>*:nth-child(1){width:calc(100% + 50px)}.match--main-info>div:nth-child(2)>div:nth-child(3){align-items:end}}.predictor-page{display:flex;flex-direction:column;gap:var(--default-padding)}.predictor-page>*{width:100%;box-sizing:border-box}.predictor-page .title{font-size:70px;font-style:italic;margin:0;line-height:1em}.predictor-page .tabs-controls{display:grid;grid-template-columns:repeat(6,1fr)}.predictor-page .predictor-page--info{display:flex;flex-direction:column;gap:var(--default-padding)}.predictor-page .predictor-page--info .predictor-page--info--name{display:flex;flex-direction:row;align-items:center;gap:var(--default-padding)}.predictor-page .predictor-page--info .predictor-page--info--name h1{font-size:64px;line-height:1em;text-transform:none;margin:0}.predictor-page .predictor-page--info .predictor-page--info--name *:nth-child(2){font-family:Montserrat;font-weight:600;padding:17px;border-radius:40px;border:3px solid white;text-align:center;width:fit-content;cursor:pointer}.predictor-page .predictor-page--info .predictor-page--info--name *:nth-child(2).active{border-color:var(--color-orange);background:var(--color-orange);cursor:default}.predictor-page .predictor-page--info .predictor-page--info--register{opacity:.5;font-family:Montserrat;font-size:25px;font-weight:400;text-transform:none}.predictor-page .predictor-page--info .predictor-page--info--score{display:flex;flex-direction:column;gap:var(--default-padding)}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(1){display:grid;grid-template-columns:1fr 1fr;font-size:36px;text-transform:none}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--default-padding)}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div{display:flex;flex-direction:column;gap:var(--default-padding);padding:17px 22px;border:3px solid var(--color-violet);border-radius:30px;position:relative}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div>span:nth-child(2){font-size:49px;line-height:1em;font-style:italic}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div>span:nth-child(3){position:absolute;bottom:20px;right:25px;opacity:.5;font-family:Montserrat;font-size:24px;font-weight:400}.predictor-page .predictor-block-header{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:var(--default-padding);background:#000057;padding:18px;font-size:28px;line-height:1em}.predictor-page .predictor-block-header>*:last-child:not(:first-child){margin-left:auto}.predictor-page .predictor-block-header *.link{font-family:Montserrat;font-weight:600;line-height:1em;padding:17px;font-size:20px;border-radius:40px;border:3px solid white;text-align:center;width:fit-content;cursor:pointer}.predictor-page .predictor-block-header label>input{display:none}.predictor-page .predictor-block-header label>span{display:block;width:202px;height:58px;cursor:pointer;background-image:url(/game/static/winline-checkbox-small-dwMSPoMS.png);background-position:center center;background-size:100% 100%}.predictor-page .predictor-block-header label>input:disabled+span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZQAAAB0CAMAAACVKDSkAAAA3lBMVEUAAACIiIiIiIiHh4eDg4OJiYmJiYmIiIiIiIiIiIiIiIiIiIiHh4eHh4eFhYWJiYmIiIiHh4eKioqJiYk3Nzf///+IiIiXl5d/f39JSUlpaWlERERQUFCDg4Py8vLm5uY7OztBQUGOjo6bm5vAwMBwcHCoqKhcXFxMTExgYGB2dnaLi4t0dHQ9PT1kZGRUVFTNzc20tLSUlJRWVlbt7e3g4ODa2tr6+vqRkZGWlpatra2ioqJra2tGRkZ6enpZWVlHR0fHx8fp6em6urr39/eGhobV1dXR0dHCwsLLy8up3jDOAAAAFHRSTlMA358gEO9/Xz9vv4+A7zDPUK8wr5jCm+0AAA5TSURBVHja7Z1rX6pIHMfTtKx2T2d3ByTumIoi4q0ss9TTZdt9/29obWZkBmSAQWyzD98nmWmO/PhfZxiOOKn8OD0pn5dKVbEgmdLlefnktFY52h8/zsolsSADl3+c/TjKn0qtXBjHTpTKP/OVpFAkF6rlWm5G8hutiCR3J+qTZYKCREzrqTPptha0vZwe5yDJ8YUviebanUKMLHTslubrUj7eVZKyr4jXAQW7CCNLRJbdHFehSK66iJjfMmfJP0tYkm7htHLCmkib2JLNc53jyD4ABTkykbL7sNMqspJCkj3Jwm8slYvCce0PsytCLipcrgtFE9cCWyi21h5NDV1YoxvDZrshgwJeLBcZC4cLq1WhmSy3BJHbUyGCYbsQhhcbqZK6xD9DAd4KK9LUBSZ60wEFPFgospyl0+Q3+GI5GE3Ua11IwBipoCA9podKlvSadAGNPBRSUcjCRTetKr9tJ8IqlKSQJX8GGlElUZMnOpZcC1y0FVCQlqc0qpxtaSIbAieGBgo4VEmK9rWwJkpbgBTGgtmTKrWEmpHWRDWETBhFZOFT5XdmFVmBdTwV4x1dyIheVC2pGcAqktVxuQjlwtfCDlyDAp7M+ILRFxbXeAFNClU+BTj3dcoMKJJJa1Ko8jmYEiuswNl4i9akUOWzsD6C/TnDeS1pTQpVPgXSM/4ZmXm5JO8ScsHZ7fxZPorj+oHTkDzVBIm4URnYbwHnpepCLujZ65V+Vzp4QTb0HDWVAzsJRflANqwYQk4YGWt7pXVf/1b0uv3EvDgc68uBzKst5EY7k9/6bpJAWez4DOzDVMphQyGlvCbkiAy4mXxDST7QlNhvLa45DhsKw3l9tgNTFnWaWUOTDgIxqMCstx73W/D0GndBDBKp64mhMJzXJ+fFVw0qc3GXFjgQ6HH3WpPNuM1Od0Ep0zLjTeX3CqlRaENRhZzhysBU/xvMnENqNS9nvjm4nXAiab/5qrzFnGXBBKxEG8pIyJkhjyYzX5KDmpOxZ74k/ehOcB0jWvEJWGBqy+I3lPxjfWe8cQCHtcp/4BvCFVO28UYVMzYBq1FhXuY3lPxNRdkMvHVYq2U799i8vbgv16sjJMDCo7Li6vpxZzdDGbY1W10jayMjc1Tp42GPPXBQWJtxD+IrERer8sgUl4T6nyjMZzcU/Trg/+VpxgSshb/bIQX4DxycK16BBGSsyiAu1Ne2vZfBL0kDhGmEX6JwOObZBBwWS3wuXaU+7Xr9RP9VoryXk8/KFTtLqMdOwKMtvt9njZ+8wqQe8YDfsisWLlDsVLNZOGbG+S+4j8T6gQYwzWylYZKtNEEyHhqvS1vz3fq9tzERRv17/YK7Oex93wjC6xwk8aLr+rtCBqlLYEdkEiiSse6RVSkx/usHXn/nK8fbsqdcl6Kq1EcNufwXGW7PAoR3dvJGNx+ezc3pdAcSeIRvEAHkVljzN9iNPsoYRb5CzAXRuHhl3h/rn/ZG9azxRG4bwYX3Gq//siNi4By+95XtYv6GL/iX2HiiU6dPpRthzRTsxiMKhDigpA4rFuMo4KBySYWUNn9nK7QC3MD6Krwd/F44hycRzmX2myhzfeEX5TkHSzEb+MxPi4Usy2MHldJ6HlhcQ5wON1M1uGbPiEzjpilTr2Ahr+jxGfUjVQb1hDX/cInSRv88j1pe4TWte4bG4poK7LEsACYcMWRIINA46LkmUSEU1O3I3Dpp1C7qUoAg/8D3vgCf1dUV5Sge6NNgYtsTk0sUYK/fkkuNsuBZpopkVNn9+x+wQ9xihJTh9soWLXGxixwpSlLCiBp23bBPE2D47geSw6kSDCkPgMAhSj6McSTkQIrLimW4LO+EmpxvRB9gRefQRJAjjU5L6B6hcGmGn0Zv7m6UQ7/ON7Z+B399RIO8n8/9g6ONXl56Hxq83D4b7w+DaFGU6/l8tsKPH15eRpP1z/n7883tr14wEHcfhs83z3//I4Xjs4p8ET3ulCmNxu4Un8B6fsKK89OQBhoRj4URbXRt7oGSWCyMAymyoJt0SLlRsCsjf+mis2NwSz49JAoxtF+UJ7wFvVcB8exRg4MvRE9rUcWVw5dEz2CpYjFnuspH51Ty1WTUIYoRqBS12HQsuoc2SnArDJNGp8OvUJ/AxRkzXZj+wqGLnBH1Z+qcYKbEt9RXv6mTd9z4qtwLNPOIkOIBLnoxQUX9WCoJM+InZvKFqz4ntSaGQkIKR/olMcYpo1EQEZDC9HB7DFGCyImihHnfRI24HoaEc0YunJi2zArmxCVqgstgnvhD8tCJX33HCDpGmpNnuwKzbtAhJRU48VgWCimdVKI0+UQhuckEf+S8MTdQLbvaGreZpTEjR5cxUBRxzeaf6syjLPua2HqcJjZrVkZPk8T0I3pVJKhQXc4FOfRTwBbl35bVf5ySz08W5fVa7a/GKLDMqQzvmkrB2+Eey32mtrLLLFR+h6IwypSAq0ijiaGyFymBWOoQsM0bqVSoNOQX8StztigjKPIKHeJVoigkk5uTb+4FIiIU+JmcOwrq12UqOCVGbbAmQRSSFqfQZKqS2JSXKCt0AvcB6EOlpyNYuSj+p8hMUV4VOudQ04jyQBt6k5wJdiDv6IYKQRHwoe4uypD+d0aamZWRkJ8oAHmf5eZ4zjU/N79DSTBDFNJzaacVhRzuOygKycIdF4FMSOK1lPxFEZx0mjQ2A50K/KLMmAGzgf85duh2X8eNYQ87NqYoc35RVkFR8KMwJIZYcNyNTO5rESNKlR3oSZabrIlhB17EG+jvmf1sD5/1SAwDH/1XFbuSN7Yo9/yimGFRVkIEYxKW4bjR77wlfYvdkWSnxAQtWZPhJpyQ7mWGlLgTNUp46G6AK3wwA/hBA6vQZ4vS4xcFhEW5EiLohcdtAS7cmIrT8uuUJ+K/2fkXkFNc8HCdce3XgllPYbc1aG5ii3IHA771jCs8THNLFDE3Ue50mr/VcPHI0Wombxowi8dL2GZR4yJ0k0zxJs0/KnQJxjFLH9tDctBx1KEU5PgtkCfZsyhWgpm3yPw8b2e5w5zlOo9tSAYb5cDmDieEdlLsY0VMXLhTNZyECkOULu1XFNxFuLN4G6nJHfGeyW5IBlr3GlsT9mzxUNm8W0/IzZInSSNnut8FnwmMMuRznsG+RRmF8i1loQbGjSce+Wf1F3Gt+1NqKZ7N0kS1ycQKqz/X3mmRt8T2AzNhwy1pvSAe9ioKMUt9E5U1Q3i2tjOULn+T2GP4QzjJ9YNatKowNFGMISOO61rK3fPSrfoa96NcW7hAcP0n3D2LQjLSkTzodK8N+HB73A3OKoWdsS3gwtUK3ZGchntZfjmoYXXCL0i5VdsweeaHecqR7nDXjzKIV2v/ojgCDa6RCCu8PJI395IAu3asBFettkOHnEhlRDXFmwpjHpkzzpOk+N5iLbkj+S/xX/+CvYrC8A7v5vYxfjM5Vx5P2EuMLtH6brIYL0qTUWBiJSqcKHKIKf91Qyp79acTrqQXpKoNLXxBmnp5ihI+4x7MYLqExi0Drss9ejHbgfyBl626ZKFVpCZkDlJOtRZCD4ee1GY9Vtn+qxO6fvmuE+6R/aL+rtu0prfUX27waTonNhxaNjYMJIzqSPe/yMNWzafh1cFcK49twI7zZ6wF3kSTa+bkO3sYKlfpiLmaMR2YOn9Y06ISx/bHE3bQL8iyH5E6ruOo5C+tVqtPGbXi/xtZtv2I7TjkA/qPrdYSAOr38XoI894j28Tf+hxRvgfiFniHL+SSGZoQB6DosbPu0cHR5bj2RuqDw2JRT72k5alBVuLFrFrFQcUj/ouhCVmal3z2tzm6kYQ+HrFzWBc8AuU+7YWaq16CfrJ/0VCN9l/XLE3IHKSRWKMP+dYXkZiJWByYrSwZ1zKyLkXt9Zlx1d/1q8J5ISo/KuCKgnXxYPaZ2DROEJqVat8GBcRfyEX8FznLc2fEsSIK0VuCg0JKvvzflGd1xBIkeC/iv0wq1H++oZD8EnNYG06Yb3WMazHMBLmu2OWUVmAv7yq9A9twr4aSfKUmZtw6JFks/2y6jxq3Ks2SNQETlHshYPte+xob5phO3WexPKCIvyDjdpZmIOfyRPK3bpwTpHYnxqF+wLHR6j73xvNmdZ+Z5niDztUh0HHqhLHkempn/eTy0enVCY0Oxy5sF19oEzbQ6dW/KQsLJBhKmbFdYc6xXsvgoOX6d+R+AgCHoaCsWPsyG3sCxZ3VvxkNLz5AmshQaI6rX2sLXLD6Xhuuit2knKVLDCWYgH2lzaIBUN23+ndgrD2SUzO2Rjk5gG3VAVgNPFfSxIPlTXq0VQuATNuq412/RLu4AcH/gy2KUXdQgUslteJWHZ8NcV4kytOxvripzedDMq/SMfP2T3Jx+6fPx4POq7hR2lcC3SituKXgV4JxS0ESVoqbb346TxoMKMVtar8Q+Da1fDd01gxuM5FBQQ43dCacYFWyG8t1YSZ8muD2SrIqA0ChjoTUDItowsGAaJKoCs6M+WUZFp6LOxcmmiSr4pkhWYzkLe8LK+HBlBmasKO9uLU1n9PUYxRpykUs4cKSRBTjU1IriaRnTCO3IxcgTduFIrzYMJxUa0epOUaqRK4skxvt5tDQoXkY01FbswtBuLFcUUQ1IweVCxHSPbAV8IeB2UUTdxeVIz5OkbFIA1CQMxMkSfX0iJvjsljIsgcmkgg5x66L31iwLAd2acLXZeO4xNLPo4xUTkSMfFi3+PuidDwsSfWERJNMPgwjFbrsrgimjDxXHrKIWssuhMmC2bFdX5HqBZJkR1lQbMEsWt1JZ2UVqXIKTGulTroyiuzEceVErVwVC3amWq4d5crPckks2E2RylH+/Hn216VYkIFS+ezPo/1RqZ2elM8vC6tJQ7VUOi+fnP7JayH/AfYnbzB8/F2PAAAAAElFTkSuQmCC)!important}.predictor-page .predictor-block-header label>input:checked+span{background-image:url(/game/static/winline-checkbox-small--checked-DLiWPEfm.png)}.predictor-page .predictor-block-header .unavailable{font-family:Montserrat;font-weight:400;font-size:25px;opacity:.5}.predictor-page .predictor-page--info--make-predict{border-radius:36px;padding-bottom:36px;border:2px solid var(--color-violet);display:flex;flex-direction:column;gap:2px;background:#d9d9d9;overflow:hidden}.predictor-page .predictor-page--info--make-predict>*:nth-child(2){display:grid;grid-template-columns:repeat(10,1fr);gap:2px}.predictor-page .predictor-page--info--make-predict>*:nth-child(2)>*{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;height:80px;background:#fff;color:#000057;cursor:pointer}.predictor-page .predictor-page--info--make-predict>*:nth-child(2)>*.active{background:var(--color-orange);color:#fff}.predictor-page .predictor-page--info--make-predict>*:nth-child(2)>* img{width:40px;height:40px;object-fit:contain}.predictor-page .predictor-page--info--your-predict{display:flex;flex-direction:column;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict>.predictor-block-header{background:none;padding-left:0;padding-right:0;gap:40px}.predictor-page .predictor-page--info--your-predict>.predictor-block-header>*:nth-child(1){font-size:64px;text-transform:none}.predictor-page .predictor-pbl-swiper{height:fit-content;position:relative;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:36px calc(100% - 112px) 36px;align-items:center;gap:20px;width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none}.predictor-page .predictor-pbl-swiper .pbl-swiper{overflow:hidden}.predictor-page .predictor-pbl-swiper .pbl-swiper-wrapper{display:flex;flex-direction:row;align-items:center;gap:20px;width:fit-content;position:relative;transition:all .05s linear;left:0;overflow:visible}.predictor-page .predictor-pbl-swiper .pbl-swiper-wrapper>*{width:237px}@media screen and (max-width: 1380px){.predictor-page .predictor-pbl-swiper .pbl-swiper-wrapper{gap:10px}.predictor-page .predictor-pbl-swiper .pbl-swiper-wrapper>*{width:220px}}@media screen and (max-width: 740px){.predictor-page .predictor-pbl-swiper .pbl-swiper-wrapper>*{width:calc(50vw - 20px)}}.predictor-page .predictor-pbl-swiper .button-prev,.predictor-page .predictor-pbl-swiper .button-next{width:36px;height:54px;background:url("data:image/svg+xml,%3csvg%20width='36'%20height='55'%20viewBox='0%200%2036%2055'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-2.36041e-06%200.5L0%2054.5L36%2027.5L-2.36041e-06%200.5Z'%20fill='%23FF6A13'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer;transition:all .15s ease-in-out}.predictor-page .swiper-button-lock{display:block}.predictor-page .predictor-pbl-swiper .button-prev.button-disabled,.predictor-page .predictor-pbl-swiper .button-next.button-disabled{opacity:.5}.predictor-page .predictor-pbl-swiper .button-prev{transform:rotate(180deg)}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide>a{height:133px;width:100%;box-sizing:border-box;border-radius:30px;border:3px solid white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide>a.active,.predictor-page .predictor-pbl-swiper .pbl-swiper-slide.active>a{background:var(--color-orange);border-color:var(--color-orange)}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide span:nth-child(1){font-size:40px;line-height:1em;font-style:italic}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide span:nth-child(3){font-size:20px;opacity:.5;font-weight:400}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide span:nth-child(2){width:80%;display:block;border-bottom:1px solid #FFEFEF66}.predictor-page .predictor-page--info--questions{display:grid;grid-template-columns:1fr 1fr;gap:var(--default-padding)}.predictor-page .predictor-page--info--questions>*{display:flex;flex-direction:column;gap:2px;background:#d9d9d9;padding-bottom:36px;border-radius:36px;border:2px solid #000057;overflow:hidden}.predictor-page .predictor-page--info--questions>*>*:nth-child(2){display:flex;flex-direction:column;gap:var(--default-padding);background:#fff;color:#000057;height:100%;padding:var(--default-padding)}.predictor-page .predictor-page--info--questions>*>*:nth-child(2) img{width:100%;height:325px;object-position:center;object-fit:cover}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>span:nth-child(2){font-size:20px;font-style:italic;font-weight:600}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2){padding-right:120px;position:relative;min-height:60px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2)>div{position:absolute;top:0;right:0;transform:none;color:#fff}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2)>div>div:last-child{background:#fff;border-color:var(--color-orange);font-size:25px;font-family:Montserrat;font-weight:400;text-transform:none;color:var(--color-dark-blue);max-width:636px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2) img{width:110px;height:auto}@media screen and (max-width: 1380px){.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2){padding-right:92px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2) img{width:82px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2)>div>div:last-child{max-width:311px;font-size:15px}}@media screen and (max-width: 740px){.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2){padding-right:92px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2) img{width:82px}.predictor-page .predictor-page--info--questions>*.answer>*:nth-child(2)>*:nth-child(2)>div>div:last-child{max-width:calc(100vw - 50px);font-size:15px}}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double{display:grid;grid-template-columns:1fr 1fr;gap:var(--default-padding);margin-top:auto}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>input{background:#000057;border-radius:20px;border:2px solid var(--color-violet);outline:none;font-family:Jost;font-size:20px;font-weight:600;font-style:italic;color:#fff;padding:14px 20px;margin-top:auto}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>input::placeholder{font-family:Jost;font-size:20px;font-style:italic;font-weight:600;text-transform:uppercase;color:#ffffff80}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double label input{display:none}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double label span{display:block;text-align:center;text-transform:uppercase;font-style:italic;cursor:pointer;padding:15px;border-radius:40px;border:2px solid #000057}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double label input:checked+span{border-color:var(--color-orange);background:var(--color-orange);color:#fff}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double label input.blue:checked+span{background:var(--color-dark-blue)}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double>span{font-family:Montserrat;font-size:20px;font-weight:400;color:#000057;border-radius:40px;background-color:#e2e2e2;padding:8px;text-align:center}.predictor-page .predictor--double-check--large>div:nth-child(2){display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;width:100%;height:56px;border-radius:50px;border:3px solid var(--color-violet);background-color:#000057;background-image:url("data:image/svg+xml,%3csvg%20width='535'%20height='58'%20viewBox='0%200%20535%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20535%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20489.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20498%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20452.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20461%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20415.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20424%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20378.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20387%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20341.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20350%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20304.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20313%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20267.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20276%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20230.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20239%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20193.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20202%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20156.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20165%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%20119.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20128%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%2082.5%20-17)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%2090.9995%2028.5)'%20fill='%231C249F'/%3e%3crect%20width='11.2164'%20height='64.3467'%20transform='matrix(-0.707107%200.707107%200.707107%200.707107%2045.5%20-17)'%20fill='%231C249F'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center center;padding:3px;cursor:pointer;box-sizing:border-box}.predictor-page .predictor--double-check--large>input:checked+div:nth-child(2){border-color:var(--color-orange);background-image:url("data:image/svg+xml,%3csvg%20width='535'%20height='58'%20viewBox='0%200%20535%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.000488281'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%200.000488281%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='45.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%2045.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='37.0005'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%2037.0005%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='82.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%2082.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='74.0005'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%2074.0005%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='119.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20119.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='111'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20111%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='156.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20156.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='148'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20148%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='193.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20193.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='185'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20185%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='230.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20230.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='222'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20222%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='267.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20267.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='259'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20259%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='304.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20304.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='296'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20296%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='341.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20341.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='333'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20333%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='378.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20378.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='370'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20370%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='415.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20415.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='407'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20407%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='452.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20452.5%20-17)'%20fill='%231C249F'/%3e%3crect%20x='444'%20y='28.5'%20width='11.2164'%20height='64.3467'%20transform='rotate(-45%20444%2028.5)'%20fill='%231C249F'/%3e%3crect%20x='489.5'%20y='-17'%20width='11.2164'%20height='64.3467'%20transform='rotate(45%20489.5%20-17)'%20fill='%231C249F'/%3e%3c/svg%3e")}.predictor-page .predictor--double-check--large input{display:none}.predictor-page .predictor--double-check--large>div:nth-child(2)>div{transition:all .15s ease-in-out}.predictor-page .predictor--double-check--large>div:nth-child(2)>div:nth-child(1){position:absolute;top:3px;left:3px;background:#fff;border-radius:100px;color:#000057;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;width:44px;height:44px}.predictor-page .predictor--double-check--large>div:nth-child(2)>div:nth-child(2){color:#fff;text-align:center;font-style:italic;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.predictor-page .predictor--double-check--large>div:nth-child(2)>div:nth-child(3){position:absolute;top:3px;right:3px;background:#fff;color:#000057;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;width:44px;height:44px;background:url(data:image/png;base64,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);background-position:center center;background-size:30px 30px;background-repeat:no-repeat}.predictor-page .predictor--double-check--large>input:checked+div:nth-child(2)>div:nth-child(1){left:calc(100% - 3px);transform:translate(-100%);color:var(--color-orange)}.predictor-page .predictor--double-check--large>input:checked+div:nth-child(2)>div:nth-child(3){right:calc(100% - 3px);transform:translate(100%)}.predictor-page .predictor--double-check--large>input:checked+div:nth-child(2)>div:nth-child(2){opacity:0}.predictor-page .predictor-page--info--your-predict--table{display:flex;flex-direction:column;gap:2px;background:#d9d9d9;padding-bottom:36px;border-radius:40px 40px 36px 36px;border:2px solid #000057}.predictor-page .predictor-page--info--your-predict--table>.predictor-block-header{border-radius:36px 36px 0 0}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2){display:flex;flex-direction:column;gap:2px;background:#e2e2e2}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*{background:#fff;padding:20px 40px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict{display:grid;grid-template-columns:1fr 256px;column-gap:40px;align-items:center;color:var(--color-dark-blue)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1){display:flex;flex-direction:column;gap:10px;align-items:center}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(1){text-align:center;font-weight:400;text-transform:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2){display:grid;grid-template-columns:1fr 380px 1fr;align-items:center;width:100%;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)){display:flex;flex-direction:row;align-items:center;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){justify-content:end}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)) img{width:40px;height:40px;object-fit:contain;object-position:center}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){width:380px;display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:180px;padding:10px 0;border-radius:20px;background:var(--color-dark-blue);color:#fff;font-family:Montserrat;font-size:40px;font-weight:600;line-height:1em}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div input{display:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div div:not(:nth-child(2)){cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result{display:grid;grid-template-columns:1fr 178px 103px 110px;column-gap:40px;align-items:center;color:var(--color-dark-blue)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1){display:flex;flex-direction:column;gap:10px;align-items:center}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(1){text-align:center;font-weight:400;text-transform:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2){display:grid;grid-template-columns:1fr 380px 1fr;align-items:center;width:100%;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)){display:flex;flex-direction:row;align-items:center;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){justify-content:end}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)) img{width:40px;height:40px;object-fit:contain;object-position:center}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){width:380px;display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:180px;padding:10px 0;border-radius:20px;background:var(--color-dark-blue);color:#fff;font-family:Montserrat;font-size:40px;font-weight:600;line-height:1em}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){display:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div input{display:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div div:not(:nth-child(2)){cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2){display:flex;flex-direction:column;gap:10px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*{width:100%;display:block;text-align:center;border-radius:100px;padding:5px 0;background:#e2e2e2;font-family:Montserrat;font-weight:600}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*{font-size:20px;font-weight:500;text-transform:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.red,.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.green,.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.yellow{background:var(--color-dark-blue);font-size:25px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.red{color:#ff5757}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.green{color:#56cf2b}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*.yellow{color:#ffe353}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(3){text-align:center;color:var(--color-orange);font-size:25px;line-height:1em;font-style:italic}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4){height:58px;width:110px;background-image:url(data:image/png;base64,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);background-size:100% 100%}.predictor-page .predictor-page--info--your-predict--table .tooltip{position:relative;top:unset;left:unset;right:unset;bottom:unset;transform:none}.predictor-page .predictor-page--info--your-predict--table .tooltip>div:nth-child(2){background:#fff;border-color:var(--color-orange);font-size:25px;font-family:Montserrat;font-weight:400;text-transform:none;max-width:min(700px,70vw)}.predictor-page .predictor-page--info--your-predict--table .tooltip>div:nth-child(2) ol{padding-left:1.5em}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4).checked{background-image:url(data:image/png;base64,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)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4).unchecked{background-image:url(data:image/png;base64,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)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4).disabled{background-image:url(data:image/png;base64,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)}@media screen and (max-width: 1380px){.predictor-page .predictor-page--info--your-predict--table .tooltip>div:nth-child(2){font-size:15px}.predictor-page .tabs-controls{gap:10px}.tabs-controls>a{padding:15px}.predictor-page .title{font-size:42px}.predictor-page .predictor-page--info .predictor-page--info--name h1{font-size:40px}.predictor-page .predictor-page--info .predictor-page--info--name *:nth-child(2){font-size:10px;border-width:2px;padding:10px 20px}.predictor-page .predictor-page--info .predictor-page--info--register{font-size:12px}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(1){font-size:20px}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2){grid-template-columns:1fr 1fr}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div{padding:13px;border-width:2px;font-size:14px;border-radius:20px}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div>span:nth-child(2),.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div>span:nth-child(3){font-size:20px}.predictor-page .predictor-page--info .predictor-page--info--score>div:nth-child(2)>div>span:nth-child(3){bottom:13px;right:13px}.predictor-page .predictor-block-header{font-size:16px}.predictor-page .predictor-page--info--make-predict>*:nth-child(2){display:flex;overflow:auto}.predictor-page .predictor-page--info--make-predict>*:nth-child(2)>*{min-width:88px;height:80px}.predictor-page .predictor-page--info--make-predict>*:nth-child(2)>* span{display:none}.predictor-page .predictor-page--info--make-predict{border-radius:20px}.predictor-page .predictor-page--info--your-predict>.predictor-block-header>*:nth-child(1){font-size:30px}.predictor-page .predictor-block-header label>span{width:82px;height:40px;background-image:url(data:image/png;base64,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)}.predictor-page .predictor-block-header label>input:disabled+span{background-image:url(data:image/png;base64,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)!important}.predictor-page .predictor-block-header label>input:checked+span{background-image:url(data:image/png;base64,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)}.predictor-page .predictor-block-header .unavailable{font-size:15px}.predictor-page .predictor-page--info--your-predict>.predictor-block-header{gap:10px}.predictor-page .predictor-block-header *.link{font-size:12px;padding:8px 13px;border-width:2px}.predictor-page .predictor-pbl-swiper{grid-template-columns:1fr}.predictor-page .predictor-pbl-swiper .button-prev,.predictor-page .predictor-pbl-swiper .button-next{display:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*{padding:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict{display:flex;flex-direction:column;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>label{width:100%}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2){grid-template-columns:1fr 300px 1fr}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div{width:140px;font-size:20px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)){font-size:15px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){width:300px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result{display:grid;grid-template-columns:1fr 1fr 82px;gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1){grid-area:1 / 1 / 2 / 4}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2){grid-area:2 / 1 / 3 / 3}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4){grid-area:2 / 3 / 3 / 4}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2){grid-template-columns:1fr 300px 1fr}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){grid-template-columns:60px 1fr 60px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div{width:60px;font-size:20px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){width:140px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:not(:nth-child(2)){font-size:15px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){width:300px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){display:block;background:none;color:var(--color-orange);text-align:center}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(3){display:none}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2){display:grid;grid-template-columns:1fr 1fr;column-gap:var(--default-padding)}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(4){width:82px;height:40px}.predictor-page .predictor-page--info--questions>*>*:nth-child(2) img{height:167px}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>span:nth-child(2){font-size:15px}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double label span{padding:8px;font-size:15px}.predictor-page .predictor-page--info--questions>*>*:nth-child(2)>.double>span{font-size:10px}.predictor-page .predictor-page--info--questions>*,.predictor-page .predictor-page--info--your-predict--table,.predictor-page .predictor-page--info--make-predict{border-radius:20px;padding-bottom:20px}.predictor-page .predictor-page--info--your-predict--table>.predictor-block-header{border-radius:18px 18px 0 0}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide>a{border-radius:20px;border-width:2px!important}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide span:nth-child(1){font-size:30px;line-height:1em}.predictor-page .predictor-pbl-swiper .pbl-swiper-slide span:nth-child(3){font-size:15px}}@media screen and (max-width: 740px){.predictor-page .title{font-size:24px}.predictor-page .predictor-page--info .predictor-page--info--name h1{font-size:20px}.predictor-page .predictor-page--info .predictor-page--info--name *:nth-child(2){padding:5px 15px}.predictor-page .predictor-page--info--your-predict>.predictor-block-header{justify-content:space-between}.predictor-page .predictor-page--info--your-predict>.predictor-block-header>.link{display:none}.predictor-page .predictor-block-header .unavailable{font-size:12px}.predictor-page .predictor-page--info--your-predict>.predictor-block-header>*:nth-child(1){font-size:20px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.predict>div:nth-child(1)>div:nth-child(2),.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2){grid-template-columns:1fr 1fr;column-gap:20px;position:relative}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(1),.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(3){justify-content:start!important;align-items:center;text-align:center;height:100%}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){flex-direction:column-reverse!important}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(3){flex-direction:column!important}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){grid-area:1 / 1 / 2 / 2}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(3){grid-area:1 / 2 / 2 / 3}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){grid-area:2 / 1 / 3 / 3}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){width:100%!important;grid-template-columns:1fr 1fr!important}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:last-child,.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:first-child{width:100%!important}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){position:absolute;top:0;left:50%;transform:translate(-50%);font-size:15px}.predictor-page .predictor-page--info--your-predict--table>*:nth-child(2)>*.result>div:nth-child(2)>*{font-size:15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.predictor-page .predictor-page--info--questions{grid-template-columns:1fr}}.predictor-banner{border-radius:36px;border:2px solid var(--color-violet);object-fit:contain;object-position:center;overflow:hidden}.predictor-banner img,.predictor-banner{height:168px;width:100%}@media screen and (max-width: 1380px){.predictor-banner{border-radius:20px}.predictor-banner img,.predictor-banner{height:92px}}@media screen and (max-width: 740px){.predictor-banner{border-radius:10px}.predictor-banner img,.predictor-banner{height:calc(100vw / 8.21)}}.predictor-page .index-table>div:nth-child(2){overflow:auto}.predictor-page .index-table>div:nth-child(2) tr>*{padding:0 10px;box-sizing:border-box}.table-head img{height:1em;cursor:pointer}.table-head .desc img{transform:rotate(180deg)}.predictor-page .index-table>div table tr td:nth-child(2)>*>*:not(img){margin-right:auto}.predictor-page .index-table>div table tr td>*>img{height:58px;width:110px;margin-left:auto}.predictor-page .index-table .table-head>*:nth-child(2){text-align:start}@media screen and (max-width: 1380px){.predictor-page .index-table>div table tr td>*>img{height:20px;width:41px}}.no-content--text{font-size:2.5em;height:calc(100vh - 300px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;text-transform:none}.popup .popup-content.predictor-popup{box-shadow:none!important;background:var(--color-dark-blue);border-radius:20px;border:2px solid var(--color-violet);padding:var(--default-padding) calc(var(--default-padding) * 2);display:flex;flex-direction:column;gap:10px;justify-content:space-between;text-align:center;text-transform:none;width:830px;box-sizing:border-box;height:auto;max-height:calc(100vh - 100px);overflow:auto}.popup-content.predictor-popup ol{text-align:left}.popup-content.predictor-popup ol li{margin-bottom:.5em}.popup-content.predictor-popup a:not(.button){text-decoration:underline}.predictor-popup h1{margin:0;font-size:1.5em;line-height:1em}.popup .popup-content.predictor-popup>.predictor-popup--stats-head{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}.popup .popup-content.predictor-popup>.predictor-popup--stats-head>*:nth-child(2){display:flex;flex-direction:column;gap:10px}.popup .popup-content.predictor-popup>.predictor-popup--stats-head>*:not(:nth-child(2)){width:50px;height:50px;margin-left:unset;margin-right:unset}.popup .popup-content.predictor-popup>.predictor-popup--stats-head>*:not(:nth-child(2)) img{width:100%;height:100%;object-fit:contain;object-position:center}@media screen and (max-width: 740px){.popup .popup-content.predictor-popup>.predictor-popup--stats-head{gap:20px}.popup .popup-content.predictor-popup>.predictor-popup--stats-head>*:not(:nth-child(2)){width:40px;height:40px}}.predictor-popup>img:last-child,.predictor-popup>a:last-child img{height:29px;width:auto;object-fit:contain;object-position:center}.predictor-popup>img:nth-child(2),.predictor-popup>a:nth-child(2) img{height:48px;width:auto;object-fit:contain;object-position:center}.predictor-popup .button{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:25px;text-transform:uppercase;font-style:italic;width:100%;text-align:center;border-radius:100px}.popup .popup-content.predictor-popup .cross{left:calc(100% - 10px)!important;bottom:calc(100% - 10px)!important;transform:translate(-100%,100%)}.popup .popup-content.predictor-popup .text-input{display:flex;flex-direction:column;align-items:start;gap:5px;width:100%}.popup .popup-content.predictor-popup p{margin:0;line-height:1em}.popup .popup-content.predictor-popup>*{display:flex;flex-direction:column;gap:20px}.popup .popup-content.predictor-popup .text-input input{background:#000057;border-radius:20px;border:2px solid var(--color-violet);outline:none;font-family:Jost;font-size:20px;font-weight:600;width:100%;font-style:italic;color:#fff;padding:14px 20px;margin-top:auto}.popup .popup-content.predictor-popup .text-input input::placeholder{font-family:Jost;font-size:20px;font-style:italic;font-weight:600;text-transform:uppercase;color:#ffffff80}.popup .popup-content.predictor-popup .text-input span{text-align:start;opacity:.5;font-weight:400;font-size:.7em}.popup .popup-content.predictor-popup .small-text{font-family:Montserrat;font-weight:400;font-size:.7em}.popup .popup-content.predictor-popup .winline-id--status{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-weight:400;font-size:.7em}.popup .popup-content.predictor-popup .winline-id--status img{height:3em}.popup .popup-content.predictor-popup .winline-id--status span{opacity:.5}.predictor-profile{padding:calc(var(--default-padding) * 2);border-radius:var(--default-padding);border:2px solid var(--color-violet);display:flex;flex-direction:column;gap:var(--default-padding);width:810px;box-sizing:border-box;max-width:100%;margin-left:auto;margin-right:auto}.predictor-profile .predictor-profile--title{margin-bottom:var(--default-padding);display:flex;flex-direction:row;align-items:center;justify-content:start;gap:var(--default-padding)}.predictor-profile .predictor-profile--title h1{margin:0;text-transform:none}.predictor-profile .predictor-profile--title .winline-id{padding:10px;font-size:15px;font-family:Montserrat;font-weight:400;border-radius:10px;border:2px solid white;color:#fff;margin-left:auto;cursor:pointer}.predictor-profile .predictor-profile--title .winline-id.active{background:var(--color-orange);border-color:var(--color-orange);cursor:default}.predictor-profile .button,.predictor-profile input[type=submit],.predictor-profile input[type=submit]::placeholder{font-family:Jost;font-weight:600;text-transform:uppercase;margin-top:var(--default-padding);font-size:40px;font-style:italic;border-radius:1000px;width:100%}.predictor-profile input:not([type=submit]):not([type=button]){background:#000057;border-radius:20px;border:2px solid var(--color-violet);outline:none;font-family:Jost;font-size:20px;font-weight:600;width:100%;font-style:italic;color:#fff;padding:14px 20px;margin-top:auto;box-sizing:border-box;cursor:pointer}.predictor-profile input:not([type=submit]):not([type=button])::placeholder{font-family:Jost;font-size:20px;font-style:italic;font-weight:600;text-transform:uppercase;color:#ffffff80}.predictor-profile .checkbox-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:20px;font-family:Montserrat;font-weight:400;text-transform:none}.predictor-profile .checkbox-container label input{display:none}.predictor-profile .checkbox-container label>*:not(input){display:inline-flex;flex-direction:row;align-items:center;gap:10px;text-decoration:none;color:#fff;margin:0}.predictor-profile .checkbox-container label>*:not(input) a{text-decoration:underline}.predictor-profile .checkbox-container label>*:not(input):before{content:"";width:1.5em;min-width:1.5em;height:1.5em;min-height:1.5em;box-sizing:border-box;display:block;border-radius:3px;border:5px solid var(--color-orange);cursor:pointer}.predictor-profile .checkbox-container label>input:checked+span:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJZSURBVHgBtZbPqxJRFMfvcyaIKGoTQbto06YHIUTL2bR4GxHKRatHbZLQRPC1qIXQHyCuw53SQje5EXKThaAoKEa6EUUx/LURiRfomx+dM819786dGXv2nC/MjHPvufdz7znnHocQdyVKkiQul8uRpmnqYrH46fV6r2A7cVEIvQxA7QSET1mW8SkTFyUEAoGrBnStcQoGgw88ZPcSo9Ho9Ww2+wugsiiKl3iD1Wq1JDuWGAqFbrPuZYWuHgwGZbJjCeFw+C4TSwt0PB7XqS3e9oyLysO9n0diIpG47wBV0eWTyeQbC9VVq9VeQ+fxer3+Xa/XX5LtJKRSqYcGVLaBKqPR6DOzqb8qFovP0MC4FFVVtWq1+ty0MnuhV4R0Oi0ZUIWHQpva7/fzFihqNpv1VKQZUhRF/x2JRG4R54Ouh6dcLh8YY2yhkEgfGXuzptPpD36gkZEKdaUdtNFoPHWCosC9HxyhqFgsdocO4OHz+fw7N1iHQh68YL3DQ7vdbmIjlHa2Wq0jsOdXjnFT2+32W3KW6Xu9Xi9CCRYiNIF7358HemoAsW7YHQW8xePxe2gHk74zeCYo7hzbh8PhG2I9nhulxxE3yVccmBTfT0ql0pF2lv0mKD6bzearbaFUIlSem3ZuZBKId6/eDqE6/F/o6c4rlcqhTdJYRBcD0CcXAZoER+ELlrkNUL2vUCgcEL4wXED6RDD5scM/jA7N5XIS+Xd121qCz+e7xrqUSTQtk8k8Ii5+vgj5fP4xTTZai5PJ5D5x+ZsJ5YHKtt/pdL5Cifzk9/tv7Ar6B61ybsBx9VfMAAAAAElFTkSuQmCC);background-size:50% auto;background-position:center center;background-repeat:no-repeat}.predictor-profile .post-input-text{font-size:15px;opacity:.5;margin-top:-5px;font-weight:400;font-family:Montserrat;text-transform:none}.predictor-page--info .save{display:grid;grid-template-columns:1fr 1fr;gap:var(--default-padding)}.predictor-page--info .save .button{background:none}.predictor-page--info .save .button,.predictor-page--info .save input[type=submit],.predictor-page--info .save input[type=submit]::placeholder{font-family:Jost;font-weight:600;text-transform:uppercase;margin-top:var(--default-padding);font-size:40px;font-style:italic;border-radius:1000px;width:100%}@media screen and (max-width: 1380px){.predictor-page--info .save .button,.predictor-page--info .save input[type=submit],.predictor-page--info .save input[type=submit]::placeholder{font-size:1em}}@media screen and (max-width: 740px){.predictor-page--info .save{grid-template-columns:1fr}.predictor-page--info .save .button,.predictor-page--info .save input[type=submit],.predictor-page--info .save input[type=submit]::placeholder{font-size:2em}.predictor-popup>img:nth-child(2),.predictor-popup>a:nth-child(2) img{height:37px}.predictor-popup>img:last-child,.predictor-popup>a:last-child img{height:23px}.predictor-profile .button,.predictor-profile input[type=submit],.predictor-profile input[type=submit]::placeholder{font-size:20px}.predictor-profile input:not([type=submit]):not([type=button]){font-size:15px;padding:9px 20px}.predictor-profile .checkbox-container{font-size:15px}.predictor-profile .predictor-profile--title .winline-id{font-size:12px}.predictor-profile .checkbox-container label>*:not(input):before{border-width:2px}.predictor-profile .checkbox-container{flex-direction:column;align-items:start;gap:20px}}.rules-title{font-size:40px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px;margin:.5em 0}.rules-title:first-child{margin-top:0!important}.rules-title img{height:1.5em}.predictor-page .rules-text,.predictor-page .rules-list{margin:0;color:#ffffffb3;text-transform:none;font-weight:400}.predictor-page .rules-text strong{font-weight:700}@media screen and (max-width: 1380px){.rules-title{font-size:22px}}.prize-text{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--default-padding);margin-top:var(--default-padding);margin-bottom:var(--default-padding)}.prize-text>*:nth-child(1){margin:0;font-size:40px;text-transform:none}.prize-text>*:nth-child(2){color:#ffffffb3;text-transform:none;font-weight:300;font-size:25px}.prize-title{display:flex;flex-direction:row;align-items:end;justify-content:space-between;border-bottom:1px solid white;padding-bottom:10px;margin-top:var(--default-padding)}.prize-title>*:nth-child(1){font-size:37px;font-style:italic;line-height:1em}.prize-title>*:nth-child(2){font-size:15px;font-family:Montserrat;opacity:.5;text-transform:none;font-weight:400}.prize-block--1{display:grid;grid-template-columns:1fr;align-items:center;column-gap:20px;margin-top:var(--default-padding)}.prize-block--1>*:not(:nth-child(1)){display:none}.prize-block--1>*:not(span){width:100%;height:auto;height:176px}.prize-block--1>span{text-align:center;display:block;font-size:37px;font-style:italic}.prize-block--2{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:75px;margin-top:var(--default-padding)}.prize-block--2>*{width:410px;height:168px}.prize-block--3{display:grid;grid-template-columns:repeat(5,1fr);gap:38px;margin-top:var(--default-padding)}.prize-block--4{margin-top:var(--default-padding)}.prize-block--3>*{width:245px;height:302px}.prize-block--4>*{width:100%;height:176px}.prize-block--1>*:not(span) img,.prize-block--2>* img,.prize-block--3>* img,.prize-block--4>* img{width:100%;height:100%}.prize-block--1>*:not(span) img:nth-child(2),.prize-block--2>* img:nth-child(2),.prize-block--3>* img:nth-child(2),.prize-block--4>* img:nth-child(2){display:none}@media screen and (max-width: 1380px){.prize-text>*:nth-child(1){font-size:20px}.prize-text>*:nth-child(2){font-size:16px}.prize-title{flex-direction:column;align-items:start;gap:10px}.prize-title>*:nth-child(1){font-size:30px}.prize-title>*:nth-child(2){font-size:15px}.prize-block--1{grid-template-columns:1fr}.prize-block--1>*:not(span){height:87px}.prize-block--4>*:not(span){height:87px}.prize-block--2{gap:20px}.prize-block--2>*{width:213px;height:87px}.prize-block--3{gap:20px}.prize-block--3>*{width:120px;height:147px}}@media screen and (max-width: 740px){.prize-block--1>*:not(span) img:nth-child(1),.prize-block--2>* img:nth-child(1),.prize-block--3>* img:nth-child(1),.prize-block--4>* img:nth-child(1){display:none}.prize-block--1>*:not(span) img:nth-child(2),.prize-block--2>* img:nth-child(2),.prize-block--3>* img:nth-child(2),.prize-block--4>* img:nth-child(2){display:block}.prize-text{margin:10px 0}.prize-text>*:nth-child(1){font-size:20px}.prize-text>*:nth-child(2){font-size:12px}.prize-title{flex-direction:column;align-items:start;gap:10px;margin:10px 0}.prize-title>*:nth-child(1){font-size:20px}.prize-title>*:nth-child(2){font-size:9px}.prize-block--1>span{font-size:20px}.prize-block--1{grid-template-columns:1fr;gap:10px}.prize-block--1>*:not(span){width:100%;height:calc((100vw - 30px) / 6.151515151)}.prize-block--1>*:not(:nth-child(1)){display:none}.prize-block--2{gap:10px}.prize-block--2>*{width:100%;height:calc((100vw - 30px - 20px) / 3 * 1.47972)}.prize-block--3{gap:10px;grid-template-columns:repeat(3,1fr)}.prize-block--3>*{width:100%;height:auto}.prize-block--3>*:nth-child(1){grid-area:1 / 1 / 2 / 4;height:calc((100vw - 30px) / 4.3191489)}.prize-block--3>*:not(:nth-child(1)){height:calc((100vw - 30px - 20px) / 3 * 1.47972)}.prize-block--4>*:not(span){height:calc((100vw - 30px) / 4.3191489)}}.match--predictor{display:flex;flex-direction:column;gap:var(--default-padding);border-radius:36px;border:2px solid var(--color-violet);overflow:hidden}.match--predictor h1{width:100%;font-size:28px;line-height:1em;font-style:italic;text-align:center;color:#fff;padding:var(--default-padding);background:var(--color-orange);margin:0}.match--predictor>div{display:flex;flex-direction:column;gap:var(--default-padding);padding:var(--default-padding);box-sizing:border-box;width:100%}.match--predictor>div .button{width:100%;font-size:28px;line-height:1em;font-style:italic;text-align:center;color:#fff;padding:15px}.match--predictor>div>div{position:relative;padding-right:130px;box-sizing:border-box;min-height:58px;font-size:20px}.match--predictor>div>div>img{width:110px;position:absolute;top:0;right:0}@media screen and (max-width: 1380px){.match--predictor{border-radius:20px}.match--predictor h1,.match--predictor>div .button{font-size:20px}.match--predictor>div>div{font-size:12px;min-height:45px}.match--predictor>div>div{padding-right:92px}.match--predictor>div>div>img{width:82px}}.popup-content .match--stats{border:none;padding:0!important;gap:10px!important}.popup-content .k2tex img{width:165px;height:36px}.popup-content a{width:fit-content;margin-left:auto;margin-right:auto}.popup-content .match--stats>div>span:nth-child(2){padding:0 15px;text-transform:uppercase;font-size:20px;font-weight:400;line-height:1em}@media screen and (max-width: 740px){.popup-content .k2tex img{width:108.9px;height:23.76px}.popup-content .match--stats>div>span:nth-child(2){font-size:10px}.popup-content .k2tex{margin-bottom:0}}.popup-content .video-title{margin:0;position:absolute;bottom:calc(100% + 10px);left:0;width:100%;box-sizing:border-box;padding-right:60px}.align-left{text-align:start;justify-content:start!important}.promo-1{display:grid;grid-template-columns:1fr 1fr;gap:0px;background-image:url(/game/static/promo_1_bg_desktop-D9dsk8Ex.png);background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:40px 20px;box-sizing:border-box;border:2px solid rgba(255,255,255,.2)}.promo-1 .tooltip{position:relative;top:unset;left:unset;right:unset;bottom:unset;transform:unset}.promo-1 .tooltip>div:nth-child(1){width:unset;height:unset;cursor:unset}.promo-1 .tooltip>div:nth-child(2){font-size:15px;background:#fff;color:var(--color-dark-blue)}.promo-1>div:nth-child(1){display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.promo-1>div:nth-child(1)>div:nth-child(1){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px}.promo-1>div:nth-child(1)>img:nth-child(2){width:100%;height:auto}.promo-1>div:nth-child(1)>*:nth-child(3){display:none}.promo-1>div:nth-child(2){display:flex;flex-direction:column;gap:35px;text-align:center;justify-content:center;align-items:center}.promo-1>div:nth-child(2) .button{font-size:28px;height:76px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:100px}.promo-1>div:nth-child(2)>a>img{height:36px}.promo-1>div:nth-child(2) span:not(.button){font-weight:400;text-transform:none;line-height:1.1em}.promo-1>div:nth-child(2) strong{font-weight:900;text-transform:none}.promo-1>div:nth-child(2) a:not(.button):not(.promo-checkbox--container){font-weight:900;text-decoration:underline;text-transform:none}.promo-1>div:nth-child(2) a:not(.button):last-child{margin-top:auto}.promo-1 .gift{height:120px;margin-top:-20px;margin-bottom:-20px}.promo-1>div:nth-child(2) h1{font-size:35px;font-weight:600;font-style:italic;line-height:1em;margin:0}.promo-1 h2{font-size:30px;font-weight:400;margin:0;max-width:454px}.promo-1 h3{font-size:20px;font-weight:400;margin:0;max-width:454px}.promo-checkbox--container{display:grid;grid-template-columns:42px 1fr 138px;gap:20px;align-items:center;border-radius:36px;border:2px solid var(--color-violet);background:var(--color-dark-blue);padding:20px;box-sizing:border-box;width:100%;text-decoration:none;cursor:pointer}.promo-checkbox--container *{text-decoration:none}.promo-checkbox--container span:nth-child(2){font-size:18px;text-align:start}.promo-checkbox--container>.promo-checkbox{width:42px;height:42px;border-radius:3px;border:5px solid var(--color-orange);box-sizing:border-box;display:block}.promo-checkbox--container>.promo-checkbox.checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJZSURBVHgBtZbPqxJRFMfvcyaIKGoTQbto06YHIUTL2bR4GxHKRatHbZLQRPC1qIXQHyCuw53SQje5EXKThaAoKEa6EUUx/LURiRfomx+dM819786dGXv2nC/MjHPvufdz7znnHocQdyVKkiQul8uRpmnqYrH46fV6r2A7cVEIvQxA7QSET1mW8SkTFyUEAoGrBnStcQoGgw88ZPcSo9Ho9Ww2+wugsiiKl3iD1Wq1JDuWGAqFbrPuZYWuHgwGZbJjCeFw+C4TSwt0PB7XqS3e9oyLysO9n0diIpG47wBV0eWTyeQbC9VVq9VeQ+fxer3+Xa/XX5LtJKRSqYcGVLaBKqPR6DOzqb8qFovP0MC4FFVVtWq1+ty0MnuhV4R0Oi0ZUIWHQpva7/fzFihqNpv1VKQZUhRF/x2JRG4R54Ouh6dcLh8YY2yhkEgfGXuzptPpD36gkZEKdaUdtNFoPHWCosC9HxyhqFgsdocO4OHz+fw7N1iHQh68YL3DQ7vdbmIjlHa2Wq0jsOdXjnFT2+32W3KW6Xu9Xi9CCRYiNIF7358HemoAsW7YHQW8xePxe2gHk74zeCYo7hzbh8PhG2I9nhulxxE3yVccmBTfT0ql0pF2lv0mKD6bzearbaFUIlSem3ZuZBKId6/eDqE6/F/o6c4rlcqhTdJYRBcD0CcXAZoER+ELlrkNUL2vUCgcEL4wXED6RDD5scM/jA7N5XIS+Xd121qCz+e7xrqUSTQtk8k8Ii5+vgj5fP4xTTZai5PJ5D5x+ZsJ5YHKtt/pdL5Cifzk9/tv7Ar6B61ybsBx9VfMAAAAAElFTkSuQmCC);background-position:center center;background-size:50% auto;background-repeat:no-repeat}.promo-checkbox--container .button{width:auto!important;height:54px!important;font-size:15px!important}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.promo-grid *{text-decoration:none!important}.promo-grid>*{border-radius:20px;border:2px solid white;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.promo-grid>* span{display:flex;flex-direction:column;align-items:center;justify-content:center}.promo-grid>* strong{font-size:15px;font-weight:700}.promo-grid>* .button{margin-top:auto;text-transform:uppercase}.promo-grid>* span:last-child{min-height:70px;opacity:.5}.promo-grid>* .button{width:auto!important;white-space:nowrap}@media screen and (max-width: 1380px){.promo-grid>* strong{font-size:10px}.promo-grid>* span:last-child{font-size:10px!important}.promo-grid>* span:last-child{min-height:35px}.promo-grid>*{padding:10px}.promo-checkbox--container{grid-template-columns:28px 1fr 90px}.promo-checkbox--container>.promo-checkbox{height:28px;width:28px;border-width:3px}.promo-checkbox--container .button{height:34px!important;font-size:10px!important}.promo-1{background-image:url(/game/static/promo_1_bg_tablet-C7OWNjDc.png);grid-template-columns:1fr 2fr}.promo-1>div:nth-child(1)>div:nth-child(1){flex-direction:column;gap:20px}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(3),.promo-1>div:nth-child(1)>div:nth-child(1)>*:nth-child(3) img{width:158px;height:auto}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(1),.promo-1>div:nth-child(1)>div:nth-child(1)>*:nth-child(1) img{width:73px;height:auto}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(2){width:24px;height:auto}.promo-1>div:nth-child(1)>img:nth-child(2){width:320px;margin-right:-110px}.promo-1>div:nth-child(2) h1{font-size:20px}.promo-1>div:nth-child(2) span:not(.button),.promo-1>div:nth-child(2) a:not(.button):not(.promo-checkbox--container){font-size:15px}.promo-1>div:nth-child(2) .button{font-size:20px;height:54px}.promo-1>div:nth-child(2){gap:25px}.promo-grid>* .button{font-size:12px!important}.promo-1 h3{font-size:15px}.promo-1 h2{font-size:20px}.promo-1 .gift{height:70px;margin-right:auto}}@media screen and (max-width: 740px){.promo-1{display:flex;flex-direction:column-reverse;background-image:url(/game/static/promo_1_bg_mobile-DhDX60O4.png);gap:30px}.promo-1>div:nth-child(1)>div:nth-child(1){flex-direction:row}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(3),.promo-1>div:nth-child(1)>div:nth-child(1)>*:nth-child(3) img{width:107px;height:auto}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(1),.promo-1>div:nth-child(1)>div:nth-child(1)>*:nth-child(1) img{width:49px;height:auto}.promo-1>div:nth-child(1)>div:nth-child(1)>img:nth-child(2){width:17px}.promo-1>div:nth-child(1)>img:nth-child(2){width:100%;margin-right:-20px}.promo-1>div:nth-child(2)>a:last-child,.promo-1>div:nth-child(2)>img:last-child{display:none}.promo-1>div:nth-child(1)>*:nth-child(3){display:block}.promo-1>div:nth-child(1)>*:nth-child(3),.promo-1>div:nth-child(1)>*:nth-child(3) img{height:17px}.promo-1>div:nth-child(2) .button{height:37px;font-size:14px}.promo-1>div:nth-child(2) span:not(.button),.promo-1>div:nth-child(2) a:not(.button):not(.promo-checkbox--container){font-size:12px}.promo-1>div:nth-child(2) h1{font-size:20px}.promo-1>div:nth-child(2),.promo-1>div:nth-child(1){gap:15px}.promo-grid>*{padding:10px}.promo-1>div:nth-child(2) .button{font-size:10px!important;padding-right:15px;padding-left:15px}.promo-checkbox--container{padding:10px 20px;border-radius:20px}.promo-grid{grid-template-columns:1fr}.promo-grid>*{border:none;padding:0}.promo-grid>* span:last-child{min-height:unset}}.promo-2{display:grid;grid-template-columns:2fr 3fr;gap:0px;background-image:url(/game/static/promo_2_bg_desktop-D8koSxsa.png);background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:20px;box-sizing:border-box;border:2px solid rgba(255,255,255,.2)}.promo-2>div:nth-child(1){display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.promo-2>div:nth-child(1)>div:nth-child(1){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px}.promo-2>div:nth-child(1)>img:nth-child(2){width:120%;margin-right:-10%;margin-left:-10%;height:auto}.promo-2>div:nth-child(1)>*:nth-child(3){display:none}.promo-2>div:nth-child(2){display:flex;flex-direction:column;gap:35px;text-align:center;justify-content:center;align-items:center}.promo-2>div:nth-child(2)>.button{font-size:28px;height:76px;display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:316px;padding-left:20px;padding-right:20px;border-radius:100px}.promo-2>div:nth-child(2)>.button.blue{border-color:var(--main-background-color)}.promo-2>div:nth-child(2)>a>img{height:36px}.promo-2>div:nth-child(2) span{font-weight:400;text-transform:none;line-height:1.1em}.promo-2>div:nth-child(2) strong{font-weight:900;text-transform:none}.promo-2>div:nth-child(2) a:not(.button){font-weight:900;text-decoration:underline;text-transform:none}.promo-2>div:nth-child(2) h1{font-size:47px;font-weight:600;font-style:italic;line-height:1em;margin:0}@media screen and (max-width: 1380px){.promo-2{background-image:url(/game/static/promo_2_bg_tablet-BYjKicZU.png);grid-template-columns:1fr 2fr}.promo-2>div:nth-child(1)>div:nth-child(1){flex-direction:column;gap:20px}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(3),.promo-2>div:nth-child(1)>div:nth-child(1)>*:nth-child(3) img{width:158px;height:auto}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(1),.promo-2>div:nth-child(1)>div:nth-child(1)>*:nth-child(1) img{width:73px;height:auto}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(2){width:24px;height:auto}.promo-2>div:nth-child(1)>img:nth-child(2){width:320px;margin-right:-110px;margin-left:-50px}.promo-2>div:nth-child(2) h1{font-size:25px}.promo-2>div:nth-child(2) span,.promo-2>div:nth-child(2) a:not(.button){font-size:15px}.promo-2>div:nth-child(2)>.button{font-size:20px;height:54px;min-width:225px}.promo-2>div:nth-child(2){gap:25px}}@media screen and (max-width: 740px){.promo-2{display:flex;flex-direction:column-reverse;background-image:url(/game/static/promo_2_bg_mobile-B_2kOQGV.png);gap:30px}.promo-2>div:nth-child(1)>div:nth-child(1){flex-direction:row}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(3),.promo-2>div:nth-child(1)>div:nth-child(1)>*:nth-child(3) img{width:107px;height:auto}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(1),.promo-2>div:nth-child(1)>div:nth-child(1)>*:nth-child(1) img{width:49px;height:auto}.promo-2>div:nth-child(1)>div:nth-child(1)>img:nth-child(2){width:17px}.promo-2>div:nth-child(1)>img:nth-child(2){width:100%;margin-right:-20px;margin-left:0}.promo-2>div:nth-child(2)>a:last-child,.promo-2>div:nth-child(2)>img:last-child{display:none}.promo-2>div:nth-child(1)>*:nth-child(3){display:block}.promo-2>div:nth-child(1)>*:nth-child(3),.promo-2>div:nth-child(1)>*:nth-child(3) img{height:17px}.promo-2>div:nth-child(2)>.button{height:37px;font-size:14px}.promo-2>div:nth-child(2) span,.promo-2>div:nth-child(2) a:not(.button){font-size:12px;max-width:300px}.promo-2>div:nth-child(2) h1{font-size:19px}.promo-2>div:nth-child(2),.promo-2>div:nth-child(1){gap:15px}}@font-face{font-family:Jost;src:url(/game/static/Jost-BlackItalic-koD3W1LQ.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-ExtraBoldItalic-8kVJ01ju.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-ExtraLight-z7pEe2j0.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-ExtraBold-CmWZuP5T.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-BoldItalic-CtvQlC_M.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Bold-CfKwobPM.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Black-sb3enmQP.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Light-BKorx5AZ.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Italic-CUvl5-HB.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-ExtraLightItalic-CMYbVyYg.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-LightItalic-klfiEatq.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Thin---fAz4kI.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-SemiBoldItalic-BzF8OUI0.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-MediumItalic-DXg6fnqa.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Regular-NDwFUtVf.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-SemiBold-RhNY7j4i.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-Medium-C2uZx1_P.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(/game/static/Jost-ThinItalic-RuwBL-w7.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Montserrat;src:url(/game/static/Montserrat-SemiBold-Cyv6qdWd.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/game/static/Montserrat-Regular-Cw3fqWkz.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PF Din;src:url(/game/static/PFDinTextCompPro-MedItal-CiMgJ82Y.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:PF Din;src:url(/game/static/PFDinTextCompPro-XBlack-DQrW2fHY.ttf) format("truetype");font-weight:900;font-display:swap}.load-wrapper{position:relative;height:100%;width:100%;background-color:#d3d3d3;z-index:44;overflow:hidden;border-radius:5px}.activity{position:absolute;left:-45%;height:100%;width:45%;background-image:linear-gradient(to left,#fbfbfb0d,#fbfbfb4d,#fbfbfb99,#fbfbfb4d,#fbfbfb0d);background-image:-moz-linear-gradient(to left,rgba(251,251,251,.05),rgba(251,251,251,.3),rgba(251,251,251,.6),rgba(251,251,251,.3),rgba(251,251,251,.05));background-image:-webkit-linear-gradient(to left,rgba(251,251,251,.05),rgba(251,251,251,.3),rgba(251,251,251,.6),rgba(251,251,251,.3),rgba(251,251,251,.05));animation:loading 1s infinite;z-index:45}@keyframes loading{0%{left:-45%}to{left:100%}}.card{height:100%}.card-content{height:2em;margin-top:1em;display:flex}.card-content:first-child{margin-top:0;display:flex}.card-content,.card-text,.card-avatar-text{width:100%}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
