.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#fbfef5cc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loader__content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loader__carrot{width:70px;height:70px}.loader__text{margin-top:20px}.button{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 20px;background-color:#1b8d5a;color:#fff;border-radius:16px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.button--secondary{background:transparent;border:1px solid #1B8D5A;color:#1b8d5a}.button:active{transition:.1s;transform:translateY(1px)}.button--small{height:26px;font-size:14px}.button--disabled{opacity:.5;cursor:default}.button--disabled:active{transform:none}@media (max-width: 425px){.button{height:40px;padding:0 10px}.button--small{height:22px;font-size:12px}}.toast{padding:25px 30px 10px 10px;position:fixed;right:20px;bottom:20px;z-index:998;background:#fdecfe;color:#ba5ec8;border-radius:16px;border:1px solid #BA5EC8;animation:slide-in .5s ease-in-out}.toast__close{width:30px;height:30px;position:absolute;top:6px;right:3px;cursor:pointer;text-align:center}@keyframes slide-in{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}.main{height:100%;position:relative}.main__logo{position:absolute;top:20px;left:20px}.main__page{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main__photo{margin-bottom:20px;text-align:center;font-size:22px;font-weight:600}.main__photo img{width:200px;height:200px;margin-bottom:15px;border-radius:200px}.main__buttons{display:flex;width:210px;gap:20px;flex-direction:column}@media (max-width: 425px){.main__photo img{width:150px;height:150px}.main__photo{font-size:20px}.main__buttons{width:160px}}.lobby{height:100%;position:relative}.lobby__waiting{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.lobby__page{height:100%;padding:20px;display:flex;flex-direction:column;align-items:center}.lobby__members{width:100%;text-align:center}.lobby__members-list{margin:15px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;text-align:left}.lobby__member{max-width:200px;height:30px;margin-bottom:10px}.lobby__member--ready{position:relative}.lobby__member--ready:before{content:"";width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_10_394)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.5%200C24.0604%200%2031%206.93959%2031%2015.5C31%2024.0604%2024.0604%2031%2015.5%2031C6.93959%2031%200%2024.0604%200%2015.5C0%206.93959%206.93959%200%2015.5%200ZM21.7339%2011.3413C21.3556%2010.9629%2020.7422%2010.9629%2020.3639%2011.3413L14.1981%2017.5057L10.7738%2014.0813C10.3955%2013.703%209.78208%2013.703%209.40376%2014.0813C9.02544%2014.4596%209.02544%2015.073%209.40376%2015.4513L13.5138%2019.5614C13.8921%2019.9397%2014.5055%2019.9397%2014.8838%2019.5614C14.8878%2019.5574%2014.8916%2019.5535%2014.8955%2019.5495L21.7339%2012.7113C22.1123%2012.333%2022.1123%2011.7196%2021.7339%2011.3413Z'%20fill='%231B8D5A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10_394'%3e%3crect%20width='31'%20height='31'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-size:contain;position:absolute;left:18px;top:-8px}.lobby__member--empty{color:#979895;line-height:30px}.lobby__member img{width:30px;height:30px;margin-right:10px;border-radius:30px}.lobby__member-name{display:inline-block;max-width:160px;height:30px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lobby__member:last-child{margin-bottom:0}.lobby__center{display:flex;flex:0 0 150px;justify-content:center;align-items:center}.lobby__carrot{width:70px;height:70px}.lobby__text{margin-bottom:20px}.lobby__buttons{display:flex;width:210px;margin-bottom:20px;gap:20px;flex-direction:column}.lobby__tips{line-height:20px;color:#979895;text-align:center}@media (max-width: 625px){.lobby__members-list{flex-direction:column;align-items:center}.lobby__center{flex:auto}}@media (max-width: 425px){.lobby__carrot{width:50px;height:50px}.lobby__buttons{width:160px}}.timer-lobby{text-align:center;position:relative}.timer-lobby__circle-time{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timer-lobby__circle{height:170px;width:170px;transform:rotate(-90deg)}.timer-lobby__circle-progress,.timer-lobby__circle-track{fill:transparent}.timer-lobby__circle-progress{stroke:#1b8d5a;stroke-width:10px;stroke-dasharray:472;stroke-dashoffset:472;transition:.5s linear}.timer-lobby__circle-track{stroke:#5eae87;stroke-width:10px}@media (max-width: 425px){.timer-lobby__circle{display:none}.timer-lobby__circle-time{position:relative;top:auto;left:auto;transform:none;margin-bottom:10px}}.timer{width:100%;height:10px;background:#5eae87;position:absolute;top:0;left:0;right:0;font-size:10px;line-height:11px;text-align:center;color:#fff;-webkit-user-select:none;user-select:none}.timer__bar{content:"";display:block;height:10px;width:0%;background:#1b8d5a;position:absolute;left:0;top:0;transition:width .5s linear}.timer__time{position:relative;z-index:2}.step-result{height:100%}#svg-arrow{position:absolute;top:0;right:0;bottom:0;left:0}.svg-arrow__path{stroke:#1b8d5a80;stroke-width:3;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 5s linear forwards}@keyframes draw{to{stroke-dashoffset:0}}.players{width:100%;display:flex;justify-content:space-around;align-items:center}.player{width:30%;text-align:center}.player__image{display:block;width:100px;height:100px;border-radius:100px;margin:0 auto 10px;position:relative}.player__image img{width:100px;border-radius:100px}.player__button{display:inline-block;padding:0 10px;height:23px;border-radius:30px;background:#1b8d5a;text-align:center;color:#fff;font-size:12px;line-height:23px;cursor:pointer;position:absolute;bottom:0;left:50%;margin-left:-28px}.player__name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.player__image--active{position:relative;border-radius:100px;z-index:1;box-shadow:0 4px 0 2px #1b8d5a}.player__image--answered:after{content:"";display:block;width:50px;height:50px;position:absolute;top:-15px;right:-15px;z-index:2;background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2050%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25%2011C16.7%2011%2010%2017.25%2010%2025C10%2027.5%2010.7%2029.8%2011.9%2031.85C12.05%2032.1%2012.1%2032.4%2012%2032.65L10.6%2037.1C10.35%2037.9%2011.1%2038.6%2011.9%2038.35L16.3%2036.8C16.6%2036.7%2016.9%2036.75%2017.15%2036.9C19.45%2038.25%2022.15%2039%2025.05%2039C33.35%2039%2040.05%2032.75%2040.05%2025C40%2017.25%2033.3%2011%2025%2011ZM32.2%2021.9L24.55%2029.55C24.25%2029.85%2023.9%2030%2023.5%2030C23.1%2030%2022.75%2029.85%2022.45%2029.55L18.75%2025.85C18.45%2025.55%2018.45%2025.1%2018.75%2024.8L19.8%2023.75C20.1%2023.45%2020.55%2023.45%2020.85%2023.75L23.5%2026.4L30.1%2019.8C30.4%2019.5%2030.85%2019.5%2031.15%2019.8L32.2%2020.85C32.5%2021.15%2032.5%2021.65%2032.2%2021.9Z'%20fill='%231B8D5A'/%3e%3c/svg%3e") no-repeat}.player__image--choosed:after{content:"";display:block;width:31px;height:31px;position:absolute;top:-5px;right:-5px;z-index:2;background:url("data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_10_394)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.5%200C24.0604%200%2031%206.93959%2031%2015.5C31%2024.0604%2024.0604%2031%2015.5%2031C6.93959%2031%200%2024.0604%200%2015.5C0%206.93959%206.93959%200%2015.5%200ZM21.7339%2011.3413C21.3556%2010.9629%2020.7422%2010.9629%2020.3639%2011.3413L14.1981%2017.5057L10.7738%2014.0813C10.3955%2013.703%209.78208%2013.703%209.40376%2014.0813C9.02544%2014.4596%209.02544%2015.073%209.40376%2015.4513L13.5138%2019.5614C13.8921%2019.9397%2014.5055%2019.9397%2014.8838%2019.5614C14.8878%2019.5574%2014.8916%2019.5535%2014.8955%2019.5495L21.7339%2012.7113C22.1123%2012.333%2022.1123%2011.7196%2021.7339%2011.3413Z'%20fill='%231B8D5A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10_394'%3e%3crect%20width='31'%20height='31'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat}.player__image--asked:before,.player__image--asked-skip:before{content:"";display:block;width:38px;height:38px;position:absolute;top:-8px;left:-10px;z-index:2;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%231B8D5A'%20viewBox='0%200%20256%20256'%20id='Flat'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M128.00146,23.99963a104,104,0,1,0,104,104A104.11791,104.11791,0,0,0,128.00146,23.99963ZM128.002,192a12,12,0,1,1,12-12A12,12,0,0,1,128.002,192Zm7.99951-48.891v.89551a8,8,0,1,1-16,0v-8a8.0004,8.0004,0,0,1,8-8,20,20,0,1,0-20-20,8,8,0,0,1-16,0,36,36,0,1,1,44,35.10449Z'/%3e%3c/svg%3e") no-repeat}.player__image--asked-skip:before{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23D12121'%20viewBox='0%200%20256%20256'%20id='Flat'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M128.00146,23.99963a104,104,0,1,0,104,104A104.11791,104.11791,0,0,0,128.00146,23.99963ZM128.002,192a12,12,0,1,1,12-12A12,12,0,0,1,128.002,192Zm7.99951-48.891v.89551a8,8,0,1,1-16,0v-8a8.0004,8.0004,0,0,1,8-8,20,20,0,1,0-20-20,8,8,0,0,1-16,0,36,36,0,1,1,44,35.10449Z'/%3e%3c/svg%3e") no-repeat}.player__love{position:absolute;top:50%;right:50%;margin-right:-25px;margin-top:-25px}@media (max-width: 425px){.player__image img{width:70px}.player__image{width:70px;height:70px}.player__image--asked:before{width:29px;height:29px;top:-8px;left:-9px}.player__image--answered:after{background-size:50px 40px}}.love{width:50px;height:50px;position:relative}.love__heart{width:50px;height:50px;position:absolute;top:0;left:0;z-index:5001}.love__emitter{width:50px;height:50px;position:absolute;top:50%;left:50%}.love__dot{background-color:red;border-radius:50%;position:absolute;z-index:5000;pointer-events:none}.step-question{display:flex;height:100%;flex-direction:column;align-content:stretch;gap:20px}.step-question__question{height:50%;padding:15px 15px 10px;background:#fef7c1;border-radius:16px;font-size:18px;overflow-y:auto;position:relative}.step-question__question--man{background:#dde1fe}.step-question__question--woman{background:#fdecfe}.step-question__text{padding-top:5px;font-size:16px;line-height:20px}.step-question__report{position:absolute;top:15px;right:15px}.step-question__content{display:flex;height:50%;position:relative}.step-question__content--centered{justify-content:center;align-items:center}@media (max-width: 425px){.step-question__question{font-size:16px}.step-question__text{font-size:14px;line-height:18px}}.answer__textarea{width:100%;height:100%;resize:none;padding:15px 70px 15px 18px;border:1px solid #1B8D5A;border-radius:16px;outline:none}.answer__button{display:flex;width:60px;align-items:center;justify-content:center;border-radius:0 16px 16px 0;position:absolute;top:0;right:0;bottom:0;background:#1b8d5a;cursor:pointer}.question__textarea{width:100%;height:100%;resize:none;padding:15px 70px 15px 18px;border:1px solid #1B8D5A;border-radius:16px;outline:none}.question__generate{width:30px;height:30px;position:absolute;right:70px;top:10px;cursor:pointer}.question__button{display:flex;width:60px;align-items:center;justify-content:center;border-radius:0 16px 16px 0;position:absolute;top:0;right:0;bottom:0;background:#1b8d5a;cursor:pointer}.report-game__button{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_242_69)'%3e%3cpath%20d='M15.5563%200L22%206.44365V15.5563L15.5563%2022H6.44365L0%2015.5563V6.44365L6.44365%200H15.5563ZM14.4173%202.75H7.58274L2.75%207.58274V14.4173L7.58274%2019.25H14.4173L19.25%2014.4173V7.58274L14.4173%202.75ZM11.0556%2013.75C11.815%2013.75%2012.4306%2014.3656%2012.4306%2015.125C12.4306%2015.8844%2011.815%2016.5%2011.0556%2016.5C10.2962%2016.5%209.68065%2015.8844%209.68065%2015.125C9.68065%2014.3656%2010.2962%2013.75%2011.0556%2013.75ZM11.0556%205.5C12.0536%205.5%2012.7443%206.49677%2012.3939%207.43117L11.0556%2013.75L9.7173%207.43117C9.3669%206.49677%2010.0577%205.5%2011.0556%205.5Z'%20fill='%23D12121'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_242_69'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat;cursor:pointer}.popup{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 15px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#fbfef5cc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup__wrap{width:100%;max-width:370px;margin:0 15px;padding:15px 20px 20px;background:#f1f4eb;border-radius:16px;border:1px solid #C5C6C1;position:relative}.popup__close{width:30px;height:30px;position:absolute;top:6px;right:3px;cursor:pointer;text-align:center}.popup__close path{stroke:#303140}.report__wrap{background:url("data:image/svg+xml,%3csvg%20width='122'%20height='114'%20viewBox='0%200%20122%20114'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_243_265)'%3e%3cpath%20d='M94.1012%200.0399614C92.2248%20-0.159723%2090.5568%200.329504%2089.0775%201.51763C87.6081%202.70575%2086.7939%204.24332%2086.5954%206.14033L85.0366%2021.0069C84.8381%2022.9039%2085.3245%2024.5912%2086.506%2026.0589C87.6875%2027.5266%2089.2165%2028.3553%2091.1029%2028.5549L96.6826%2029.144C96.1366%2030.6117%2095.5011%2031.9895%2094.7664%2033.2675C94.0417%2034.5654%2092.8999%2035.7536%2091.3908%2036.8419C94.1112%2036.4325%2096.5734%2035.6437%2098.8073%2034.4956C101.021%2033.3574%20102.997%2031.8497%20104.685%2030.0027L110.88%2030.6616C112.757%2030.8613%20114.425%2030.3521%20115.904%2029.1839C117.373%2027.9958%20118.188%2026.4582%20118.386%2024.5612L119.945%209.69472C120.143%207.8077%20119.657%206.13035%20118.475%204.64269C117.294%203.16503%20115.765%202.34632%20113.879%202.14664L94.1012%200.0399614ZM39.9022%2056.8602C53.0076%2053.6753%2067.2251%2053.196%2083.1403%2056.8602C84.4409%2057.1598%2085.7912%2057.8487%2086.4663%2058.897C86.7443%2059.1966%2087.0024%2059.526%2087.2109%2059.8855L97.0202%2073.6737L103.027%2057.1298C103.603%2055.4824%20104.347%2054.4041%20105.37%2053.9049V53.8849L112.072%2048.8429C112.786%2048.3038%20113.809%2048.4535%20114.345%2049.1724C114.881%2049.8912%20114.732%2050.9196%20114.018%2051.4588L110.106%2054.4041C110.453%2054.5439%20110.811%2054.6937%20111.168%2054.8634L115.447%2052.0478C116.023%2051.6684%20116.807%2051.8282%20117.185%2052.4173C117.562%2052.9963%20117.403%2053.7851%20116.827%2054.1645L114.633%2055.6022H120.223C121.206%2055.6022%20122.01%2056.411%20122.01%2057.3994C122.01%2058.3878%20121.206%2059.1966%20120.223%2059.1966H115.378C115.278%2059.8355%20114.782%2060.6642%20114.584%2061.2333L104.169%2091.4157H104.159C103.692%2092.7336%20102.779%2093.9117%20101.488%2094.6705C98.5789%2096.3878%2094.8359%2095.4094%2093.1283%2092.474L83.7559%2077.9769L79.1392%20103.497C78.1165%20109.158%2074.7409%20113.99%2069.3696%20113.99H53.6729C48.3016%20113.99%2044.9259%20109.158%2043.8934%20103.497L39.0483%2076.7289L28.8817%2092.474C27.174%2095.3994%2023.431%2096.3878%2020.522%2094.6705C19.2214%2093.9018%2018.3179%2092.7336%2017.8512%2091.4157H17.8413L7.42643%2061.2333C7.22786%2060.6642%206.74137%2059.8355%206.63216%2059.1966H1.78711C0.804199%2059.1966%200%2058.3878%200%2057.3994C0%2056.411%200.804199%2055.6022%201.78711%2055.6022H7.37679L5.18262%2054.1645C4.60677%2053.7851%204.44792%2052.9963%204.8252%2052.4173C5.20247%2051.8382%205.98682%2051.6784%206.56266%2052.0478L10.8418%2054.8634C11.1992%2054.7037%2011.5467%2054.5439%2011.9041%2054.4041L7.99235%2051.4588C7.27751%2050.9196%207.12858%2049.8912%207.66471%2049.1824C8.20085%2048.4635%209.22347%2048.3137%209.93831%2048.8529L16.64%2053.8949V53.9149C17.6626%2054.4141%2018.4072%2055.4924%2018.9831%2057.1398L24.9897%2073.6837L34.799%2059.8955C35.8216%2058.1482%2037.7775%2057.0899%2039.8128%2056.8902L39.9022%2056.8602ZM60.6525%2010.0641C71.7425%2010.0641%2080.7277%2019.0999%2080.7277%2030.2523C80.7277%2041.4046%2071.7425%2050.4404%2060.6525%2050.4404C49.5625%2050.4404%2040.5773%2041.4046%2040.5773%2030.2523C40.5773%2019.1099%2049.5625%2010.0641%2060.6525%2010.0641ZM100.078%2019.6889L103.305%2020.2081L102.848%2023.0736L99.6214%2022.5544L100.078%2019.6889ZM103.553%2018.6406L100.336%2018.1214C100.644%2014.1377%20100.326%2011.8513%20100.962%207.91752C101.19%206.46981%20102.55%205.48137%20103.99%205.72099C105.43%205.96061%20106.412%207.31847%20106.184%208.76618C105.539%2012.69%20104.506%2014.7667%20103.553%2018.6406Z'%20fill='%23C5C6C1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_243_265'%3e%3crect%20width='122'%20height='114'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") right center no-repeat}.report__title{margin-bottom:15px}.report__topics{padding-right:115px;margin-bottom:15px}.report__topic-item{margin-bottom:15px}.report__topics .button{line-height:26px}.report__button{text-align:right}.step-answers{display:flex;height:100%;flex-direction:column;align-content:stretch;gap:20px;position:relative}.step-answers__row{display:flex;height:50%;justify-content:space-around;gap:20px}.step-answers__item{max-width:30%;flex:0 0 30%;padding:12px;background:#f1f4eb;border-radius:16px;word-wrap:break-word;position:relative}.step-answers__full{padding:15px 30px 15px 15px;position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;background:#f1f4eb;border-radius:16px;line-height:20px;word-wrap:break-word}.step-answers__author{font-size:18px;margin-bottom:5px}.step-answers__close{width:24px;height:24px;position:absolute;top:10px;right:10px;cursor:pointer}.step-answers__close path{stroke:#303140}.step-answers__magnifier{width:26px;height:26px;float:right;fill:#303140;cursor:pointer}.step-answers__clear{float:none}.step-answers__report{position:absolute;bottom:15px;right:15px}.step-choose{display:flex;height:100%;flex-direction:column;align-content:stretch;gap:20px}.step-choose--centered{justify-content:center;align-items:center}.step-choose__buttons{width:100%;height:26px;display:flex;justify-content:space-around;align-items:center}.step-choose__content{flex-grow:1;align-content:center;text-align:center}.step-choose__skip{margin-bottom:20px}.step-choose__tip{margin-top:15px;color:#979895}.game{height:100%;position:relative;overflow:hidden}.game__page{height:100vh;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.game__board{flex-grow:1;padding:15px 0}.final{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.final__couple{display:flex;justify-content:space-around;align-items:center;gap:30px;margin-bottom:20px}.final__photo{text-align:center}.final__photo img{display:block;width:150px;height:150px;margin-bottom:15px;border-radius:160px}.final__buttons{display:flex;gap:20px;flex-direction:column;margin-bottom:15px}.final__tips{text-align:center;color:#979895}#final__heart{width:60px;height:60px}@media (max-width: 425px){.final__photo img{width:90px;height:90px}.final__couple{gap:20}#final__heart{width:50px;height:50px}}#svg-balloon{position:absolute;overflow:visible;top:0;left:0;z-index:3}.svg-balloon__color{fill:var(--color, #1B8D5A)}.svg-balloon__balloon{cursor:pointer}#svg-balloon #behind{z-index:1}.results{height:100%;position:relative}.results__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #2e2e2b;color:#2e2e2b;position:fixed;top:0;left:0;right:0;z-index:2;background:#fbfef5}.results__back,.results__action{flex:0 0 76px;padding:10px 20px 5px}.results__back svg{cursor:pointer}.results__title{font-size:24px;flex-grow:1;text-align:center}.results__page{padding:70px 20px 20px;overflow:auto}.results__filter{display:flex;gap:15px;align-items:center;margin-bottom:15px}.results__filter-items{display:flex;gap:15px}.results__list{height:100%}.results__list--centered{display:flex;justify-content:center}.results__player{display:flex;gap:15px;margin-bottom:15px}.results__player-image img{width:100px;height:100px;border-radius:100px}.results__player-date{margin-bottom:7px;color:#919190}.results__player-name{margin-bottom:7px}.results__player-status{width:20px;height:20px;vertical-align:middle;position:relative;top:-1px}.results__player-status circle{fill:#919190}.results__player-status--online circle{fill:#1b8d5a}.results__player-buttons{display:flex;gap:10px}@media (max-width: 425px){.results__title{font-size:18px}.results__player-image img{width:70px;height:70px}}.check-age__wrap{background:url("data:image/svg+xml,%3csvg%20width='89'%20height='122'%20viewBox='0%200%2089%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.803%2024.146L23.4795%2026.9793C24.06%2026.4786%2024.8134%2026.1742%2025.6386%2026.1742H29.0349C26.2115%2023.7161%2024.3001%2020.2279%2023.8942%2016.2946L22.1231%2015.4107C19.7207%2014.2123%2016.8083%2015.1962%2015.6154%2017.6084C14.4228%2020.0203%2015.4023%2022.9473%2017.803%2024.146Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M38.9014%2025.8441C40.1561%2025.8441%2041.3606%2025.6315%2042.485%2025.2451C42.853%2022.5774%2045.043%2020.1934%2048.54%2020.1934C49.4512%2018.577%2049.9742%2016.7104%2049.9742%2014.7202C49.9742%208.57666%2045.0168%203.59625%2038.9017%203.59625C32.7865%203.59625%2027.8291%208.57666%2027.8291%2014.7202C27.8288%2020.8637%2032.7863%2025.8441%2038.9014%2025.8441Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M48.261%2040.915C46.5253%2040.915%2044.9653%2040.1487%2043.8961%2038.9362C43.8773%2038.915%2043.8588%2038.8932%2043.8403%2038.8717C42.9613%2037.8455%2042.4282%2036.5123%2042.4282%2035.0555V29.5088C40.8172%2029.5088%2029.2306%2029.5088%2027.394%2029.5088C24.1496%2029.6064%2021.1381%2031.0997%2019.0902%2033.648L13.8264%2040.1975L8.893%2030.3479C7.72761%2028.0198%204.9034%2027.0828%202.58661%2028.2539C0.269291%2029.4252%20-0.66366%2032.262%200.502263%2034.5898L8.70995%2050.9759C10.2425%2054.0358%2014.4141%2054.4883%2016.5597%2051.819L26.0794%2039.9738C26.0794%2039.9738%2026.0818%20111.561%2026.0818%20116.148C26.0818%20119.275%2028.6051%20121.81%2031.7178%20121.81C34.8304%20121.81%2037.3538%20119.275%2037.3538%20116.148V74.7175H39.7876V116.148C39.7876%20119.275%2042.3109%20121.81%2045.4236%20121.81C48.5363%20121.81%2051.0596%20119.275%2051.0596%20116.148C51.0591%2047.9364%2050.9568%2086.1569%2050.9568%2040.915H48.261Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M87.4745%2031.2002C85.8112%2028.7949%2083.0657%2027.4702%2079.7436%2027.4702H68.0717V30.6416C69.0403%2031.9493%2075.8507%2041.1456%2076.9434%2042.6216L77.9575%2040.8604L75.8781%2047.6832L64.449%2032.25C62.8485%2030.0889%2059.8069%2029.6401%2057.6563%2031.2482C55.5051%2032.8561%2055.059%2035.9113%2056.6592%2038.0724C74.8432%2062.6271%2073.8498%2061.2933%2073.9956%2061.4677C76.4667%2064.4202%2081.2275%2063.4492%2082.3528%2059.7563L87.241%2043.7165L88.2183%2040.5095C89.4735%2037.0131%2089.211%2033.7119%2087.4745%2031.2002Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M62.2389%2020.1931C64.5118%2020.1931%2066.4839%2021.5067%2067.4459%2023.4173C73.5661%2023.0572%2078.4192%2017.9587%2078.4192%2011.7199C78.4189%205.2471%2073.196%200%2066.7533%200C60.3107%200%2055.0878%205.2471%2055.0878%2011.7197C55.0878%2015.0529%2056.4753%2018.059%2058.6989%2020.1931H62.2389Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M70.7173%2063.5559L53.9501%2040.9148H53.7768L53.7792%20116.148C53.7792%20119.38%2056.3873%20122%2059.6046%20122C62.8218%20122%2065.43%20119.38%2065.43%20116.148V74.209H67.9454V116.148C67.9454%20119.38%2070.5535%20122%2073.7708%20122C76.988%20122%2079.5962%20119.38%2079.5962%20116.148C79.5964%2071.6045%2079.4908%2068.1568%2079.4908%2068.1568C74.33%2069.0309%2071.9265%2065.189%2070.7173%2063.5559Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M55.3506%2028.1353C57.8261%2026.2849%2060.9573%2025.9537%2063.6439%2026.9743V26.0529C63.6439%2025.2733%2063.0147%2024.6412%2062.2386%2024.6412H48.261C47.485%2024.6412%2046.8558%2025.2733%2046.8558%2026.0529V35.0552C46.8558%2035.8349%2047.485%2036.467%2048.261%2036.467H51.9339C51.4725%2033.3739%2052.6785%2030.1327%2055.3506%2028.1353Z'%20fill='%23C5C6C1'/%3e%3c/svg%3e") right center no-repeat}.check-age__title,.check-age__input{margin-bottom:15px}.check-age__desc{padding-right:90px;margin-bottom:15px;color:#979895}.check-age__button{text-align:right}.input{background:#fff;border:1px solid #1B8D5A;border-radius:16px}.input__field{width:100%;height:40px;padding:0 15px;font-size:16px;line-height:18px;color:#000;background:transparent;outline:none;border:0}.input__field[type=date]::-webkit-calendar-picker-indicator{display:block;width:22px;height:22px;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%3cg%20clip-path='url(%23clip0_256_15)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.375%2015H10.625V16.25H9.375V15ZM9.375%2017.5H10.625C11.315%2017.5%2011.875%2016.94%2011.875%2016.25V15C11.875%2014.31%2011.315%2013.75%2010.625%2013.75H9.375C8.685%2013.75%208.125%2014.31%208.125%2015V16.25C8.125%2016.94%208.685%2017.5%209.375%2017.5ZM4.375%2015H5.625V16.25H4.375V15ZM4.375%2017.5H5.625C6.315%2017.5%206.875%2016.94%206.875%2016.25V15C6.875%2014.31%206.315%2013.75%205.625%2013.75H4.375C3.685%2013.75%203.125%2014.31%203.125%2015V16.25C3.125%2016.94%203.685%2017.5%204.375%2017.5ZM9.375%2010H10.625V11.25H9.375V10ZM9.375%2012.5H10.625C11.315%2012.5%2011.875%2011.94%2011.875%2011.25V10C11.875%209.31%2011.315%208.75%2010.625%208.75H9.375C8.685%208.75%208.125%209.31%208.125%2010V11.25C8.125%2011.94%208.685%2012.5%209.375%2012.5ZM4.375%2010H5.625V11.25H4.375V10ZM4.375%2012.5H5.625C6.315%2012.5%206.875%2011.94%206.875%2011.25V10C6.875%209.31%206.315%208.75%205.625%208.75H4.375C3.685%208.75%203.125%209.31%203.125%2010V11.25C3.125%2011.94%203.685%2012.5%204.375%2012.5ZM18.125%205H1.875V3.75C1.875%203.06%202.435%202.5%203.125%202.5H5.625V3.125C5.625%203.47062%205.90438%203.75%206.25%203.75C6.59562%203.75%206.875%203.47062%206.875%203.125V2.5H13.125V3.125C13.125%203.47062%2013.4044%203.75%2013.75%203.75C14.0956%203.75%2014.375%203.47062%2014.375%203.125V2.5H16.875C17.565%202.5%2018.125%203.06%2018.125%203.75V5ZM18.125%2017.5C18.125%2018.19%2017.565%2018.75%2016.875%2018.75H3.125C2.435%2018.75%201.875%2018.19%201.875%2017.5V6.25H18.125V17.5ZM16.875%201.25H14.375V0.625C14.375%200.28%2014.0956%200%2013.75%200C13.4044%200%2013.125%200.28%2013.125%200.625V1.25H6.875V0.625C6.875%200.28%206.59562%200%206.25%200C5.90438%200%205.625%200.28%205.625%200.625V1.25H3.125C1.74437%201.25%200.625%202.36937%200.625%203.75V17.5C0.625%2018.8806%201.74437%2020%203.125%2020H16.875C18.2556%2020%2019.375%2018.8806%2019.375%2017.5V3.75C19.375%202.36937%2018.2556%201.25%2016.875%201.25ZM14.375%2010H15.625V11.25H14.375V10ZM14.375%2012.5H15.625C16.315%2012.5%2016.875%2011.94%2016.875%2011.25V10C16.875%209.31%2016.315%208.75%2015.625%208.75H14.375C13.685%208.75%2013.125%209.31%2013.125%2010V11.25C13.125%2011.94%2013.685%2012.5%2014.375%2012.5ZM14.375%2015H15.625V16.25H14.375V15ZM14.375%2017.5H15.625C16.315%2017.5%2016.875%2016.94%2016.875%2016.25V15C16.875%2014.31%2016.315%2013.75%2015.625%2013.75H14.375C13.685%2013.75%2013.125%2014.31%2013.125%2015V16.25C13.125%2016.94%2013.685%2017.5%2014.375%2017.5Z'%20fill='%231B8D5A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_256_15'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;border-width:thin;color:#0000;opacity:1}.blocked__wrap{background:url("data:image/svg+xml,%3csvg%20width='122'%20height='122'%20viewBox='0%200%20122%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M51.6154%2086.8077C51.7719%2080.0438%2053.6276%2073.4279%2057.0116%2067.5692C61%2060.5308%2065.4577%2057.7154%2068.9769%2052.5539C71.8507%2048.0723%2073.6433%2042.9841%2074.2134%2037.6909C74.7834%2032.3977%2074.1152%2027.0445%2072.2616%2022.0539C70.4924%2017.4529%2067.3189%2013.5261%2063.1917%2010.8308C59.0645%208.13552%2054.1932%206.80862%2049.2693%207.03847C44.3619%207.09125%2039.5947%208.68155%2035.6386%2011.5855C31.6824%2014.4895%2028.7365%2018.561%2027.2154%2023.2269C23.4616%2033.7846%2025.1039%2046.4539%2033.55%2054.4308C37.0693%2057.7154%2040.3539%2062.8769%2038.4769%2067.8038C36.6%2072.7308%2031.2039%2074.6077%2027.2154%2076.4846C18.0654%2080.4731%207.03848%2086.1038%205.16156%2096.8962C4.64127%2099.0175%204.60383%20101.229%205.052%20103.366C5.50017%20105.504%206.42252%20107.514%207.75101%20109.248C9.07951%20110.982%2010.7803%20112.395%2012.7279%20113.384C14.6754%20114.373%2016.8202%20114.912%2019.0039%20114.962H58.8885C59.3242%20114.962%2059.7513%20114.84%2060.1219%20114.611C60.4926%20114.382%2060.7921%20114.054%2060.9869%20113.665C61.1818%20113.275%2061.2643%20112.839%2061.2252%20112.405C61.186%20111.971%2061.0268%20111.556%2060.7654%20111.208C54.8996%20104.428%2051.6539%2095.7727%2051.6154%2086.8077Z'%20fill='%23C5C6C1'/%3e%3cpath%20d='M109.096%2066.8654C105.155%2062.9378%20100.138%2060.2661%2094.6796%2059.1877C89.2209%2058.1093%2083.5652%2058.6725%2078.4264%2060.8063C73.2877%2062.94%2068.8964%2066.5486%2065.8071%2071.1764C62.7179%2075.8041%2061.0692%2081.2435%2061.0692%2086.8077C61.0692%2092.3718%2062.7179%2097.8112%2065.8071%20102.439C68.8964%20107.067%2073.2877%20110.675%2078.4264%20112.809C83.5652%20114.943%2089.2209%20115.506%2094.6796%20114.428C100.138%20113.349%20105.155%20110.678%20109.096%20106.75C111.721%20104.134%20113.803%20101.026%20115.224%2097.6042C116.645%2094.1821%20117.377%2090.5131%20117.377%2086.8077C117.377%2083.1022%20116.645%2079.4332%20115.224%2076.0111C113.803%2072.5889%20111.721%2069.4809%20109.096%2066.8654ZM75.7808%2073.4346C78.7259%2070.4274%2082.6058%2068.5108%2086.7838%2067.9992C90.9617%2067.4876%2095.1894%2068.4115%2098.7731%2070.6192L72.9654%2096.4269C70.7577%2092.8432%2069.8338%2088.6155%2070.3454%2084.4375C70.857%2080.2596%2072.7736%2076.3797%2075.7808%2073.4346ZM102.527%20100.181C99.5167%20103.068%2095.6646%20104.92%2091.5299%20105.468C87.3953%20106.017%2083.1935%20105.233%2079.5346%20103.231L105.342%2077.423C107.435%2080.9999%20108.293%2085.1656%20107.784%2089.2781C107.275%2093.3906%20105.428%2097.2216%20102.527%20100.181Z'%20fill='%23C5C6C1'/%3e%3c/svg%3e") right center no-repeat}.blocked__title{margin-bottom:15px}.blocked__desc{padding-right:120px;color:#979895}*,*:before,*:after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-user-select:none;user-select:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body{line-height:1;-webkit-font-smoothing:antialiased}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,button,textarea,select{font:inherit}body{min-width:100%;height:100%;margin:0;padding:0;font-family:Nunito,"sans-serif";font-size:16px;line-height:18px;font-weight:400;background:url("data:image/svg+xml,%3csvg%20width='92'%20height='92'%20viewBox='0%200%2092%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14_674)'%3e%3cpath%20d='M40.6778%2013.0615C36.8936%2012.9103%2029.7613%2017.8615%2027.4241%2019.3552C25.3917%2021.1496%2024.7961%2019.8957%2025.8489%2018.844C27.305%2017.391%2028.5637%2015.4989%2034.5254%2012.6007C37.5153%2011.147%2038.4948%2010.4682%2037.494%209.44133C36.4928%208.41334%2033.8981%209.55849%2034.5563%208.75214C35.2134%207.9439%2036.1315%204.92183%2035.1168%204.17676C34.1033%203.43357%2031.496%205.21571%2030.9221%206.08522C30.3502%206.95482%2030.6641%204.13615%2029.3835%203.48936C28.1035%202.8433%2027.7501%203.98%2027.2595%207.2681C26.2824%2013.8248%2024.8549%2015.5936%2023.9058%2017.4189C23.2179%2018.7385%2021.8437%2018.5447%2022.9458%2016.0685C23.6696%2013.3912%2026.2551%205.10224%2024.9751%201.53787C23.6957%20-2.02642%2020.4714%201.44128%2021.3445%203.54048C18.8409%201.20688%2018.1773%204.94312%2020.382%209.02481C20.9061%209.99638%2021.999%2013.9469%2019.9376%2018.2174C18.8755%2017.5938%2017.2871%2017.0947%2015.6519%2017.6916C13.8836%2018.3456%2012.5028%2019.144%2011.4153%2020.0123C10.8475%2020.4666%2010.3575%2020.9408%209.93123%2021.4302C7.78415%2023.8645%207.28623%2026.5611%206.61708%2028.1915C6.44287%2028.6104%206.25519%2029.1514%206.06454%2029.7751C5.86904%2030.395%205.66563%2031.094%205.46151%2031.8402C4.63935%2034.8301%203.81539%2038.4595%203.49968%2040.04C2.86871%2043.1794%204.03892%2044.4236%205.03951%2045.1576C6.04441%2045.8954%207.58254%2046.6387%2010.3879%2045.0951C12.4852%2043.9353%2018.6151%2040.3352%2020.7518%2038.5639C21.1399%2038.2403%2021.6202%2037.9057%2022.1417%2037.525C22.664%2037.1442%2023.2243%2036.7222%2023.7886%2036.2273C25.7844%2034.4749%2027.8162%2031.7868%2028.0633%2026.8004C28.138%2025.0601%2027.1908%2023.6981%2026.2762%2022.8699C29.7319%2019.6225%2033.8281%2019.4792%2034.9126%2019.6887C39.4667%2020.5674%2042.8332%2018.8149%2039.8553%2017.1257C42.1205%2017.329%2044.4613%2013.2132%2040.6778%2013.0615ZM21.9513%2034.2629C21.8196%2034.3789%2021.6878%2034.4802%2021.556%2034.5884L18.0645%2032.0254C17.5751%2031.6671%2016.9089%2031.7412%2016.5781%2032.1924C16.2508%2032.6381%2016.3795%2033.2962%2016.8683%2033.6551L19.8752%2035.8611C19.5553%2036.0949%2019.2456%2036.3226%2018.9644%2036.5576C17.0201%2038.1698%2011.104%2041.6582%208.96838%2042.8392C7.31921%2043.7457%206.85229%2043.4027%206.51097%2043.1525C6.17154%2042.9029%205.70768%2042.5629%206.07864%2040.7152C6.36471%2039.2828%207.04959%2036.2552%207.77157%2033.5343L9.05032%2034.4724C9.53969%2034.832%2010.2053%2034.7566%2010.5319%2034.3109C10.8629%2033.8597%2010.7348%2033.2028%2010.2453%2032.8438L8.35142%2031.4527C8.43039%2031.1861%208.50811%2030.9226%208.58582%2030.6785C8.75644%2030.1224%208.92094%2029.6481%209.0655%2029.2995C9.25076%2028.8471%209.41284%2028.365%209.58354%2027.8555C10.0784%2026.3782%2010.6388%2024.7034%2011.9869%2023.1745C12.0288%2023.1271%2012.0773%2023.0828%2012.1198%2023.036L16.8033%2026.4728C17.2927%2026.8311%2017.9528%2026.7528%2018.2831%2026.3022C18.6109%2025.8559%2018.4878%2025.2025%2017.9983%2024.8431L13.681%2021.6746C14.5548%2021.062%2015.5742%2020.5294%2016.7353%2020.1008C17.7663%2019.7243%2018.7664%2020.4014%2018.9565%2020.541L24.3491%2024.4982C24.6169%2024.6949%2025.4864%2025.4187%2025.4415%2026.4801C25.2248%2030.8541%2023.4627%2032.9368%2021.9513%2034.2629Z'%20fill='%23F4F4F4'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14_674'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") repeat space #fbfef5}html,#root{height:100%}a{color:#1b8d5a}a:hover{text-decoration:none}@media (max-width: 425px){body{font-size:14px;line-height:16px}}
