@charset "UTF-8";.base-icon{align-items:center;display:flex;justify-items:center}.spinner{animation:spin 2s linear infinite;height:26.67px;width:26.67px}.spinner_light{fill:var(--palette-white)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-wrapper__gradient-wrapper{max-width:100%;padding:1px}.button-wrapper__button,.button-wrapper__gradient-wrapper{background:var(--palette-button-1);border-radius:20px;height:fit-content;width:100%}.button-wrapper__button{align-items:center;border:none;color:var(--palette-btn-text);display:flex;font-family:Roboto Light,sans-serif;font-size:var(--fz-btn);justify-content:center;line-height:var(--lh-btn);max-width:280px;padding:14.5px 20px;text-decoration:none;transition:background-color .1s ease-in;white-space:nowrap}@media(max-width:435.98px){.button-wrapper__button{font-size:20px;line-height:26px;max-width:200px}}.button-wrapper__button.secondary{align-items:center;background:var(--palette-main-gradient);border-radius:20px;box-shadow:0 0 80px #cc00ffb3;display:flex;line-height:130%}.button-wrapper__button.outline,.button-wrapper__button.secondary{font-family:Inter;font-size:20px;font-style:normal;font-weight:300;text-align:center}.button-wrapper__button.outline{background:none;border:1px solid var(--palette-text);border-radius:20px;color:var(--palette-text);height:auto;padding-bottom:10px;padding-top:10px}.button-wrapper__button-unfilled,.button-wrapper__button-unfilledGray,.button-wrapper__button-unfilledWhite{background:none;font-family:Roboto Light,sans-serif;font-size:24px}.button-wrapper__button-unfilled:hover,.button-wrapper__button-unfilledGray:hover,.button-wrapper__button-unfilledWhite:hover{background:none!important}.button-wrapper__button-unfilledGradient{background:var(--palette-main-background-1);color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:24px;width:100%}.button-wrapper__button-unfilledGradient:hover{background:var(--palette-main-background-1)!important}.button-wrapper__button-unfilled{border:1px solid var(--palette-neutral);color:var(--palette-neutral)}.button-wrapper__button-unfilledGray{border:1px solid var(--palette-lines);color:var(--palette-lines)}.button-wrapper__button-unfilledWhite{border:1px solid var(--palette-white);color:var(--palette-white)}@media(hover:hover){.button-wrapper__button:hover:enabled{background:var(--palette-purple)}}.button-wrapper__button:disabled{opacity:.5}.link-style:hover{background:var(--palette-button)}.text-button-wrapper{align-items:center;display:flex}.text-button{background-color:#0000!important;background:none;border:none;color:var(--palette-button);display:inline-flex;font-size:calc(17.55556px + .03472vw);height:auto;justify-content:flex-start;line-height:calc(21.33556px + .03472vw);max-width:none;min-width:0;min-width:auto;padding:0;text-decoration:none;transition:color .1s ease-in;width:fit-content}.text-button:hover{background-color:#0000!important;color:var(--palette-title)}.text-button__label{margin-left:0}.text-button__icon-wrapper{align-items:center;display:flex;height:auto;justify-content:center}.text-button__icon-wrapper div,.with-icon{display:flex}.with-icon:hover>div>div>.with-icon__icon{fill:var(--palette-text)}.with-icon__icon{fill:var(--palette-button);transition:fill .1s ease-in}.with-icon__left span{margin-left:10px}.with-icon__right span{margin-right:10px}.lang-arrow-wrapper{align-items:center;display:flex;justify-content:center}.section-footer{border-top:1px solid var(--palette-button);padding:20px!important}.section-footer .blocks{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.section-footer .blocks .block .author{color:var(--palette-button);font-family:Inter;font-size:30px;font-style:normal;font-weight:300}.section-footer .blocks .block .copyright{color:var(--palette-gray);font-family:Inter;font-size:14px;font-style:normal;font-weight:300;margin-top:15px}.section-footer .blocks .block .contacts{display:flex;gap:20px;margin-top:30px}.section-footer .blocks .block div{display:flex;line-height:130%;margin-bottom:10px}.section-footer .blocks .block div,.section-footer .text-button{color:var(--palette-gray);font-family:Inter;font-size:14px;font-style:normal;font-weight:300}.section-footer .text-button a{line-height:inherit}@media(max-width:767.98px){.section-footer .blocks{gap:10px;grid-template-columns:1fr}.section-footer .blocks .block .author{font-size:22px}}.base-modal{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);border-radius:20px;left:50%;max-width:none;padding:1px;position:fixed;top:50%;transform:translate(-50%,-50%);width:fit-content;z-index:9999}@media(max-width:575.98px){.base-modal{width:90%}}.base-modal__wrapper{align-items:center;background-color:var(--palette-main-background-3);border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:45px 25px 38px;position:relative;width:fit-content}@media(max-width:575.98px){.base-modal__wrapper{width:100%}}.base-modal__title{color:var(--palette-text);font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);line-height:calc(30.55556px + .03472vw);max-width:376px;text-align:center;width:100%}@media(max-width:575.98px){.base-modal__title{font-size:calc(19.55556px + .03472vw);line-height:calc(25.55556px + .03472vw);margin-bottom:20px}}.base-modal__description{font-family:Roboto Light,sans-serif;font-size:calc(19.55556px + .03472vw);line-height:calc(25.75556px + .03472vw)}.base-modal__actions{display:flex;gap:20px;justify-content:space-between;width:100%}.base-modal__actions>button{border-radius:20px;color:var(--palette-text);height:auto;min-width:0;min-width:auto;padding:15px 10px;width:100%}.base-modal__actions>button.modal-button-cancel{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:1px solid var(--palette-white-1)}@media(max-width:575.98px){.base-modal__actions{align-items:center;justify-content:center}}@media screen and (max-width:350px){.base-modal__actions{flex-direction:column}.base-modal__actions button:first-child{margin-bottom:10px;margin-right:0}}.base-modal__cross-close-container{position:absolute;right:20px;top:20px;z-index:1060}.base-modal__cross-close-container__icon{fill:var(--palette-button);position:relative;z-index:1000}.base-modal__cross-close-container__icon:hover{fill:var(--palette-title);cursor:pointer}@media(max-height:1080px){.base-modal__overflow{max-height:97%}.base-modal__overflow__description{overflow-y:auto}}.modal-backdrop{background-color:var(--palette-backdrop);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:9990}@supports((-webkit-backdrop-filter:blur(15px)) or (backdrop-filter:blur(15px))){.modal-backdrop{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:var(--palette-backdrop)}}.used-link-modal{max-width:500px}.used-link-modal__title{max-width:none}p{position:relative;z-index:9}.gradient-border-wrapper{background:linear-gradient(44.28deg,#5d38f7 -10.8%,#e827d9 109.22%);padding:1px}.link-approve-loader{align-items:center;background:var(--palette-main-background);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.link-approve-loader__loader{height:40px;width:40px}.landing-wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1420px;padding-bottom:84px;padding-top:64px;width:100%}@media(max-width:768px){.landing-wrapper{padding-top:20px}}.landing-wrapper__sections{z-index:1030}.landing-wrapper .section-title{align-items:center;display:flex;font-family:Impact,sans-serif;font-size:60px;font-style:normal;font-weight:400;justify-content:space-evenly;line-height:120%;margin-bottom:35px;text-align:center}@media(max-width:767.98px){.landing-wrapper .section-title{font-size:8.5vw;margin-bottom:15px}}.landing-wrapper section{padding:70px 0}@media(max-width:767.98px){.landing-wrapper section{padding:30px 0}}.neon-text{-webkit-text-stroke:2px #fff;color:#0000;display:inline-block;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);line-height:calc(71.55556px + .03472vw);position:relative;text-align:center;width:100%;z-index:1}@media(max-width:575.98px){.neon-text{-webkit-text-stroke-width:1px;font-size:40px!important;line-height:120%!important}}.neon-text:before{-webkit-text-stroke:initial;color:#0000;content:attr(data-text);filter:blur(2px) brightness(190%);font-family:inherit;font-size:inherit;height:100%;left:0;line-height:inherit;position:absolute;text-shadow:0 0 5px #000,0 0 4px #5d38f7,0 0 4px #5d38f7,0 0 4px #e827d9,0 0 10px #5d38f7,0 0 11px #e827d9;top:0;width:100%;z-index:-1}.neon-text-primary{text-shadow:var(--pallete-neon-text-ts)}.neon-text-secondary{color:var(--palette-white);text-shadow:var(--pallete-neon-text-sec-ts)}.landing-ellipse-1{left:25vw;top:120px}.landing-ellipse-2{height:438px;left:64.861vw;top:850px;width:438px}.landing-ellipse-3{height:449px;left:1.458vw;top:2164px;width:449px}.landing-ellipse-4{height:353px;left:49.097vw;top:2797px;width:353px}.landing-ellipse-5{height:353px;left:1.2vw;top:3380px;width:353px}.neon-box{border:1px solid;border-radius:20px;box-shadow:var(--palette-neon-box-bs)}.eclipse{background:var(--palette-main-gradient);filter:blur(125px);position:absolute}.eclipse.eclipse-1{filter:blur(90px);height:25px;left:50%;transform:translateX(-50%);width:840px}.eclipse.eclipse-2{filter:blur(100px);height:40px;left:50%;transform:translateX(-50%);width:300px}.eclipse.eclipse-3{left:-100px;top:-80px}.eclipse.eclipse-3,.eclipse.eclipse-4{filter:blur(90px);height:100px;width:100px}.eclipse.eclipse-4{bottom:-50px;right:-50px}.eclipse.eclipse-5{width:550px}.eclipse.eclipse-5,.eclipse.eclipse-6{filter:blur(80px);height:40px;left:50%;transform:translateX(-50%)}.eclipse.eclipse-6{width:400px}.eclipse.eclipse-7{filter:blur(80px);height:100px;right:0;top:-40px;width:100px}.eclipse.eclipse-8{bottom:-40px;left:0}.eclipse.eclipse-8,.eclipse.eclipse-9{filter:blur(50px);height:55px;width:55px}.eclipse.eclipse-9{bottom:80px;right:80px}.eclipse.eclipse-10{filter:blur(80px);height:70px;left:50%;opacity:.6;transform:translateX(-50%);width:460px;z-index:-1}.eclipse.eclipse-11{filter:blur(60px);height:70px;left:20px;top:20px;width:70px}.eclipse.eclipse-12{bottom:60px;filter:blur(80px);height:100px;right:60px;width:100px}.eclipse.eclipse-13{filter:blur(80px);height:80px;left:0;top:40px;width:80px}.eclipse.eclipse-14{bottom:0;filter:blur(100px);height:80px;right:80px;width:80px}.eclipse.eclipse-15{filter:blur(120px);height:60px;left:50%;top:50%;transform:translateX(-50%);width:900px;z-index:-1}.eclipse.eclipse-16{filter:blur(100px);height:100px;left:40%;top:60%;transform:translateX(-40%);transform:translateY(-60%);width:100px;z-index:99}.eclipse.eclipse-17{filter:blur(120px);height:100px;right:0;top:0;width:100px}.eclipse.eclipse-18{bottom:0;filter:blur(120px);height:130px;left:0;width:130px;z-index:-1}.section-innovate-tool{background-image:url(/game/static/media/bg_bf_2.eed6488c16ca9921647d.png);background-position:top;background-repeat:no-repeat;background-size:contain}.section-innovate-tool .subtitle{align-items:center;display:flex;font-family:Inter;font-size:22px;font-style:normal;font-weight:300;line-height:130%;margin:0 auto;max-width:540px;text-align:center}.section-innovate-tool .points{grid-column-gap:80px;grid-row-gap:42px;column-gap:80px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:40px;row-gap:42px}.section-innovate-tool .points .point{align-items:center;display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%}@media(max-width:767.98px){.section-innovate-tool .subtitle{font-size:5vw}.section-innovate-tool .points{grid-template-columns:1fr;justify-items:center;row-gap:0}.section-innovate-tool .points .point{font-size:14px}.section-innovate-tool .points .point img{width:40px}}.section-game-goal{background-image:url(/game/static/media/bg_bf_3.ba86f77475c1f8b7368e.png);background-position:50%;background-repeat:no-repeat;background-size:80%}.section-game-goal .block-container{background:linear-gradient(44.28deg,#5d38f7cc -10.8%,#e827d9cc 109.22%);border-radius:20px;box-shadow:inset 0 0 12px 14px #000,inset 0 0 3px 2px #000;margin:0 auto;max-width:530px}.section-game-goal .block{background-color:#000;border:1px solid var(--palette-white);box-shadow:inset 0 0 15px 2px #5d38f7cc;color:var(--palette-text);font-family:Snell Roundhand,sans-serif;font-size:38px;font-style:normal;font-weight:500;line-height:120%;margin:0 auto;max-width:530px;padding:20px;position:relative;text-align:center}@media(max-width:767.98px){.section-game-goal .section-title{-webkit-text-stroke-width:1px;font-family:Impact,sans-serif;font-size:28px!important;font-weight:400;line-height:120%!important;text-align:center}.section-game-goal .block{font-family:Snell Roundhand,sans-serif;font-size:20px;font-style:italic;font-weight:500;line-height:120%;padding:20px 25px;text-align:center}}.section-joined-couples{background-image:url(/game/static/media/bg_bf_4.57cbea30f570bce5d0a1.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media(max-width:767.98px){.section-joined-couples .eclipse{display:none!important}}.section-joined-couples .subtitle{align-items:center;display:flex;font-family:Snell Roundhand;font-size:38px;font-style:normal;font-weight:500;line-height:130%;margin:0 auto;max-width:750px;text-align:center}.section-joined-couples .desc{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;margin:30px auto;max-width:450px;text-align:center}@media(max-width:767.98px){.section-joined-couples .desc{margin:15px auto}}.section-joined-couples .joined-couples-img-m{height:700px}.section-joined-couples .section-title{margin:0 auto 10px;max-width:740px}@media(max-width:767.98px){.section-joined-couples .subtitle{font-size:6vw}.section-joined-couples .desc{font-size:14px}}.section-moreover{background-image:url(/game/static/media/bg_bf_5.65c09abf09855851325d.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.section-moreover .points{grid-column-gap:60px;grid-row-gap:30px;column-gap:60px;display:grid;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:850px;row-gap:30px}.section-moreover .points .point{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%}.section-moreover .points .point img.small{width:25px}.section-moreover .points .point.center{text-align:center}@media(max-width:767.98px){.section-moreover .points{grid-template-columns:1fr;justify-items:center;row-gap:0}}.section-moreover .footer-text{font-family:Snell Roundhand;font-size:42px;font-style:normal;font-weight:500;line-height:130%;margin:30px auto;max-width:810px;text-align:center}@media(max-width:767.98px){.section-moreover .points{grid-template-columns:1fr;justify-items:center;row-gap:0}.section-moreover .points .point{font-size:16px}.section-moreover .footer-text{font-size:6vw}}.section-how-in-touch-works{background-image:url(/game/static/media/bg_bf_5.65c09abf09855851325d.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.section-how-in-touch-works__ellipse1{right:50px;top:-200px}.section-how-in-touch-works__title{margin-bottom:40px}.section-how-in-touch-works__container{align-items:center;display:flex;gap:104px;justify-content:center;position:relative}@media(max-width:767.98px){.section-how-in-touch-works__container{flex-direction:column;gap:20px}.section-how-in-touch-works__step-wrapper{background:var(--palette-button-1);border-radius:10px;padding:1px}}.section-how-in-touch-works__step{align-items:center;display:flex;gap:15px}@media(max-width:767.98px){.section-how-in-touch-works__step{background:var(--palette-dark);border-radius:10px;gap:13px}.section-how-in-touch-works__step_first{flex-direction:row-reverse;padding-bottom:15px;padding-right:9px;padding-top:15px}.section-how-in-touch-works__step_second{padding-bottom:20px;padding-left:15px;padding-top:20px}}.section-how-in-touch-works__step-header{display:flex;flex-direction:column;gap:15px;max-width:300px}@media(max-width:767.98px){.section-how-in-touch-works__step-header{gap:5px}}.section-how-in-touch-works__step-title{font-family:Snell Roundhand,sans-serif;font-size:42px;font-style:italic;font-weight:500;line-height:30px}@media(max-width:767.98px){.section-how-in-touch-works__step-title{font-family:Snell Roundhand,sans-serif;font-size:24px;font-style:italic;font-weight:500;line-height:120%}}.section-how-in-touch-works__step-text{font-family:Inter,sans-serif;font-size:16px;font-weight:300}@media(max-width:767.98px){.section-how-in-touch-works__step-text{font-family:Inter,sans-serif;font-size:13px;font-weight:300;line-height:130%}.section-how-in-touch-works__card_first img{left:-20px;top:-20px;transform:rotate(2deg)}.section-how-in-touch-works__card_second img{right:-20px;top:-20px;transform:rotate(-2deg)}}.section-how-in-touch-works__card{max-width:168px}@media(max-width:767.98px){.section-how-in-touch-works__card{height:140px;max-width:105px;min-width:105px;position:relative}}.section-how-in-touch-works__card img{width:100%}@media(max-width:767.98px){.section-how-in-touch-works__card img{height:220px;min-width:140px;position:absolute;top:-40px}}.section-how-game-work{background-image:url(/game/static/media/bg_bf_6.19f1a61a20f73a44d7f3.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.section-how-game-work .downarrow{height:60px;margin-bottom:10px!important;margin-top:10px!important}.section-how-game-work .subtitle{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;margin:0 auto;max-width:650px;position:relative;text-align:center;z-index:9}.section-how-game-work img.center{display:block;margin:0 auto}.section-how-game-work .select-between-title{font-family:Snell Roundhand;font-size:38px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:40px;margin-top:10px;position:relative;text-align:center;z-index:9}.section-how-game-work .cards{grid-gap:45px;display:grid;gap:45px;grid-template-columns:1fr 1fr;margin-bottom:40px;position:relative}.section-how-game-work .cards .gradient-border-wrapper{border-radius:20px}.section-how-game-work .cards .card{background-color:var(--palette-dark);border-radius:20px;height:100%;min-height:290px;padding:60px 40px;position:relative}.section-how-game-work .cards .card .title{align-items:flex-start;display:flex;font-family:Snell Roundhand;font-size:42px;font-style:normal;font-weight:500;justify-content:normal;line-height:130%;max-width:60%;text-align:left}.section-how-game-work .cards .card .desc{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;max-width:60%}.section-how-game-work .cards .card img{position:absolute;right:-30px;top:50%;transform:translateY(-50%)}.section-how-game-work .footer-text{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;margin:0 auto;max-width:300px;text-align:center}.section-how-game-work .quote-wrapper{align-items:flex-start;display:flex;justify-content:center;margin-top:65px}.section-how-game-work .quote-wrapper img.quote{margin-right:20px}.section-how-game-work .quote-wrapper img.author{height:170px;margin-left:20px}.section-how-game-work .quote-wrapper img.author-m{height:220px}.section-how-game-work .quote-wrapper .text{color:var(--palette-text-secondary);font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;max-width:640px}.section-how-game-work .quote-wrapper .text p{margin-bottom:20px}.section-how-game-work .quote-wrapper .text p.right{float:right}@media(max-width:767.98px){.section-how-game-work .select-between-title{font-size:6vw;margin:20px 0 40px}.section-how-game-work .cards{gap:45px;grid-template-columns:1fr}.section-how-game-work .cards .card{min-height:0;min-height:auto;padding:20px 10px}.section-how-game-work .cards .card .title{font-size:26px;max-width:60%}.section-how-game-work .cards .card .desc{font-size:14px;max-width:60%}.section-how-game-work .cards .card img{height:180px;right:-15px}.section-how-game-work .cards .card.card-1 .desc,.section-how-game-work .cards .card.card-1 .title{margin-left:40%}.section-how-game-work .cards .card.card-1 img{left:-15px;right:auto}.section-how-game-work .quote-wrapper .text{font-size:14px}.section-how-game-work .quote-wrapper .text p.right{display:flex;float:none;justify-content:space-between}.section-how-game-work .quote-wrapper img.quote{margin-right:10px;width:20px}.section-how-game-work .footer-text{font-size:14px}}.section-consist-stages{align-items:center;background-image:url(/game/static/media/bg_bf_7.2496e4c35c326fa32aa0.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center;margin-left:-1000px;margin-right:-1000px;position:relative}.section-consist-stages .gradient-border-wrapper{position:relative}.section-consist-stages .simple-slider{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:2}@media(max-width:767.98px){.section-consist-stages .simple-slider{display:none}}.section-consist-stages .simple-slider__item{align-items:center;display:flex!important;justify-content:center}.section-consist-stages .simple-slider .block-gradient-wrapper{background-color:var(--palette-main-background);border-radius:20px;padding:40px}.section-consist-stages .simple-slider .block{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);border-radius:20px;padding:1px}.section-consist-stages .simple-slider .block .number{align-items:flex-end;display:flex;font-family:Impact;font-size:60px;font-style:normal;font-weight:400;line-height:100%;margin-right:20px}.section-consist-stages .simple-slider .block .number .vertical{display:flex;flex-direction:column}.section-consist-stages .simple-slider .block .number .small{text-wrap:initial;font-family:Impact;font-size:20px;font-style:normal;font-weight:400;line-height:100%;margin:0 auto}.section-consist-stages .simple-slider .block .title{align-items:flex-start;display:flex;font-family:Inter;font-size:18px;font-style:normal;font-weight:300;line-height:130%}.section-consist-stages .simple-slider .block .desc{color:var(--palette-text-secondary);font-family:Inter;font-size:16px;font-style:normal;font-weight:300}@media(max-width:767.98px){.section-consist-stages .simple-slider .block{margin-top:10px;padding:20px 15px}.section-consist-stages .simple-slider .block .desc,.section-consist-stages .simple-slider .block .title{font-size:14px}.section-consist-stages .simple-slider .block .desc .number,.section-consist-stages .simple-slider .block .title .number{font-size:50px;margin-right:10px}.section-consist-stages .simple-slider .block .block-1,.section-consist-stages .simple-slider .block .block-2,.section-consist-stages .simple-slider .block .block-3{bottom:auto;left:auto;max-width:none;position:static;right:auto;top:auto;width:auto}}.section-consist-stages .simple-slider .block-1,.section-consist-stages .simple-slider .block-2{max-width:380px;width:100%}.section-consist-stages .simple-slider .block-3{max-width:520px;width:100%}.section-consist-stages__title{text-align:center}.section-consist-stages .wrapper-inner{align-items:center;background-color:var(--palette-dark);border-radius:20px;display:flex;justify-content:center;min-height:700px;padding:60px 20px}@media(max-width:767.98px){.section-consist-stages .wrapper-inner{flex-direction:column}}.section-consist-stages .wrapper{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);border-radius:20px;max-width:1200px;min-height:700px;padding:1px;position:relative;width:100%}.section-consist-stages .wrapper__mobile-blocks{display:none}@media(max-width:767.98px){.section-consist-stages .wrapper__mobile-blocks{display:inline-block}}.section-consist-stages .wrapper__mobile-blocks .block{background-color:var(--palette-main-background);border:1px solid var(--palette-purple);border-radius:20px;max-width:30%;padding:40px;position:absolute}.section-consist-stages .wrapper__mobile-blocks .block .number{align-items:flex-end;display:flex;font-family:Impact;font-size:60px;font-style:normal;font-weight:400;line-height:100%;margin-right:20px}.section-consist-stages .wrapper__mobile-blocks .block .number .vertical{display:flex;flex-direction:column}.section-consist-stages .wrapper__mobile-blocks .block .number .small{text-wrap:initial;font-family:Impact;font-size:20px;font-style:normal;font-weight:400;line-height:100%;margin:0 auto}.section-consist-stages .wrapper__mobile-blocks .block .title{align-items:flex-start;display:flex;font-family:Inter;font-size:18px;font-style:normal;font-weight:300;line-height:130%}.section-consist-stages .wrapper__mobile-blocks .block .desc{color:var(--palette-text-secondary);font-family:Inter;font-size:16px;font-style:normal;font-weight:300}.section-consist-stages .wrapper__mobile-blocks .block.block-1{left:-50px;top:30%}.section-consist-stages .wrapper__mobile-blocks .block.block-2{left:30%}.section-consist-stages .wrapper__mobile-blocks .block.block-3{max-width:40%;right:-50px;top:20%}.section-consist-stages .wrapper>.title{font-family:Snell Roundhand;font-size:50px;font-style:italic;font-weight:500;line-height:130%;position:absolute;text-align:center;top:50%;transform:translateY(-50%)}@media(max-width:767.98px){.section-consist-stages .wrapper>.title{position:static;top:auto;transform:none}}@media(max-width:1399.98px){.section-consist-stages .wrapper{width:83vw}}@media(max-width:767.98px){.section-consist-stages .wrapper{min-height:0;min-height:auto}.section-consist-stages .wrapper .title{font-size:6vw}.section-consist-stages .wrapper .block{margin-top:10px;padding:20px 15px}.section-consist-stages .wrapper .block .desc,.section-consist-stages .wrapper .block .title{font-size:14px}.section-consist-stages .wrapper .block .desc .number,.section-consist-stages .wrapper .block .title .number{font-size:50px;margin-right:10px}.section-consist-stages .wrapper .block.block-1,.section-consist-stages .wrapper .block.block-2,.section-consist-stages .wrapper .block.block-3{bottom:auto;left:auto;max-width:none;position:static;right:auto;top:auto;width:auto}.section-what-is-insight{padding-bottom:70px!important}}.section-what-is-insight__face-butter{bottom:-150px;left:0;position:absolute;z-index:0}@media(max-width:767.98px){.section-what-is-insight__face-butter{display:none}}.section-what-is-insight__wrapper{display:flex;gap:0;justify-content:center;margin-bottom:50px;position:relative}@media(max-width:767.98px){.section-what-is-insight__wrapper{align-items:center;flex-direction:column;gap:10px;margin-bottom:30px}}.section-what-is-insight__left-text{position:relative;z-index:10}.section-what-is-insight__left-text,.section-what-is-insight__right-subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:130%;text-align:center}.section-what-is-insight__right-subtitle{margin-bottom:15px}@media(max-width:767.98px){.section-what-is-insight__right-subtitle{margin-bottom:20px}}.section-what-is-insight__right-item{display:flex;gap:6px}.section-what-is-insight__right-item:not(:last-child){margin-bottom:20px}@media(max-width:767.98px){.section-what-is-insight__right-item{align-items:center;flex-direction:column;gap:10px}}.section-what-is-insight__right-item-desc{display:flex;flex-direction:column;gap:5px}@media(max-width:767.98px){.section-what-is-insight__right-item-desc{gap:10px}}.section-what-is-insight__right-item-title{font-family:Snell Roundhand,sans-serif;font-size:38px;font-style:italic;font-weight:500;margin-bottom:10px}@media(max-width:767.98px){.section-what-is-insight__right-item-title{font-family:Snell Roundhand,sans-serif;font-size:24px;font-style:italic;font-weight:500;line-height:120%;margin-bottom:0;text-align:center}}.section-what-is-insight__right-item-text{font-family:Inter,sans-serif;font-size:16px;font-weight:300;line-height:130%}@media(max-width:767.98px){.section-what-is-insight__right-item-text{font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:130%;text-align:center}}.section-what-is-insight__result{font-family:Snell Roundhand,sans-serif;font-size:38px;font-style:italic;font-weight:500;line-height:130%;margin:0 auto;max-width:778px;text-align:center}@media(max-width:767.98px){.section-what-is-insight__result{font-family:Snell Roundhand,sans-serif;font-size:26px;font-style:italic;font-weight:500;line-height:120%;text-align:center}}.section-what-is-insight__text{position:relative;z-index:9}.section-what-is-insight .gradient-border-wrapper{border-radius:20px;max-width:580px}.section-what-is-insight .card{background-color:var(--palette-dark);border-radius:20px;height:100%;overflow:visible;padding:60px;position:relative}.section-what-is-insight .card.first{display:flex;flex-direction:column;padding:40px 60px}.section-what-is-insight .card.first .section-title{margin-bottom:10px}@media(max-width:767.98px){.section-what-is-insight .card.first .section-title{-webkit-text-stroke-width:1px;font-family:Impact,sans-serif;font-size:28px!important;font-weight:400;line-height:36px!important;text-align:center}}.section-what-is-insight .card.first .section-what-is-insight__left-text:not(:last-child){margin-bottom:30px}.section-what-is-insight .card.first .title{align-items:center;display:flex;font-family:Impact;font-size:60px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:30px;position:relative;text-align:center}.section-what-is-insight .card.second{padding:40px;position:relative}.section-what-is-insight .card.second .section-title{margin-bottom:10px}@media(max-width:767.98px){.section-what-is-insight .card.second .section-title{-webkit-text-stroke-width:1px;font-family:Impact,sans-serif;font-size:28px!important;font-weight:400;line-height:36px!important;text-align:center}}.section-what-is-insight .card.second .title{align-items:flex-start;display:flex;font-family:Snell Roundhand;font-size:38px;font-style:normal;font-weight:500;justify-content:normal;line-height:130%;text-align:left}.section-what-is-insight .card.second .desc{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;margin-bottom:30px}.section-what-is-insight .is-best-option-img-m{width:220px}@media(max-width:767.98px){.section-what-is-insight{grid-template-columns:1fr}.section-what-is-insight .card{border:none}.section-what-is-insight .card.first,.section-what-is-insight .card.second{padding:20px}.section-what-is-insight .card.second .title{font-size:6.5vw}.section-what-is-insight .card.second .desc{font-size:14px}.section-what-is-insight .eclipse-11,.section-what-is-insight .eclipse-12{display:none}}.section-intouch-author{display:flex;justify-content:center;margin-bottom:10px}@media(max-width:767.98px){.section-intouch-author{flex-direction:column}}.section-intouch-author__container{display:flex;gap:30px;max-width:760px}@media(max-width:767.98px){.section-intouch-author__container{gap:10px;margin-bottom:10px}.section-intouch-author__container div img{width:20px}}.section-intouch-author__wrapper{position:relative;width:320px}@media(max-width:767.98px){.section-intouch-author__wrapper{width:auto}}.section-intouch-author__author{display:flex;flex-direction:column;left:-50px;position:absolute}@media(max-width:767.98px){.section-intouch-author__author{align-items:center;left:auto;margin:0 auto;max-width:330px;position:relative}}@media(max-width:767.98px)and (max-width:575.98px){.section-intouch-author__author{align-items:normal;margin:initial}}.section-intouch-author__author img{width:199px}@media(max-width:767.98px){.section-intouch-author__author img{width:100%}.section-intouch-author__author>div:first-child{max-width:179px}.section-intouch-author__author>div:nth-child(2){font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:130%;max-width:157px;position:absolute;right:-30px;text-align:right;top:50%}}@media(max-width:575.98px){.section-intouch-author__author>div:nth-child(2){right:20px}}.section-intouch-author__author div{color:var(--palette-text-secondary);font-family:Inter,sans-serif;font-size:16px;font-weight:300;text-align:right;white-space:nowrap}@media(max-width:767.98px){.section-intouch-author__author div{white-space:normal}}.section-intouch-author__author .eclipse-author{bottom:0;height:100px;width:100px}@media(max-width:767.98px){.section-intouch-author__author .eclipse-author{height:auto;width:100%}}.section-intouch-author__intouch{font-family:Inter,sans-serif;font-size:22px;font-weight:300;line-height:130%}.section-intouch-author__text div{font-family:Inter,sans-serif;font-size:16px;font-weight:300}@media(max-width:767.98px){.section-intouch-author__text div{font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:130%}}.section-intouch-author__text>div:first-child{margin-bottom:30px}.section-is-best-option{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;margin-bottom:40px;position:relative}.section-is-best-option__text{position:relative;z-index:9}.section-is-best-option .gradient-border-wrapper{border-radius:20px}@media(max-width:767.98px){.section-is-best-option .gradient-border-wrapper{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;padding:initial}}.section-is-best-option .card{background-color:var(--palette-dark);background-image:url(/game/static/media/bg_bf_8.53b01cc069b52a209063.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:20px;height:100%;overflow:hidden;padding:40px}@media(max-width:767.98px){.section-is-best-option .card{background-color:initial}}.section-is-best-option .card.first{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:40px 20px}.section-is-best-option .card.first .title{align-items:center;display:flex;font-family:Impact;font-size:60px;font-style:normal;font-weight:400;line-height:120%;position:relative;text-align:center}.section-is-best-option .card.second{padding:50px 40px;position:relative}.section-is-best-option .card.second .title{align-items:flex-start;display:flex;font-family:Snell Roundhand;font-size:38px;font-style:normal;font-weight:500;justify-content:normal;line-height:130%;text-align:left}.section-is-best-option .card.second .desc{font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:130%;margin-bottom:30px}.section-is-best-option .is-best-option-img-m{width:220px}@media(max-width:767.98px){.section-is-best-option{grid-template-columns:1fr}.section-is-best-option .card{border:none}.section-is-best-option .card.first,.section-is-best-option .card.second{padding:initial}.section-is-best-option .card.second .title{font-size:6.5vw}.section-is-best-option .card.second .desc{font-size:14px}.section-is-best-option .eclipse-11,.section-is-best-option .eclipse-12{display:none}}.section-still-here{align-items:center;background-image:url(/game/static/media/bg_bf_9.1db3ff3f9137ca9161e3.png);background-position:right 5% top 50px;background-repeat:no-repeat;background-size:21%;display:flex;flex-direction:column;position:relative;text-align:center}.section-still-here p{font-family:Snell Roundhand;font-size:44px;font-style:normal;font-weight:500;line-height:150%}@media(max-width:767.98px){.section-still-here p{font-size:7vw}}.section-buy-game{align-items:center;display:flex;flex-direction:column;margin:80px 0;text-align:center}.section-buy-game__ellipse{height:100px;left:50%;transform:translateX(-50%);width:100px}.section-buy-game__title{font-family:Snell Roundhand,sans-serif;font-size:100px;font-style:normal;font-weight:500;line-height:110%;max-width:1005px;position:relative;text-align:center}@media(max-width:767.98px){.section-buy-game__title{font-size:28px;line-height:115%;text-align:center}}.section-buy-game .button-wrapper__button{box-shadow:none;margin-top:60px;max-width:320px}@media(max-width:767.98px){.section-buy-game .button-wrapper__button{margin-top:30px}.section-buy-game .title{font-size:8vw}.section-buy-game .button-wrapper__button{font-size:14px;font-weight:400;height:45px}}.section-try-it-out{background-image:url(/game/static/media/bg_bf_10.820bcf12de3a560c8476.png);background-position:center 150px;background-repeat:no-repeat;background-size:450px;position:relative}.section-try-it-out .title{font-family:Snell Roundhand;font-size:180px;font-style:normal;font-weight:500;justify-content:space-around;line-height:110%;text-align:center}.section-try-it-out .side-wrapper{align-items:flex-end;display:flex;flex-direction:column}.section-try-it-out .side-wrapper__content{display:flex;flex-direction:column;gap:25px}.section-try-it-out .side-wrapper .text{font-family:Inter;font-size:18px;font-style:normal;font-weight:300;line-height:130%;max-width:310px}@media(max-width:767.98px){.section-try-it-out{background-position:50%}.section-try-it-out .title{font-size:31vw;line-height:100%}.section-try-it-out .side-wrapper{align-items:center}.section-try-it-out .side-wrapper .text{font-size:14px;margin-bottom:20px;max-width:none}.section-try-it-out .button-wrapper__button{font-size:14px;font-weight:400;height:45px}}.section-compatibility__title{font-family:Snell Roundhand,sans-serif;font-size:130px;font-style:italic;font-weight:500;line-height:90%;margin:0 auto 30px;max-width:1200px;text-align:center}@media(max-width:767.98px){.section-compatibility__title{font-size:46px;font-weight:500;line-height:100%;margin-bottom:10px}}.section-compatibility__text{font-family:Inter,sans-serif;font-size:18px;font-weight:300;line-height:130%;margin:0 auto 30px;max-width:600px;text-align:center}.section-compatibility__button{box-shadow:none;margin:0 auto 30px;max-width:320px}@media(max-width:575.98px){.section-compatibility__button{font-size:14px!important;font-weight:500!important;margin:0;max-width:none;width:100%}}.section-app-download{padding-bottom:140px!important;position:relative}.section-app-download__container{background-color:#000}.section-app-download .gradient-border-wrapper{border-radius:20px}.section-app-download__support-btn{background:#0000;border:1px solid var(--palette-gray);color:var(--palette-gray);cursor:pointer;max-width:129px;min-width:0;min-width:auto}.section-app-download__support-btn:hover{background:none}.section-app-download .block{grid-gap:0;background-color:var(--palette-dark);border-radius:20px;display:grid;gap:0;grid-template-columns:1fr 1fr;overflow:hidden;padding:40px;position:relative}.section-app-download .block .eclipse{z-index:1}.section-app-download .block .left-wrapper,.section-app-download .block .right-wrapper{position:relative}.section-app-download .block .left-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:50px;z-index:2}.section-app-download .block .left-wrapper .title{align-items:flex-start;display:flex;font-family:Impact;font-size:60px;font-style:normal;font-weight:400;line-height:120%;text-align:start}.section-app-download .block .left-wrapper .download-links{display:flex;flex-wrap:wrap;gap:35px;justify-content:space-around}.section-app-download .block .left-wrapper .download-links>a>img{width:100%}@media(max-width:575.98px){.section-app-download .block .left-wrapper .download-links>a>img{max-width:160px}}.section-app-download .block .left-wrapper .download-links .button-wrapper__button{background-color:initial;background:none;border:initial;height:auto;padding:initial;width:auto}.section-app-download .block .right-wrapper{background-image:url(/game/static/media/bg_bf_11.c07ee9f41a675dd3e05f.png);background-position:100%;background-repeat:no-repeat;background-size:contain;z-index:2}.section-app-download .img{position:absolute;right:4vw;top:50%;transform:translateY(-55%);z-index:2}@media(max-width:767.98px){.section-app-download .block{grid-template-columns:1fr;justify-content:center;padding:initial}.section-app-download .block .left-wrapper{align-items:center;gap:10px;padding:20px 25px}.section-app-download .block .left-wrapper .title{font-size:9.5vw;text-align:center}.section-app-download .block .left-wrapper .download-links{gap:10px}.section-app-download .block .left-wrapper .download-links img{max-width:300px;width:60vw}.section-app-download .app-m-img{width:250px}.section-app-download .button-wrapper__button{font-size:14px;font-weight:300;height:30px;width:120px}}.quote-underline{font-style:italic}@media only screen and (min-width:300px)and (max-width:900px){.section-innovate-tool .points,.section-moreover .points{display:block}.section-still-here{background-position:right 50% top 140%;background-size:51%;overflow:visible;padding-bottom:110px!important;position:sticky;z-index:-1}.section-buy-game{margin-bottom:10px;margin-top:40px}.eclipse.eclipse-10{filter:blur(350px)}.section-try-it-out .title{margin-bottom:50px}.section-try-it-out{background-position:center top 22%;background-size:85%}.section-try-it-out .side-wrapper .text{margin-bottom:0}.section-try-it-out .button-wrapper__button{max-width:100%}.down-arrow img{position:relative}.section-moreover .points .point.center{margin-top:10px;text-align:right}.section-main-title__age-restriction{font-size:22px!important}.section-main-title .main-title-img-m{height:395px}.eclipse.eclipse-3{height:40px;top:0}.eclipse.eclipse-4{height:50px;width:100px}.section-how-game-work .cards .card.card-1 .desc,.section-how-game-work .cards .card.card-1 .title{margin-left:30%}.section-how-game-work .cards .card .desc,.section-how-game-work .cards .card .title{max-width:70%}.section-consist-stages .wrapper .title{line-height:7vw}.section-is-best-option .is-best-option-img-m{width:280px}.section-still-here p{line-height:8vw}.eclipse.eclipse-15{display:none}}.ellipse{background:linear-gradient(44.28deg,#5d38f7 -10.8%,#e827d9 109.22%);filter:blur(150px);height:293px;opacity:.3;position:absolute;width:293px;will-change:filter,transform}.page-wrapper{height:100vh;padding-top:13.378vh}@media(max-height:1000px){.page-wrapper{padding-top:5vh}}@media(max-width:680px){.page-wrapper{padding-top:20px}}.page-wrapper__action-form-button{position:absolute;right:0;top:0}@media(max-width:680px){.page-wrapper__action-form-button a{font-size:calc(13.55556px + .03472vw);line-height:calc(17.55556px + .03472vw)}}.page-wrapper__back-btn{left:0;position:absolute;top:0}@media(max-width:680px){.page-wrapper__back-btn a{font-size:calc(13.55556px + .03472vw);line-height:calc(17.55556px + .03472vw)}}.page-wrapper__action{display:flex;justify-content:center;position:relative;z-index:1010}.page-wrapper__action__form{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:400px;width:100%}@media(max-width:680px){.page-wrapper__action__form{align-items:center;justify-content:center;width:100%}}.page-wrapper__action__form__optional-btns{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:100px;width:100%}@media(min-width:681px){.page-wrapper__action__form__optional-btns{justify-content:flex-start;margin-bottom:55px}}.page-wrapper__action__form__optional-btns__btn-back{margin-bottom:0}@media(min-width:681px){.page-wrapper__action__form__optional-btns__create-acc{display:none}}.page-wrapper__action__logo{display:flex;flex:1 1}@media(max-width:680px){.page-wrapper__action__logo{display:none}}.page-wrapper__action__logo__icon-logo{left:71.111vw;position:absolute;top:37%}.page-ellipse-1{height:204px;left:0;opacity:.4;top:3%;width:204px}.btn-back{color:var(--palette-lines);z-index:1070}.btn-back__icon-wrapper{height:24px}.base-input{font-family:Inter,sans-serif;max-width:515px;position:relative;width:100%}.base-input:focus-within .base-input__label{font-size:.6667rem;line-height:.8333rem;transform:translate(-1px,-15px)}.base-input__label{color:var(--palette-lines);font-size:1.1111rem;line-height:1.333rem;padding-left:5px;position:absolute;transform-origin:top left;transition:.3s cubic-bezier(0,0,.2,1) 0ms}.base-input__copy{bottom:12px;color:var(--palette-button);cursor:pointer;position:absolute;right:16px;z-index:1020}.base-input__copy:hover{color:var(--palette-text)}.base-input__copy__icon{fill:var(--palette-lines);height:22px;width:20px}.base-input__copy__icon:hover{fill:var(--palette-text)}@media(max-width:575.98px){.base-input__copy__icon{height:16px;width:14px}}.base-input__copy-label{align-items:center;display:flex}.base-input__copy-label_checked{background-color:var(--palette-button);background-image:url(/game/static/media/checked.94cda6b5ea013355d433.svg);background-position:50%;background-repeat:no-repeat;border:none;border-radius:50%;height:24px;margin-left:8px;width:24px}.base-input__input{background-color:#0000;border:none;border-bottom:1px solid var(--palette-lines);color:var(--palette-text);font-family:Inter,sans-serif;font-size:var(--fz-input);line-height:var(--lh-input);padding-bottom:12px;padding-left:5px;padding-top:4px;position:relative;transition:border .1s linear;width:100%}.base-input__input:active .float-label{font-size:.6667rem;line-height:.8333rem;transform:translate(-1px,-15px)}.base-input__input:focus{box-shadow:0 2px 0 0 var(--palette-text);transition:box-shadow .2s ease-in}.base-input__hint{font-family:Inter,sans-serif;font-size:.7778rem;line-height:.9444rem;margin-top:5px;opacity:0;transition:opacity .5s ease-in,transform .5s ease-in}.base-input__hint_error{color:var(--palette-error);opacity:1}.base-input__calendar{position:absolute;right:20px;z-index:1010}.base-input__calendar:hover .base-input__calendar__icon{cursor:pointer}.base-input__calendar__icon{fill:var(--palette-lines)}.base-input__eye{cursor:pointer;position:absolute;right:20px;top:3px;-webkit-user-select:none;user-select:none;z-index:1020}.base-input__eye_open{height:18px;width:21px}.base-input__eye_hide{height:12px;width:21px}.eye-icon{fill:var(--palette-lines)}.error-input{border-bottom:1px solid #0000;color:var(--palette-error);transition:box-shadow .2s ease-in}.error-input,.error-input:focus{box-shadow:0 2px 0 0 var(--palette-error)}.float-label{font-size:.6667rem;line-height:.8333rem;transform:translate(-1px,-15px)}.long-link-overflow{text-overflow:ellipsis}.recover-btn-wrapper{display:flex}.btn-recover{background-color:#0000;border:none;color:var(--palette-button);font-size:calc(17.55556px + .03472vw);justify-content:flex-start;line-height:calc(21.33556px + .03472vw);padding:0;text-decoration:none}.login-form{margin-top:30px;width:100%}@media(max-width:680px){.login-form{max-width:none}}.login-form__form__login,.login-form__form__password{max-width:none}.login-form__form div:not(:last-child){margin-bottom:4.882vh}@media(max-width:680px){.login-form__form{max-width:none;width:100%}}.login-form__log-in{margin:0 auto}.form-header{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding-top:40px;width:100%}@media(max-width:680px){.form-header{max-width:none}}.form-header__title{font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);line-height:calc(71.55556px + .03472vw);white-space:nowrap}.form-header__subtitle{color:var(--palette-text);font-family:Roboto,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(23.55556px + .03472vw);margin-top:10px;text-align:center}@media(max-width:767.98px){.form-header__subtitle{display:none}}.form-header__link-route{background-color:#0000;border:none;color:var(--palette-button);font-size:calc(19.55556px + .03472vw);justify-content:flex-end;line-height:calc(23.55556px + .03472vw);padding:0;text-decoration:none}@media(max-width:1399.98px){.form-header__link-route{padding-left:30px}}@media(max-width:680px){.form-header__link-route{display:none}}.steps-container{gap:5px;margin-bottom:15px}.steps-container,.steps-container__step{align-items:center;display:flex;justify-content:center}.steps-container__step{border:1px solid var(--palette-lines);border-radius:50%;color:var(--palette-lines);font-family:Roboto,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;height:55px;line-height:calc(30.55556px + .03472vw);width:55px}.steps-container__step_active{border-color:var(--palette-button);box-shadow:0 0 5px 0 #b01fa4,inset 0 0 5px 0 #b01fa4;color:var(--palette-white-1);text-shadow:0 0 10px #c0f,0 0 4px #c0f}.steps-container__line{background:var(--palette-lines);height:1px;width:40px}.steps-container__line_active{background:var(--palette-button);box-shadow:0 0 10px 0 #b01fa4,0 0 5px 0 #b01fa4}.recovery-form{font-family:Roboto Light,sans-serif;margin-top:10px}.recovery-form__tip{margin-bottom:16px}.recovery-form__tall{margin-bottom:26px}.recovery-form__refresh-code,.recovery-form__tip{color:var(--palette-text)}.recovery-form__refresh-code,.recovery-form__request-refresh-code{margin-bottom:40px}.recovery-form__refresh-code{opacity:.5}.recovery-form__btn-next{margin:6.347vh auto 0;max-width:192px}.radio-variant{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:var(--fz-input);line-height:var(--lh-input)}.radio-variant>:first-child{margin-right:8px}.radio-variant:first-child{margin-right:40px}.radio-variant>*{text-align:center}.radio-variant__input-radio{background-color:#0000;border:1px solid var(--palette-lines);border-radius:50%;height:24px;width:24px}.radio-variant__input-radio_error{border:1px solid var(--palette-error)}.radio-variant__input-radio:checked{background-color:var(--palette-button);background-image:url(/game/static/media/checked.94cda6b5ea013355d433.svg);background-position:50%;background-repeat:no-repeat;border:none}.radio-variant__input-radio:disabled{opacity:.5}.radio-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.radio-wrapper__genders{display:flex}.radio-wrapper__invalid-genders{align-self:flex-start;color:var(--palette-error);font-family:Inter,sans-serif;font-size:calc(13.55556px + .03472vw);line-height:calc(16.55556px + .03472vw);margin-bottom:10px}.single-checkbox{display:flex;justify-content:space-between}.single-checkbox:hover{cursor:pointer}.single-checkbox__checkbox{background-color:#0000;border:1px solid var(--palette-button);border-radius:50%;height:24px;margin-right:24px;min-width:24px}.single-checkbox__checkbox:hover{cursor:pointer}.single-checkbox__checkbox_checked{background-color:var(--palette-button);background-image:url(/game/static/media/checked.94cda6b5ea013355d433.svg);background-position:50%;background-repeat:no-repeat;border:none}.error-message__hint{font-family:Inter,sans-serif;font-size:.7778rem;line-height:.9444rem;margin-top:4px}.error-message__hint_error{color:var(--palette-error)}.styles_custom-calendar-header__gXa2k{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.register-page__register-form{align-items:center}.register-page__next-register{margin-top:2.343vh}.buttons-container{display:flex;flex-direction:column}.buttons-container>button:first-child{margin-bottom:10px}.confirmation-page__btn-get-code{background-color:#0000;border:none;color:var(--palette-button);margin-bottom:40px}.confirmation-page__tip{margin-bottom:16px}.confirmation-page__btn-get-code,.confirmation-page__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);justify-content:flex-start;line-height:calc(22.55556px + .03472vw);padding:0}.confirmation-page__btn-pay{margin-top:40px}.title-container{align-items:center;display:flex;justify-content:space-between}.tooltip-сontainer-mobile{display:none;width:fit-content}@media(max-width:767.98px){.tooltip-сontainer-mobile{display:block}}.title{align-items:baseline;display:flex;font-family:Roboto Light,sans-serif;font-size:calc(35.55556px + .03472vw);line-height:calc(42.55556px + .03472vw);margin-bottom:10px;word-break:break-word}@media screen and (max-width:680px){.title{font-size:calc(29.55556px + .03472vw);line-height:calc(35.55556px + .03472vw)}}.title span{margin-right:8px}.info{display:flex;flex-direction:column}.info__email{color:var(--palette-text);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw);opacity:.5}@media(max-width:575.98px){.info__email{font-size:14px}}.personal-account-page__wrapper__user{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;position:relative}@media(max-width:575.98px){.personal-account-page__wrapper__user{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.personal-account-page__wrapper__user .info__email{margin-bottom:10px}@media(max-width:575.98px){.personal-account-page__wrapper__user .info{margin-bottom:10px}}.personal-account-page__wrapper__user__edit-btn{flex-direction:row-reverse}.personal-account-page__wrapper__user__edit-btn span{margin-left:0;margin-right:8px}.personal-account-page__wrapper__user__logout{color:var(--palette-lines)}@media(max-width:575.98px){.personal-account-page__wrapper__user__logout{display:none}}.personal-account-page__wrapper__user__logout:hover>.personal-account-page__wrapper__user__logout__icon{fill:var(--palette-title)}.personal-account-page__wrapper__user__logout__label{color:var(--palette-lines);margin-left:12px}.personal-account-page__wrapper__edit-game{align-self:flex-end}@media(max-width:575.98px){.personal-account-page__wrapper__edit-game{align-self:flex-start}}.personal-account-page__wrapper__edit-game-button{color:var(--palette-lines)}@media(max-width:575.98px){.personal-account-page__wrapper__edit-game-button{color:var(--palette-button)}}.personal-account-page__wrapper__edit-game-ic{fill:var(--palette-lines)}@media(max-width:575.98px){.personal-account-page__wrapper__edit-game-ic{fill:var(--palette-button)}}.icon-logout{fill:var(--palette-lines)}.hr-ln{border:1px solid var(--palette-lines);left:50%;position:absolute;transform:translateX(-50%);width:88.88vw}.hr-ln__dashed{background-image:linear-gradient(to right,var(--palette-lines) 40%,#0000 40%);background-repeat:repeat-x;background-size:30px 1px;border:none;height:1px}.hr-ln_top{top:0}.hr-ln_bottom{bottom:0}.create-game>button:first-child{margin-bottom:10px}.create-game>button{font-family:Roboto Light,sans-serif;font-size:calc(19.55556px + .03472vw);line-height:calc(21.33556px + .03472vw)}.remove-game-button{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw)}@media(max-width:575.98px){.remove-game-button{font-size:14px}.remove-game-button svg{height:14px;width:14px}}.action-purchase-game{display:flex;justify-content:space-between;padding-top:55px;position:relative}.action-purchase-game__container{display:flex;justify-content:space-between;width:100%}@media(max-width:767.98px){.action-purchase-game__container{flex-direction:column}}.action-purchase-game__info{display:flex;flex-direction:column;max-width:516px;width:100%}.action-purchase-game__info__title{align-items:baseline;display:flex;font-family:PlayfairDisplay,sans-serif;font-size:calc(47.55556px + .03472vw);line-height:calc(55.55556px + .03472vw);margin-bottom:24px}@media screen and (max-width:680px){.action-purchase-game__info__title{font-size:calc(27.55556px + .03472vw);line-height:calc(55.55556px + .03472vw)}}.action-purchase-game__info__title span{margin-right:18px}.action-purchase-game__info__title__icon{fill:var(--palette-button);height:26px;width:26px}.action-purchase-game__info__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw);margin-bottom:24px}.action-purchase-game__info__remove-game{margin-bottom:55px}.action-purchase-game__info__tip-pay{margin-bottom:25px}.action-purchase-game__play{max-width:280px;width:100%}.action-new-game{padding-bottom:40px;padding-top:20px}.action-new-game,.invite{display:flex;justify-content:space-between;position:relative}.invite{gap:20px;padding-bottom:200px;padding-top:55px}@media(max-width:575.98px){.invite{flex-direction:column;gap:0}}.invite__remove-invite{align-items:flex-end;display:flex}@media(max-width:575.98px){.invite__remove-invite{justify-content:end}}.invite__remove-invite>button{padding-bottom:5px}@media(max-width:575.98px){.invite__remove-invite>button{font-size:14px;margin-top:10px;padding-bottom:0}}.invite__info{display:flex;flex-direction:column;max-width:540px;width:100%}.invite__info__link__input{padding-right:60px}.invite__info__title{align-items:baseline;display:flex;font-family:Roboto Light,sans-serif;font-size:calc(47.55556px + .03472vw);line-height:calc(55.55556px + .03472vw);margin-bottom:24px}@media screen and (max-width:680px){.invite__info__title{font-size:calc(27.55556px + .03472vw);line-height:calc(55.55556px + .03472vw)}}.invite__info__title span{margin-right:18px}.invite__info__title__icon{fill:var(--palette-button);height:26px;width:26px}.invite__info__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw);margin-bottom:20px}.invite__info__tip-pay{margin-bottom:25px}.tooltip-container{display:block;width:fit-content}.tooltip-container .base-icon{padding-bottom:10px}@media(max-width:767.98px){.tooltip-container{display:none}}.MuiTooltip-tooltip{background:var(--palette-white)!important;border-radius:20px!important;color:#000!important;font-family:Roboto Light,sans-serif!important;font-size:18px!important;font-weight:300!important;line-height:23px!important;padding:10px 15px!important;word-break:break-word}.MuiTooltip-popper{margin-bottom:-5px!important;margin-left:165px!important}@media screen and (max-width:850px){.MuiTooltip-popper{margin-bottom:-10px!important;margin-left:125px!important}}@media(max-width:767.98px){.MuiTooltip-popper{margin-bottom:-10px!important;margin-left:75px!important}}.MuiTooltip-arrow{bottom:5px!important;color:var(--palette-white)!important;left:-140px!important;transform:translate3d(141px,0,0) rotate(25deg)!important}@media(max-width:767.98px){.MuiTooltip-arrow{left:auto!important;right:40px!important;top:50%!important;transform:translate3d(40px,-50%,0) rotate(0deg)!important}}.person-pair{display:flex;flex-direction:column;padding-bottom:30px;padding-top:20px;position:relative}@media(max-width:850px){.person-pair{flex-direction:column}}.person-pair__edit-game-button{color:var(--palette-lines);margin-right:30px}.person-pair__edit-game-button>span{white-space:normal;word-break:break-word}.person-pair__edit-game-button svg{height:18px;width:18px}@media(max-width:575.98px){.person-pair__edit-game-button{color:var(--palette-button);display:none}}.person-pair__edit-game-button--mobile{display:none;margin-bottom:20px}.person-pair__edit-game-button--mobile svg{height:12px;width:12px}@media(max-width:575.98px){.person-pair__edit-game-button--mobile{color:var(--palette-button);display:flex}}.person-pair__edit-game-ic{fill:var(--palette-lines)}@media(max-width:575.98px){.person-pair__edit-game-ic{fill:var(--palette-button)}}.person-pair__edit-game-wrapper{align-items:flex-end;display:flex;height:100%}.person-pair .title-container .tooltip-сontainer-mobile .base-icon{padding-bottom:10px}.person-pair__invite-desc{font-family:Roboto Light,sans-serif;font-size:24px;margin-bottom:20px}@media(max-width:767.98px){.person-pair__invite-desc{font-size:20px}}.person-pair__remove-reset{display:flex}.person-pair__remove-reset button:first-child{margin-right:30px}@media screen and (max-width:397px){.person-pair__remove-reset{flex-wrap:wrap}.person-pair__remove-reset>button:first-child{margin-bottom:10px}}.person-pair__info{margin-bottom:10px}.person-pair__matches{align-items:center;display:flex;margin-left:20px}.person-pair__matches__count{font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);line-height:calc(30.55556px + .03472vw);margin-right:8px}.person-pair__access-game{align-items:center;color:var(--palette-text);display:flex;font-family:InterLight,sans-serif;font-size:calc(19.55556px + .03472vw);justify-content:center;line-height:calc(23.55556px + .03472vw)}.person-pair__play{align-items:center;display:flex;gap:20px;justify-content:space-between}.person-pair__play--item__count{align-items:center;background:var(--palette-green1);border-radius:50%;color:var(--palette-white);display:flex;font-family:Roboto,sans-serif;font-size:15px;height:24px;justify-content:center;position:absolute;right:-12px;top:-8px;width:24px}.person-pair__play--left{align-items:center;display:flex}@media(max-width:850px){.person-pair__play{align-items:center;height:auto;justify-content:space-between}}.person-pair__play__btn{border-radius:20px;font-family:Roboto Light,sans-serif;font-size:18px;max-width:180px;min-width:180px;position:relative;width:100%}@media(max-width:575.98px){.person-pair__play__btn{font-size:14px;max-width:140px;min-width:140px;padding:8px 0}}.person-pair__play__actions{display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:196px}@media(max-width:850px){.person-pair__play__actions{gap:15px;margin-bottom:20px}}.pair-invite{padding:20px 0 30px!important}.edit-profile-wrapper{padding-bottom:200px}@media(max-width:435.98px){.edit-profile-wrapper{padding-bottom:180px}}.edit-profile-wrapper__update-profile-form{width:100%}.edit-profile-wrapper__update-profile-form .base-input:nth-child(n+2):nth-child(-n+5){margin-bottom:5.078vh}.edit-profile-wrapper__update-profile-form__actions{display:flex}@media(max-width:575.98px){.edit-profile-wrapper__update-profile-form__actions{align-items:center;flex-direction:column;justify-content:center}}.edit-profile-wrapper__update-profile-form__actions__save{margin-right:70px}@media(max-width:575.98px){.edit-profile-wrapper__update-profile-form__actions__save{margin-bottom:34px;margin-right:0}}.edit-profile-wrapper__update-profile-form__actions__cancel{margin-right:70px}@media(max-width:575.98px){.edit-profile-wrapper__update-profile-form__actions__cancel{margin-bottom:34px;margin-right:0}}.btn-logout{color:var(--palette-lines)}.exit-icon-wrapper{height:20px}.mobile-header{display:none;z-index:1090}@media(max-width:575.98px){.mobile-header{display:flex;flex-wrap:wrap;justify-content:space-between}}@media(max-width:247px){.mobile-header__logo{margin-bottom:30px}}.exit-modal__desc{text-align:center}.menu-container{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);border-radius:20px;overflow:hidden;padding:1px;position:absolute;right:-5px;top:40px;width:265px;z-index:9970}.burger-menu-wrapper{display:flex;height:fit-content;justify-content:center;position:relative}.burger-menu-button{cursor:pointer;display:flex;flex-direction:column;height:18px;justify-content:space-between;width:18px!important}.burger-menu-button__line{background-color:var(--palette-lines);height:2px;width:100%}.burger-menu-button__line-2{align-self:flex-end;width:12px}.menu-wrapper{background:var(--palette-main-background-1);border-radius:20px;padding:30px;width:100%}.menu-wrapper__top-status{padding-left:40px}.menu-wrapper__matches{cursor:pointer;margin-bottom:9px}.menu-wrapper__btn-gradient{background:var(--palette-gray1);border-radius:20px;padding:1px;pointer-events:none}.menu-wrapper__btn-gradient_active{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);cursor:pointer;pointer-events:auto}.menu-wrapper__btn-gradient_inner{background:var(--palette-main-background-1);border-radius:20px;color:var(--palette-gray1);font-family:Roboto Light,sans-serif;font-size:calc(13.55556px + .03472vw);line-height:calc(17.55556px + .03472vw);padding:3px 0;text-align:center}.menu-wrapper__btn-gradient_inner_active{color:var(--palette-text)}.menu-wrapper__marathon-steps{grid-column-gap:10px;grid-row-gap:9px;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto}.menu-wrapper__dash{left:-25px!important;margin-bottom:15px;margin-top:20px;position:relative!important;right:0!important;transform:none!important;width:265px!important}.menu-wrapper__bottom,.menu-wrapper__top{display:flex;flex-direction:column}.menu-wrapper__item{align-items:center;cursor:pointer;display:flex}.menu-wrapper__item--icon-wrapper{margin-right:15px;width:30px}.menu-wrapper__item__count-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.menu-wrapper__item__count{align-items:center;background:var(--palette-green1);border-radius:50%;color:var(--palette-white);display:flex;font-family:Roboto Medium,sans-serif;font-size:8px;height:13px;justify-content:center;position:absolute;right:13px;top:0;width:13px}.menu-wrapper__item__count--burger{height:14px;right:23px;top:50%;transform:translateY(-50%);width:14px}.menu-wrapper__item div:first-child{align-items:center;display:flex;justify-content:center}.menu-wrapper__item:not(:last-child){margin-bottom:15px}.menu-wrapper__item-text{color:var(--palette-text);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);font-size:18px;line-height:calc(22.55556px + .03472vw)}.burger-menu-backdrop{background-color:var(--palette-backdrop);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:9965}.mobile-container-download{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:56px}.mobile-container-download__title{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);font-weight:300;line-height:calc(22.55556px + .03472vw);margin-bottom:15px}@media(max-width:575.98px){.mobile-container-download__title{text-align:center}}.mobile-container-download__imgs{display:flex}@media(max-width:575.98px){.mobile-container-download__imgs{flex-direction:column;justify-content:center}}.mobile-container-download__imgs>a:first-child{margin-right:15px}@media(max-width:575.98px){.mobile-container-download__imgs>a:first-child{margin-bottom:10px;margin-right:0}}.mobile-container-download__imgs>a{height:42px;width:136.5px}.mobile-container-download__imgs>a img{width:100%}.butterfly{height:93px;position:absolute;width:110px}.personal-account-page{display:flex;flex-direction:column;height:100vh;justify-content:space-between;margin:0 auto;max-width:1416px;padding-top:24px}.personal-account-page__title{font-size:calc(59.55556px + .03472vw);line-height:calc(71.55556px + .03472vw);margin-bottom:20px;margin-top:20px}.personal-account-page__wrapper{display:flex;flex-direction:column;z-index:1010}.personal-account-page__wrapper__burger{align-items:center;display:flex;justify-content:space-between}@media(max-width:575.98px){.personal-account-page__wrapper__burger{display:none}}.personal-account-page__wrapper__logo{align-self:center;margin-bottom:55px}@media(max-width:575.98px){.personal-account-page__wrapper__logo{display:none}}.personal-account-page-ellipses-1{height:312px;left:90px;top:16px;width:312px}.personal-account-page-butterflies-1{height:37px!important;right:3%;top:14%;transform:rotate(35deg);width:44px!important}.personal-account-page-butterflies-2{height:81px!important;right:9%;top:36%;width:91px!important}.personal-account-page-butterflies-3{height:118px!important;right:2%;top:68%;transform:rotate(35deg);width:139px!important}@media(max-width:435.98px){.adult-alert__title{text-align:center;white-space:normal}}@media(max-width:575.98px){.adult-alert__desc{text-align:center}.adult-alert__actions button:first-child{margin-right:0}.adult-alert__actions__disagree{border:none;box-shadow:0 0 0 1px var(--palette-error);max-width:236px;transition:box-shadow .1s ease-in}.adult-alert__actions__agree{max-width:236px}.adult-alert__actions{gap:10px;margin-bottom:16px}.adult-alert{background:none!important;height:auto!important;padding-top:0!important;top:50%!important}}.payment_method_item{background:var(--palette-payment-item-bg);color:var(--palette-dark);cursor:pointer;display:flex;margin:10px 0;padding:20px}.payment_method_item__text{margin-right:10px}.payment_method_item__text--title{font-size:26px;margin-bottom:20px}.payment_method_item__img img{width:100px}.payment-page{padding-top:100px}@media(max-width:575.98px){.payment-page__title{font-size:calc(39.55556px + .03472vw);line-height:calc(45.55556px + .03472vw)}}.payment-page__logo{display:flex;flex:1 1;position:absolute;right:0}@media(max-width:1265px){.payment-page__logo{display:none}}.payment-page__logo__icon-logo{left:77.111vw;position:absolute;top:37%}.payment-page-ellipse-1{height:374px;left:calc(70.111vw - 3%);top:25%;width:374px}.form-payment{height:500px;max-width:800px;width:100%}@media(max-width:991.98px){.form-payment{height:700px}}.form-payment>div{height:100%;width:100%}.payment_method{max-width:700px;width:100%}.payment_method__title{font-size:30px;margin-bottom:20px}.invite-wrapper{display:flex;height:100vh;justify-content:center;padding-bottom:100px;padding-top:50px;width:100%}.invite-wrapper_position{position:relative}.invite-wrapper__copy{align-self:center;margin-top:40px;max-width:400px}.invite-wrapper__copy,.invite-wrapper__steps{align-items:center;display:flex;flex-direction:column;width:100%}.invite-wrapper__steps{max-width:607px}.invite-wrapper__subtitle,.invite-wrapper__title{text-align:center}.invite-wrapper__title{font-size:calc(59.55556px + .03472vw);line-height:calc(71.55556px + .03472vw)}.invite-wrapper__subtitle{font-family:Roboto,sans-serif;font-size:calc(23.55556px + .03472vw);line-height:calc(30.55556px + .03472vw)}.invite-wrapper__button{margin-top:40px}.invite-wrapper__custom-invite{margin-bottom:55px;padding-bottom:0}.pass-page-wrapper__form{max-width:515px;width:100%}.pass-page-wrapper__form .base-input:first-child{margin-bottom:5.078vh}.pass-page-wrapper__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw);margin-bottom:40px}.pass-page-wrapper__btn-save{margin-top:64px}.rules-wrapper__header{align-items:flex-end;display:flex;font-family:PlayfairDisplay,sans-serif;font-size:calc(47.55556px + .03472vw);justify-content:space-between;line-height:calc(55.55556px + .03472vw);margin-bottom:30px}@media(max-width:575.98px){.rules-wrapper__header-action{display:none}}.rules-wrapper__rule-header{align-items:center;display:flex;margin-bottom:15px}.rules-wrapper__rule-header>div:first-child{-webkit-text-stroke:1px var(--palette-button);color:#0000;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);font-weight:400;line-height:calc(59.55556px + .03472vw);margin-right:22px;text-align:left}.rules-wrapper__rules,.rules-wrapper__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw)}.rules-wrapper__demo-rules{align-items:center;display:flex;justify-content:center;padding-top:150px;width:100%}.rules-wrapper__demo-rules div{font-size:calc(23.55556px + .03472vw);line-height:calc(23.55556px + .03472vw);max-width:552px;text-align:center}@media(max-width:575.98px){.rules-wrapper__demo-rules div{font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw)}}.rules-wrapper__rules{width:100%}.rules-wrapper__rules__photo{height:514px;margin-top:95px;transform:rotate(9.5deg);z-index:1010}@media(max-width:1199.98px){.rules-wrapper__rules__photo{display:none}}.rules-wrapper__rules__rules-main{align-items:center;display:flex;flex-direction:column;justify-content:center}.rules-wrapper__rules__tip{margin-bottom:30px;max-width:420px;text-align:center;width:100%}.rules-wrapper__rules__list{grid-column-gap:35px;grid-row-gap:40px;display:grid;grid-template-columns:minmax(520px,560px) minmax(520px,560px);grid-template-rows:auto auto}@media screen and (max-width:1100px){.rules-wrapper__rules__list{grid-template-columns:auto;grid-template-rows:auto}}.rules-wrapper__rules__list__rule{position:relative}.rules-wrapper__rules__list__rule:nth-child(2) .rules-wrapper__rule-header>span{max-width:450px}.rules-wrapper__rules__list__rule:nth-child(3) .rules-wrapper__rule-header>div{align-self:flex-start}@media(max-width:575.98px){.rules-wrapper__rules__list__rule{flex-direction:column}}.rules-wrapper__rules__list__rule_highlight{font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);line-height:calc(30.55556px + .03472vw);text-align:left}@media(max-width:575.98px){.rules-wrapper__rules__list__rule_highlight{font-size:calc(19.55556px + .03472vw);line-height:calc(25.55556px + .03472vw)}}.base-page-wrapper{display:flex;flex-direction:column;width:100%;z-index:1090}.base-page-wrapper__title{font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);line-height:calc(71.55556px + .03472vw);text-align:center}@media(max-width:767.98px){.base-page-wrapper__title{font-size:40px!important}}@media(max-width:575.98px){.base-page-wrapper__title{margin-top:14px}}@media(max-width:300px){.base-page-wrapper__title{font-size:calc(41.55556px + .03472vw);line-height:calc(45.55556px + .03472vw)}}@media(max-width:575.98px){.base-page-wrapper__burger-menu{display:none}}.base-page-wrapper__logo{align-self:center}@media(max-width:575.98px){.base-page-wrapper__logo{display:none}}.base-page-wrapper__header{display:flex;justify-content:space-between;margin-bottom:15px}@media(max-width:575.98px){.base-page-wrapper__header{display:none}}.rules-page-wrapper{display:flex;flex-direction:column;padding-bottom:100px;padding-top:24px}@media(max-width:991.98px){.rules-page-wrapper{padding-left:50px}}@media(max-width:575.98px){.rules-page-wrapper{padding-left:0}}.rules-page-wrapper__down-padding{padding-bottom:50px}.rules-page-wrapper__buy-btn{align-items:center;display:flex;justify-content:center}.rules-page-wrapper__logo{align-self:center;margin-bottom:6px}@media(max-width:575.98px){.rules-page-wrapper__logo{display:none}}.rules-page-wrapper__main-info{margin-bottom:64px;width:100%;z-index:1010}.rules-page-wrapper__main-info__game-screen{align-items:center;display:flex;flex-direction:column;justify-content:space-around;max-width:243px;width:100%}@media(max-width:1199.98px){.rules-page-wrapper__main-info__game-screen{align-items:flex-start;flex-direction:row;padding-top:27px}}.rules-page-wrapper__action{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:1010}.rules-page-wrapper__action__accept{cursor:pointer;display:flex;margin-bottom:30px;-webkit-user-select:none;user-select:none}.rules-page-wrapper__action__accept__label{font-family:Inter,sans-serif;font-size:calc(14px + (.5)*(100vw - 1280)/1440px);line-height:calc(18px + (.5)*(100vw - 1280)/1440px)}.rules-page-wrapper-ellipses-1,.rules-page-wrapper-ellipses-2{height:204px;width:204px}.rules-page-wrapper-ellipses-1{left:15%;top:20%}.rules-page-wrapper-ellipses-2{left:90%;top:65%}.creator__info__fio{font-family:PlayfairDisplay,sans-serif;font-size:32px;line-height:42px}.greeting-wrapper{display:flex;flex-direction:column;height:100vh;padding-top:40px;width:100%}@media(max-width:900px){.greeting-wrapper{padding-bottom:30px}}.greeting-wrapper__action-variants{display:flex}@media screen and (max-width:609px){.greeting-wrapper__action-variants{align-items:center;flex-direction:column;justify-content:center;width:100%}}.greeting-wrapper__action-variants>button:first-child{margin-right:30px}@media screen and (max-width:609px){.greeting-wrapper__action-variants>button:first-child{margin-bottom:20px;margin-right:0}}.greeting-wrapper__action-variants--stay{background:#0000;border:1px solid var(--palette-white-1)}.greeting-wrapper__logo{align-self:center;margin-bottom:35px}.greeting-wrapper__btn-logout{align-self:flex-end;color:var(--palette-lines)}.greeting-wrapper__title{font-size:calc(45.55556px + .03472vw);line-height:calc(54.75556px + .03472vw);margin-bottom:15px;text-align:left}.greeting-wrapper__subtitle{color:var(--palette-text);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);font-weight:300;line-height:calc(22.75556px + .03472vw);margin-bottom:20px}.greeting-wrapper__main-info{align-items:center;display:flex;gap:81px;justify-content:center;padding-top:130px}@media(max-width:900px){.greeting-wrapper__main-info{align-items:center;flex-direction:column-reverse;gap:20px;justify-content:center}}.greeting-wrapper__main-info__description{max-width:632px}.greeting-wrapper__main-info__description>div:first-child{font-size:calc(45.55556px + .03472vw);line-height:calc(55.15556px + .03472vw);text-align:left}.greeting-wrapper__main-info__description p{font-family:Roboto Light,sans-serif;font-size:calc(21.55556px + .03472vw);font-weight:300;line-height:calc(28.15556px + .03472vw)}@media(max-width:900px){.greeting-wrapper__main-info__description{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:0;width:100%}}.greeting-wrapper__main-info__description__text{margin-bottom:40px}.greeting-wrapper-ellipses-1{bottom:25%;height:312px;right:20%;width:312px}.greeting-wrapper-butterflies-1{height:52px!important;left:4%;top:5%;transform:rotate(35deg);width:62px!important}.greeting-wrapper-butterflies-2{left:85%;top:75%;transform:rotate(-5deg)}.meet-wrapper{display:flex;flex-direction:column;padding-top:25px;width:100%}@media(max-width:575.98px){.meet-wrapper{padding-bottom:160px}}.meet-wrapper__logo{align-self:center;margin-bottom:6px}.meet-wrapper__heading{display:flex;justify-content:space-between;width:100%;z-index:1020}.meet-wrapper__heading__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(47.55556px + .03472vw);line-height:calc(55.55556px + .03472vw)}.meet-wrapper__heading__btn-logout{color:var(--palette-lines);font-family:Inter,sans-serif;z-index:1001}.meet-wrapper__description{margin:0 auto;max-width:570px;padding-bottom:40px;padding-top:50px;text-align:center;z-index:1020}.meet-wrapper__description p{font-family:Roboto Light,sans-serif;font-size:calc(21.55556px + .03472vw);font-weight:300;line-height:calc(28.15556px + .03472vw)}@media(max-width:575.98px){.meet-wrapper__description p{font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw)}}.meet-wrapper__answers{display:flex;gap:50px;justify-content:center;margin-bottom:50px;z-index:1020}@media(max-width:575.98px){.meet-wrapper__answers{align-items:center;flex-direction:column;flex-wrap:nowrap;gap:0;justify-content:center}}.meet-wrapper__answer{align-items:center;display:flex;flex-direction:column;max-width:316px;width:100%}@media(max-width:575.98px){.meet-wrapper__answer{max-width:316px}.meet-wrapper__answer:not(:last-child){margin-bottom:70px}}.meet-wrapper__answer__text{color:var(--palette-text1);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);padding-top:32px;text-align:center}.meet-line,.meet-wrapper__btn-go{align-self:center}.meet-line{opacity:40%;position:absolute;-webkit-user-select:none;user-select:none}.meet-line-1{top:46px}.meet-line-2{top:256.9px}.meet-line-3{top:274.93px}.meet-wrapper-ellipses-1{left:35%;top:106px}.general-line{opacity:.3;-webkit-user-select:none;user-select:none}.general-page__line-1{top:27px}.general-page__line-2{top:240px}.general-page__line-3{top:260px}.not-found-page{height:100vh}.not-found-page,.not-found-page__title{align-items:center;display:flex;justify-content:center}.not-found-page__title{flex-direction:column;font-size:calc(49.55556px + .03472vw);gap:20px;line-height:calc(57.55556px + .03472vw);z-index:1070}.know-container{height:100vh}.know-container,.know-container__wrapper{align-items:center;display:flex;justify-content:center}.know-container__wrapper{flex-direction:column;gap:30px;max-width:380px}.know-container__title{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:center}.know-container__buttons{align-items:center;display:flex;gap:20px}.know-container__buttons button{min-width:180px}.endgame-wrapper{display:flex;flex-direction:column;height:100vh;padding:24px 0;width:100%}.endgame-wrapper__logo{align-self:center}@media(max-width:575.98px){.endgame-wrapper__logo{display:none}}.endgame-wrapper__mobile-description{align-items:center;display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:calc(21.55556px + .03472vw);gap:40px;height:100vh;justify-content:center;line-height:calc(28.15556px + .03472vw);margin:0 auto;max-width:380px;z-index:1010}.endgame-wrapper__mobile-description__mobile-title{font-size:calc(20.55556px + .03472vw);line-height:calc(28.15556px + .03472vw);text-align:center}.endgame-wrapper__mobile-description__mobile-text{font-size:calc(15.55556px + .03472vw);line-height:calc(28.15556px + .03472vw);text-align:center}.endgame-wrapper__mobile-description__actions{display:flex;width:100%}.endgame-wrapper__mobile-description__actions>a:first-child{margin-right:20px}.endgame-wrapper__mobile-description__actions>a{min-width:0;min-width:auto;padding:15px 10px}.endgame-wrapper__mobile-description__actions_cancel{background:none;border:1px solid var(--palette-text)}.endgame-wrapper__endgame-desc{align-items:center;color:var(--palette-lines);display:flex;font-family:Roboto Light,sans-serif;font-size:calc(19.55556px + .03472vw);font-style:italic;line-height:calc(25.55556px + .03472vw);margin-top:120px}.endgame-wrapper__endgame-desc>div:first-child{margin-right:10px}.endgame-wrapper__endgame-desc>div:first-child svg{fill:var(--palette-lines)}.endgame-wrapper__description{align-items:center;display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:calc(21.55556px + .03472vw);height:100vh;justify-content:center;line-height:calc(28.15556px + .03472vw);z-index:1010}.endgame-wrapper__description--finish{margin-bottom:30px}.endgame-wrapper__description--matchesActive{border-radius:20px}.endgame-wrapper__description--matches{background:#0000;border:1px solid var(--palette-lines);border-radius:20px;color:var(--palette-lines);cursor:auto}.endgame-wrapper__description--matches:hover{background:none!important}.endgame-wrapper__description__text{max-width:500px;padding-bottom:30px;text-align:center}.endgame-wrapper__btn-back{align-self:center;z-index:1010}.endgame-line{align-self:center;opacity:30%;position:absolute;-webkit-user-select:none;user-select:none}.endgame-ellipse-1{height:370px;left:35%;opacity:.15;top:35%;width:370px}.endgame-butterflies-1{height:70px;left:8%;top:20%;transform:rotate(45deg);width:92px}.endgame-butterflies-2{left:80%;top:80%}@media(max-width:991.98px){.in-game-page__main__progress-bar-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:35px}}@media(max-width:435.98px){.in-game-page__main__progress-bar-wrapper{margin-bottom:26px}}@media(max-height:568px){.in-game-page__main__progress-bar-wrapper{margin-bottom:15px}}.in-game-page__main__progress-bar-wrapper__progress-bar{border:1px solid var(--palette-title);border-radius:8px;height:15px;margin-bottom:8px;padding:1px;width:189px}@media(max-width:330px){.in-game-page__main__progress-bar-wrapper__progress-bar{width:53.273vw}}.in-game-page__main__progress-bar-wrapper__progress-bar__filler{background-color:var(--palette-green);border:1px solid #0000;border-radius:8px;height:100%;transition:width .3s ease-in}.in-game-page__main__progress-bar-wrapper__count-cards{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);-webkit-user-select:none;user-select:none}.game-action-btn{align-items:center;background:#0000;border:2.5px solid var(--palette-negative);border-radius:50%;display:flex;height:64px;justify-content:center;max-width:80px;min-width:64px;transition:transform .3s ease-out,background-color .2s ease-out;width:64px}@media(hover:hover){.game-action-btn__direction:hover{background-color:var(--palette-negative)!important}.game-action-btn__direction:hover .game-action-btn__direction__icon{fill:var(--palette-text)}}.game-action-btn__direction:active{background-color:var(--palette-negative);border:none}.game-action-btn__direction:disabled{opacity:.3}.game-action-btn__direction__icon{fill:var(--palette-negative);height:20px;width:21px}.game-action-btn__negative{border-color:var(--palette-negative)}@media(hover:hover){.game-action-btn__negative:hover:enabled{background-color:var(--palette-negative)}.game-action-btn__negative:hover:enabled .game-action-btn__negative__icon{fill:var(--palette-text)}}.game-action-btn__negative:active{transform:scale(1.25)}.game-action-btn__negative__icon{fill:var(--palette-negative);height:17px;width:17px}.game-action-btn__positive{border-color:var(--palette-positive)}@media(hover:hover){.game-action-btn__positive:hover:enabled{background-color:var(--palette-positive)}.game-action-btn__positive:hover:enabled .game-action-btn__positive__icon{fill:var(--palette-text)}}.game-action-btn__positive:active{transform:scale(1.25)}.game-action-btn__positive__icon{fill:var(--palette-positive);height:17px;width:23px}.game-action-btn__question{border-color:var(--palette-neutral)}@media(hover:hover){.game-action-btn__question:hover:enabled{background-color:var(--palette-neutral)}.game-action-btn__question:hover:enabled .game-action-btn__question__icon{fill:var(--palette-text)}}.game-action-btn__question:active{transform:scale(1.25)}.game-action-btn__question__icon{fill:var(--palette-neutral);height:20px;width:13px}.active-action{transform:scale(1.25)}.active-action-icon{fill:var(--palette-text)}.positive-background{background-color:var(--palette-positive)}.negative-background{background-color:var(--palette-negative)}.neutral-background{background-color:var(--palette-neutral)}.positive-hover{background-color:var(--palette-positive)}.positive-hover__icon{fill:var(--palette-text)}.negative-hover{background-color:var(--palette-negative)}.negative-hover__icon{fill:var(--palette-text)}.neutral-hover{background-color:var(--palette-neutral)}.neutral-hover__icon{fill:var(--palette-text)}.in-game-page__main__swipe-wrapper__wrapper__actions{gap:2px}@media(max-width:435.98px){.in-game-page__main__swipe-wrapper__wrapper__actions__action{height:60px;max-width:60px;min-width:0;min-width:auto}}@media(max-width:350px){.in-game-page__main__swipe-wrapper__wrapper__actions__action{max-height:17vw;min-width:46px}}.in-game-page__main__swipe-card__wrapper__center-indicate{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1030}.in-game-page{align-items:center;display:flex;flex-direction:column;height:100%;padding-bottom:0;padding-top:20px}.in-game-page__debug-btn{left:5%;max-width:400px;position:absolute;top:50%;z-index:99999}.in-game-page__main{display:flex;justify-content:space-between;position:relative;width:100%;z-index:1010}@media(max-width:991.98px){.in-game-page__main{align-items:center;flex-direction:column;justify-content:center;width:100%}}.in-game-page__main>*{width:33.333%}.in-game-page__main__exit{display:flex;justify-content:flex-end}@media(max-width:991.98px){.in-game-page__main__exit{position:absolute;right:0;top:0}}.in-game-page__main__swipe-wrapper{max-width:360px;width:100%}.in-game-page__main__swipe-wrapper__wrapper__question{font-family:Roboto Light,sans-serif;height:70px;margin-top:24px;text-align:center;-webkit-user-select:none;user-select:none}@media(max-height:568px){.in-game-page__main__swipe-wrapper__wrapper__question{height:65px;margin-top:20px}}.in-game-page__main__swipe-wrapper__wrapper__actions{align-items:center;display:flex;justify-content:space-between;max-width:360px;position:relative;width:100%}.in-game-page__main__swipe-wrapper__wrapper__actions__tip{position:absolute;right:-180px}@media(max-width:991.98px){.in-game-page__main__swipe-wrapper__wrapper__actions__tip{display:none}}.in-game-page__main__swipe-card{cursor:pointer;height:100%;max-width:360px;transition:transform .3s ease-out,opacity .3s ease-out;-webkit-user-select:none;user-select:none;width:100%;will-change:transform;z-index:1030}.in-game-page__main__swipe-card__wrapper{width:100%}.in-game-page__main__swipe-card__wrapper__image{border-radius:20px;display:block;height:520px;margin:0 auto;max-width:360px;transition:opacity .3s ease-out;-webkit-user-select:none;user-select:none;width:auto;will-change:opacity}@media(max-width:575.98px){.in-game-page__main__swipe-card__wrapper__image{height:380px;max-width:275px;width:100%}}@media(max-width:435.98px){.in-game-page__main__swipe-card__wrapper__image{height:330px;max-width:237px}}@media(max-height:568px){.in-game-page__main__swipe-card__wrapper__image_low-mobile{height:260px;max-width:190px}}@media(max-width:480px){.in-game-page__main__swipe-card{max-width:none}}.in-game-page__main__swipe-card>div{touch-action:none}.main-swiper-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.main-swiper-wrapper__insight-icon{padding-top:40px}.main-swiper-wrapper__insight-icon:hover{cursor:pointer}.in-game-page-ellipses-1,.in-game-page-ellipses-2{height:312px;width:312px}.in-game-page-ellipses-1{left:50%;top:10%}.in-game-page-butterflies-1{height:70px;left:8%;top:20%;transform:rotate(45deg);width:92px}.in-game-page-butterflies-2{left:80%;top:80%}.mobile-top-modal-container{background-color:var(--palette-backdrop);bottom:0;display:none;height:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease-in;width:100%;will-change:opacity;z-index:1070}@media(max-width:991.98px){.mobile-top-modal-container{display:block}}.mobile-top-modal-container_isOpen{height:100%;opacity:1}@supports((-webkit-backdrop-filter:blur(15px)) or (backdrop-filter:blur(15px))){.mobile-top-modal-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:var(--palette-backdrop)}}.mobile-top-modal{background-color:var(--palette-main-background);display:none;height:152px;overflow:hidden;padding:20px;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition-delay:.5s;transition:transform .3s ease-in;width:100%;will-change:transform;z-index:1090}@media(max-width:991.98px){.mobile-top-modal{display:block}}.mobile-top-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:45px}.mobile-top-modal__header__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(33.55556px + .03472vw);line-height:calc(43.55556px + .03472vw)}.mobile-top-modal__header__close{fill:var(--palette-lines)}.mobile-top-modal_modal-opened{transform:scaleY(1)}.help-list{font-family:InterLight,sans-serif;font-size:calc(15.55556px + .03472vw);line-height:calc(18.91556px + .03472vw);margin-bottom:55px;padding-left:10px}.help-list__item{position:relative}.help-list__item:not(:last-child){margin-bottom:20px}.help-list__item__name{padding-left:15px}.help-list__item__dot{background-color:var(--palette-text);border-radius:50%;content:"";display:inline-block;height:5px;position:absolute;top:6px;width:5px}.help-list__item:nth-child(2)>.help-list__item__dot{top:21%;transform:translateY(-21%)}.compromise-content-modal{align-items:center;align-self:center;flex-direction:column;justify-content:center}.continue-result-wrapper{display:flex;flex-direction:column;padding-top:60px;width:100%}.continue-result-wrapper__logo{align-self:center;margin-bottom:6px}.continue-result-wrapper__container{align-items:center;display:flex;justify-content:center;margin-bottom:40px;padding-top:30px}@media(max-width:1199.98px){.continue-result-wrapper__container{flex-direction:column}}.continue-result-wrapper__divide-line{border-bottom:1px solid var(--palette-button);border-top:1px solid var(--palette-button);padding:20px 0}.continue-result-wrapper__description{font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(30.55556px + .03472vw);margin-right:41px;max-width:540px}@media(max-width:1199.98px){.continue-result-wrapper__description{margin-bottom:20px;margin-right:0;max-width:none}}@media(max-width:575.98px){.continue-result-wrapper__description{font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);text-align:center}}.continue-result-wrapper__description--desc1{margin-bottom:30px}.continue-result-wrapper__list{font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(30.55556px + .03472vw);max-width:540px}@media(max-width:1199.98px){.continue-result-wrapper__list{max-width:none;width:100%}}@media(max-width:575.98px){.continue-result-wrapper__list{font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw)}}.continue-result-wrapper__list>li:not(:last-child){margin-bottom:5px}.continue-result-wrapper__list__title{padding-bottom:17px}.continue-result-wrapper__item{display:flex}.continue-result-wrapper__item>div:first-child{margin-right:5px}.continue-result-wrapper__btn-next{align-self:center}.continue-result-line{align-self:center;opacity:40%;position:absolute;-webkit-user-select:none;user-select:none}.continue-result-line-1{top:46px}.continue-result-line-2{top:256.9px}.continue-result-line-3{top:274.93px}.continue-result-ellipses-2{left:85%;top:90%}.creator{position:relative}.creator__photo{margin-bottom:25px;max-width:540px;width:28.2638vw}@media(max-width:900px){.creator__photo{width:100%}}@media(max-width:576px){.creator__info{text-align:center}}.creator__info__fio{color:var(--palette-text);font-family:Roboto Light,sans-serif;font-size:30px;line-height:36px}.creator__info__status{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw)}.base-textarea-wrapper{width:100%}.base-textarea{background-color:#0000;border:1px solid var(--palette-lines);color:var(--palette-text);font-family:Inter,sans-serif;font-size:18px;line-height:22px;padding:16px;transition:border .1s linear;width:100%}.base-textarea::placeholder{color:var(--palette-lines)}.feedback-modal-container__wrapper{background:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);border-radius:20px;left:50%;max-width:none;padding:1px;position:fixed;top:50%;transform:translate(-50%,-50%);width:fit-content;z-index:9999}.feedback-modal-container__text{align-items:center;color:var(--palette-text);display:flex;font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(30.55556px + .03472vw);max-width:444px;padding:30px 20px}@media(max-width:575.98px){.feedback-modal-container__text{flex-direction:column;text-align:center}}.feedback-wrapper{display:flex;flex-direction:column;padding-bottom:200px;padding-top:15px;width:100%}.feedback-wrapper__mention{color:var(--palette-text1);font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(31.33556px + .03472vw);margin:0 auto 50px;max-width:770px;text-align:center;width:100%}.feedback-wrapper__game-author{padding-left:50px}@media(max-width:767.98px){.feedback-wrapper__game-author{display:none}}.feedback-wrapper__game-author_mobile{align-items:center;display:flex;flex-direction:column;justify-content:center}.feedback-wrapper__game-author__img{width:100%}.feedback-wrapper__waiting-label{display:flex;margin-top:80px}.feedback-wrapper__waiting-label__icn{fill:var(--palette-lines);margin-right:10px}.feedback-wrapper__waiting-label__label{color:var(--palette-lines);font-family:Inter,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(21.33556px + .03472vw)}.feedback-wrapper__coincidences-text{-webkit-text-fill-color:#0000;background:linear-gradient(91.14deg,#1ddaad,#2998ff);-webkit-background-clip:text;font-family:InterBold,serif;font-size:40px;line-height:48px;margin-top:80px;z-index:1020}.feedback-wrapper__description{font-family:Roboto Light,sans-serif;font-size:calc(21.55556px + .03472vw);line-height:calc(28.15556px + .03472vw);padding-bottom:96px;padding-top:40px;z-index:1020}@media(max-width:575.98px){.feedback-wrapper__description{font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw)}}.feedback-wrapper__game-author{max-width:473px}.feedback-wrapper__form{border:1px solid #c691fb;border-radius:20px;display:flex;justify-content:space-between;padding:50px}@media(max-width:767.98px){.feedback-wrapper__form__form-submit{align-items:center;display:flex;flex-direction:column;justify-content:center}}.feedback-wrapper__form__wrp{max-width:580px}@media(max-width:767.98px){.feedback-wrapper__form__wrp{max-width:none;width:100%}}.feedback-wrapper__form__title{color:#0000;font-family:Impact,sans-serif;font-size:calc(45.55556px + .03472vw);line-height:calc(54.55556px + .03472vw)}@media(max-width:767.98px){.feedback-wrapper__form__title{margin-bottom:55px}}.feedback-wrapper__form__text{font-family:Roboto Light,sans-serif;font-size:18px;font-weight:300;line-height:23.4px;margin-bottom:56px;margin-top:32px}.feedback-wrapper__form--text{color:var(--palette-text1);font-family:Roboto Light,sans-serif;font-size:calc(19.55556px + .03472vw);font-weight:300;line-height:calc(25.55556px + .03472vw);margin-bottom:20px}.feedback-wrapper__form__textarea{border-radius:20px;height:110px;margin-bottom:40px}.feedback-wrapper__form__gratitude{align-items:center;display:flex;flex-direction:column;justify-content:center}.feedback-wrapper__form__gratitude__label{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(47.55556px + .03472vw);line-height:calc(55.55556px + .03472vw);margin-bottom:95px}.marathon-feedback-description{display:flex;justify-content:center}@media(max-width:767.98px){.marathon-feedback-description{flex-direction:column}}.marathon-feedback-description>div{max-width:580px}@media(max-width:767.98px){.marathon-feedback-description>div{max-width:none}}.marathon-feedback-description>div:first-child{margin-right:40px}.marathon-feedback-description>div:first-child p{margin-bottom:10px}@media(max-width:767.98px){.marathon-feedback-description>div:first-child>p{margin-bottom:10px}}.feedback-wrapper-ellipses-2{left:60%;top:55%}.feedback-wrapper-butterflies-1{left:15%;top:2%}.feedback-wrapper-butterflies-2{left:80%;top:69%;transform:rotate(35deg)}.mobile-game-author{display:none}@media(max-width:767.98px){.mobile-game-author{align-items:center;display:flex;justify-content:center}}.support-page__title{margin-bottom:30px}.support-page__form{max-width:515px;width:100%}.support-page__form>.base-input{margin-bottom:5.078vh}.support-page__form__textarea{height:200px}.support-page__form__gratitude{font-size:calc(47.55556px + .03472vw);line-height:calc(55.55556px + .03472vw);margin-top:5.078vh}.support-page__form__btn-send{margin-top:5.078vh}.legal-material-page{padding-bottom:120px}.legal-material-page__header{font-family:PlayfairDisplay Medium,sans-serif;font-size:calc(47.55556px + .03472vw);line-height:calc(63.55556px + .03472vw);margin-bottom:32px;text-align:left}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/game/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/game/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/game/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/game/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/game/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.scroll-block-title{font-family:Snell Roundhand!important;font-size:50px}.section-main-title{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:160px;padding-top:0!important;position:relative}@media(max-width:768px){.section-main-title{padding-bottom:80px}}@media(max-width:575.98px){.section-main-title{margin-left:10px;margin-right:10px}}.section-main-title__container{background:linear-gradient(44.28deg,#5d38f7cc -10.8%,#e827d9cc 109.22%);border-radius:20px;box-shadow:inset 0 0 12px 14px #000,inset 0 0 3px 2px #000;padding:18px}.section-main-title .eclipse-main-1{bottom:0;height:170px;left:0;width:170px}.section-main-title .eclipse-main-2{height:150px;right:0;top:0;width:150px}.section-main-title__wrapper{background-color:#000;background-image:url(/game/static/media/bg_bf_1.9fa37acca59b586f7dd3.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid var(--palette-white);box-shadow:inset 0 0 15px 2px #5d38f7cc;overflow:hidden;padding:18px;position:relative;width:100%}.section-main-title__wrapper img{z-index:1}.section-main-title .main-title-img-m{height:300px;position:relative;z-index:1}.section-main-title__title{font-family:Roboto;font-size:calc(112.55556px + .03472vw);font-style:normal;font-weight:400;letter-spacing:.05em;line-height:130%;line-height:calc(181.55556px + .03472vw);white-space:nowrap}@media(max-width:575.98px){.section-main-title__title{font-size:calc(67.55556px + .03472vw);line-height:calc(72.35556px + .03472vw)}}.section-main-title__actions{align-items:center;display:flex;justify-content:space-between;margin:10px 0 80px}.section-main-title__actions__btn-back{align-items:center;color:var(--palette-button);display:flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:300;line-height:21px}.section-main-title__actions__btn-back .text-button__icon-wrapper,.section-main-title__actions__btn-back .text-button__icon-wrapper>div{align-items:center;display:flex}.section-main-title__actions__btn-back svg{fill:var(--palette-button);width:16px}.section-main-title__actions__btn-change-lang{align-items:center;color:var(--palette-button);display:flex;flex-direction:row-reverse;font-family:Inter;font-size:18px;font-style:normal;font-weight:300;gap:5px;line-height:22px;z-index:1}.section-main-title__actions__btn-change-lang .text-button__icon-wrapper,.section-main-title__actions__btn-change-lang .text-button__icon-wrapper>div{align-items:center;display:flex}.section-main-title__actions__btn-change-lang svg{fill:var(--palette-button);height:18px;width:22px}.section-main-title__navigate-buy{align-items:center;background:#151515;border:1px solid var(--palette-text);border-radius:20px;box-sizing:border-box;color:var(--palette-text);display:flex;flex-wrap:wrap;font-family:Roboto;font-size:20px;font-style:normal;font-weight:300;justify-content:center;line-height:130%;margin:0 auto;max-width:400px;padding-bottom:12px;padding-top:12px;position:relative;width:100%;z-index:1}.section-main-title__button{align-items:center;display:flex;flex-direction:column;width:100%;z-index:1020}.section-main-title__button__manual{background:var(--palette-button);margin-bottom:40px}.section-main-title__age-restriction{float:right;font-family:Roboto;font-size:30px;font-style:normal;font-weight:400;text-align:right!important}.section-main-title__title-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-around}.section-main-title__title-wrapper__inner-wrapper{display:flex}.section-main-title__title-wrapper h2{color:var(--palette-text);font-family:Snell Roundhand;font-size:40px;font-style:normal;font-weight:500;line-height:110%;text-align:center}@media(max-width:575.98px){.section-main-title__title-wrapper h2{margin-bottom:30px;white-space:nowrap}}.section-main-title__title-inner-wrapper{flex:1 1}@media(max-width:767.98px){.section-main-title__actions{margin:10px 0 30px}.section-main-title__actions .text-button{font-size:12px}.section-main-title__actions .text-button svg{height:12px}.section-main-title__title{font-size:16.5vw!important;text-align:center}.section-main-title__title-inner-wrapper h2{font-size:6.2vw}.section-main-title__navigate-buy{font-size:14px;max-width:300px;text-align:center;width:auto}.section-main-title__navigate-buy a{font-size:14px}}.privacy-policy-page{font-family:Roboto Light,sans-serif}.privacy-policy-page__general-desc{margin-bottom:20px}.text-list{margin-bottom:10px;margin-top:10px}.text-list__item{display:flex;margin-left:15px}.text-list__item:before{content:"-";margin-right:10px}.privacy-subtitle{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);margin-bottom:10px;padding-left:0}.base-logo{font-size:40px;line-height:54px}.icon-logo{margin-bottom:10px}.logo-container{align-items:center;color:var(--palette-lines);display:flex;flex-direction:column;font-family:PlayfairDisplay,sans-serif;justify-content:center}.base-logo-wrapper{height:145px;width:140px}.section-header{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:200px;position:relative;z-index:1030}.section-header_less-padding{padding-bottom:80px!important}@media(max-width:767.98px){.section-header{padding-bottom:300px}}.section-header__actions{display:none;z-index:1030}@media(max-width:767.98px){.section-header__actions{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between;width:100%}.section-header__back,.section-header__log-in{display:none!important}}@media(min-width:768px){.section-header__back,.section-header__log-in{display:flex}}.section-header__log-in-icon-wrapper{height:20px}.section-header__logo{left:50%;position:absolute;top:-35px;transform:translateX(-50%);z-index:1020}.section-header__logo__icn{height:160px}@media(max-width:768px){.section-header__logo{top:95px}}.section-header__log-in{align-items:center;background-color:#0000;color:var(--palette-button);cursor:pointer;display:flex;font-size:calc(17.55556px + .03472vw);justify-content:center;line-height:calc(20.55556px + .03472vw);text-decoration:none;width:auto;z-index:1020}@media(max-width:575.98px){.section-header__log-in{font-size:calc(15.55556px + .03472vw);line-height:calc(19.55556px + .03472vw)}}.ads-landing-wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1420px;padding-bottom:84px;padding-top:64px;width:100%}@media(max-width:768px){.ads-landing-wrapper{padding-top:20px}}.ads-landing-wrapper__sections{z-index:1030}.ads-landing-ellipse-1{left:25vw;top:120px}.ads-landing-ellipse-2{height:438px;left:64.861vw;top:850px;width:438px}.ads-landing-ellipse-3{height:449px;left:1.458vw;top:1700px;width:449px}.ads-section-main-title{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:160px;position:relative}@media(max-width:768px){.ads-section-main-title{padding-bottom:80px}}.ads-section-main-title__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(85.55556px + .03472vw);line-height:calc(91.55556px + .03472vw);padding-bottom:65px;text-align:center;white-space:pre-wrap;z-index:1020}@media(max-width:575.98px){.ads-section-main-title__title{font-size:calc(67.55556px + .03472vw);line-height:calc(72.35556px + .03472vw)}}.ads-section-main-title__navigate-buy{align-items:center;display:flex;flex-direction:column;width:100%;z-index:1020}.ads-section-main-title__navigate-buy__start{margin-bottom:40px}.flow-arrow{animation:flow-arrow 2s linear 1s infinite;will-change:transform}@keyframes flow-arrow{0%{transform:translateY(0)}50%{transform:translateY(40px)}to{transform:translateY(0)}}.line{left:0;opacity:.4;position:absolute;-webkit-user-select:none;user-select:none}.line-1{left:-25px;top:-37px}.line-2{top:225px}.line-3{top:245px}.ads-section-recommendations{display:flex;font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw);padding-bottom:100px}@media(max-width:1199.98px){.ads-section-recommendations{padding-bottom:60px}}@media(max-width:575.98px){.ads-section-recommendations{font-size:calc(15.55556px + .03472vw);line-height:calc(19.55556px + .03472vw)}}.ads-section-recommendations__recommendation{display:flex;width:100%}@media(max-width:940px){.ads-section-recommendations__recommendation{align-items:center;flex-wrap:nowrap;justify-content:center}}.ads-section-recommendations__recommendation__top-rec{width:100%}@media(max-width:940px){.ads-section-recommendations__recommendation__top-rec{order:1;width:100%}}.ads-section-recommendations__recommendation__top-rec__steps{display:flex;flex-direction:column;gap:17px}.ads-section-welcome{display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;padding-bottom:100px}@media(max-width:900px){.ads-section-welcome{padding-bottom:100px}}.ads-section-welcome__want-more{align-items:center;display:flex;flex-direction:column;gap:50px;justify-content:center;padding-top:100px}.ads-section-welcome__want-more__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(53.55556px + .03472vw);line-height:calc(75.55556px + .03472vw);text-align:center}@media(max-width:575.98px){.ads-section-welcome__want-more__title{font-size:calc(47.55556px + .03472vw);line-height:calc(52.35556px + .03472vw)}}.ads-section-welcome__want-more__link{padding-left:5px}.ads-section-welcome__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(71.55556px + .03472vw);line-height:calc(95.55556px + .03472vw);margin-bottom:80px;text-align:center}@media(max-width:575.98px){.ads-section-welcome__title{font-size:calc(47.55556px + .03472vw);line-height:calc(52.35556px + .03472vw);margin-bottom:55px;text-align:left}}.ads-section-welcome__description{display:flex;flex-wrap:wrap;font-size:calc(17.55556px + .03472vw);justify-content:space-between;line-height:calc(22.55556px + .03472vw)}@media(max-width:575.98px){.ads-section-welcome__description{font-size:calc(15.55556px + .03472vw);line-height:calc(19.55556px + .03472vw)}}@media(max-width:900px){.ads-section-welcome__description{align-items:center;justify-content:center}}.ads-section-welcome__description__text{width:50%}@media(max-width:900px){.ads-section-welcome__description__text{margin-bottom:56px;width:100%}}.ads-section-welcome__description__text>div:nth-child(2),.ads-section-welcome__description__text>p:first-child{margin-bottom:30px}.manual-page-wrapper{display:flex;flex-direction:column;padding-bottom:200px;padding-top:24px}@media(max-width:991.98px){.manual-page-wrapper{padding-left:50px}}@media(max-width:575.98px){.manual-page-wrapper{padding-left:0}}.manual-page-wrapper__down-padding{padding-bottom:50px}.manual-page-wrapper__logo{align-self:center;margin-bottom:6px}@media(max-width:575.98px){.manual-page-wrapper__logo{display:none}}.manual-page-wrapper__main-info{margin-bottom:64px;width:100%;z-index:1010}.manual-page-wrapper__main-info__game-screen{align-items:center;display:flex;flex-direction:column;justify-content:space-around;max-width:243px;width:100%}@media(max-width:1199.98px){.manual-page-wrapper__main-info__game-screen{align-items:flex-start;flex-direction:row;padding-top:27px}}.manual-page-wrapper__action{z-index:1010}.manual-page-wrapper__action__accept{cursor:pointer;display:flex;margin-bottom:30px;-webkit-user-select:none;user-select:none}.manual-page-wrapper__action__accept__label{font-family:Inter,sans-serif;font-size:calc(14px + (.5)*(100vw - 1280)/1440px);line-height:calc(18px + (.5)*(100vw - 1280)/1440px)}.manual-page-wrapper-ellipses-1,.manual-page-wrapper-ellipses-2{height:312px;width:312px}.manual-page-wrapper-ellipses-1{left:80px;top:16px}.manual-page-wrapper-ellipses-2{left:902px;top:555px}.manual-page__button-close{margin:0 auto}.manual-wrapper__header{align-items:flex-end;display:flex;font-family:PlayfairDisplay,sans-serif;font-size:calc(47.55556px + .03472vw);justify-content:space-between;line-height:calc(55.55556px + .03472vw);margin-bottom:4.93vh}@media(max-width:575.98px){.manual-wrapper__header-action{display:none}}.manual-wrapper__manual,.manual-wrapper__tip{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.55556px + .03472vw)}.manual-wrapper__manual{display:flex;justify-content:space-between;width:100%}.manual-wrapper__manual__photo{height:514px;margin-top:95px;transform:rotate(9.5deg);z-index:1010}@media(max-width:1199.98px){.manual-wrapper__manual__photo{display:none}}.manual-wrapper__manual__manual-main{max-width:625px}@media(max-width:1199.98px){.manual-wrapper__manual__manual-main{max-width:none}}.manual-wrapper__manual__tip{margin-bottom:15px}.manual-wrapper__manual__list__man{position:relative}@media(max-width:575.98px){.manual-wrapper__manual__list__man{flex-direction:column}}.manual-wrapper__manual__list__man:not(:last-child){margin-bottom:20px}.manual-wrapper__manual__list__man__ic{border:1px solid var(--palette-lines);border-radius:28px;color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(31.55556px + .03472vw);height:56px;left:-80px;line-height:calc(27.55556px + .03472vw);position:absolute;width:56px}@media(max-width:575.98px){.manual-wrapper__manual__list__man__ic{align-items:center;display:flex;justify-content:center;margin-bottom:16px;position:static}}.manual-wrapper__manual__list__man__ic__count{left:55%;position:absolute;top:30%;transform:translate(-55%,-30%)}@media(max-width:575.98px){.manual-wrapper__manual__list__man__ic__count{position:static;transform:translate(5%,-20%)}}.conditions-page__head{font-family:Roboto Light,sans-serif}.conditions-page__content__title,.conditions-page__head{font-size:calc(19.55556px + .03472vw);line-height:calc(23.55556px + .03472vw)}.conditions-page__content__title{color:var(--palette-text);font-family:Inter-Semibold,sans-serif;margin-bottom:10px;margin-top:10px}.conditions-page__content__title__sub{margin-bottom:10px}.conditions-page__content__subtitles,.conditions-page__content__subtitles__subtitle{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw)}.conditions-page__content__subtitles__subtitle{margin-bottom:10px}.conditions-page__content__subtitles__subtitle_three-level{padding-left:8px}.landing-ellipse-4,.landing-ellipse-5{display:none}.leave-review-container{margin:0 auto;max-width:1200px;padding-top:15px}.leave-review-container__form-wrapper{border:1px solid var(--palette-text1);border-radius:20px;display:flex;justify-content:center;margin:0 auto;padding:50px;width:100%}@media(max-width:767.98px){.leave-review-container__form-wrapper{border:none}}.leave-review-container__form-wrapper>div:first-child{margin-right:100px;max-width:570px}@media(max-width:767.98px){.leave-review-container__form-wrapper>div:first-child{margin-right:0}.leave-review-container__form-wrapper>div:nth-child(2){margin-bottom:30px}.leave-review-container__form-wrapper{align-items:center;flex-direction:column-reverse}}.leave-review-container__desc,.leave-review-container__title{margin-bottom:30px;text-align:left}@media(max-width:767.98px){.leave-review-container__desc,.leave-review-container__title{text-align:center}}.leave-review-container__title{font-size:calc(45.55556px + .03472vw);line-height:calc(54.55556px + .03472vw)}.leave-review-container__desc{font-family:Roboto Light,sans-serif;font-size:calc(23.55556px + .03472vw);font-weight:300;line-height:calc(30.55556px + .03472vw)}@media(max-width:767.98px){.leave-review-container__desc{font-size:calc(19.55556px + .03472vw);line-height:calc(25.55556px + .03472vw);text-align:center}.leave-review-container__form__submit{margin:0 auto}}.leave-review-container__form--textarea{border-radius:20px;height:180px;margin-bottom:30px}.leave-review-butterflies-1{left:83%;top:75%;transform:rotate(45deg)}.leave-review-ellipses-1{left:55%;top:65%}.insight-form-new-description-page{padding-bottom:50px;padding-top:20px;position:relative}.insight-form-new-description-page__bgbf14{position:absolute;right:50px;top:780px}@media(max-width:575.98px){.insight-form-new-description-page__bgbf14{display:none}}.insight-form-new-description-page__bgbf15{left:400px;position:absolute;top:600px}@media(max-width:575.98px){.insight-form-new-description-page__bgbf15{left:auto;right:0;top:790px}}.insight-form-new-description-page__bgbf17{bottom:370px;display:none;position:absolute;right:50px}@media(max-width:575.98px){.insight-form-new-description-page__bgbf17{display:block}}.insight-form-new-description-page__bgbf14_rotated{bottom:180px;position:absolute;right:50px;transform:rotate(330deg)}@media(max-width:575.98px){.insight-form-new-description-page__bgbf14_rotated{display:none}}.insight-form-new-description-page__to-use{align-self:center;color:var(--palette-gray1);font-family:Roboto Light,sans-serif;font-size:24px;line-height:130%;margin-top:20px;max-width:747px;text-align:center}@media(max-width:575.98px){.insight-form-new-description-page__to-use{font-size:20px}}.insight-form-new-description-page__subtitles{align-items:center;align-self:center;border-bottom:1px solid var(--palette-neutral);border-top:1px solid var(--palette-neutral);display:flex;flex-direction:column;justify-content:center;margin:40px 0 50px;max-width:1160px;padding:20px 0;text-align:center;width:100%}@media(max-width:575.98px){.insight-form-new-description-page__subtitles{margin-bottom:30px;text-align:start}}.insight-form-new-description-page__subtitles div{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin:0 auto;max-width:830px}@media(max-width:575.98px){.insight-form-new-description-page__subtitles div{font-size:20px;margin:0}}.insight-form-new-description-page__subtitles div:first-child{color:var(--palette-neutral);margin-bottom:12px}.insight-form-new-description-page__texts{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin:0 auto;max-width:1160px;width:100%}@media(max-width:575.98px){.insight-form-new-description-page__texts{font-size:20px}}.insight-form-new-description-page__texts>div:not(:last-child){margin-bottom:30px}.insight-form-new-description-page__color_purple{color:var(--palette-neutral)}.insight-form-new-description-page__cards_wrapper{margin:70px auto;max-width:1160px;min-height:642px;position:relative;width:100%}@media(max-width:767.98px){.insight-form-new-description-page__cards_wrapper{min-height:1100px}}@media(max-width:575.98px){.insight-form-new-description-page__cards_wrapper{margin:50px auto;min-height:794px}}.insight-form-new-description-page__cards_wrapper>div:first-child{left:0;top:0;transform:rotate(357deg)}@media(max-width:767.98px){.insight-form-new-description-page__cards_wrapper>div:first-child{left:10px}}.insight-form-new-description-page__cards_wrapper>div:nth-child(2){left:36%;top:41%;transform:rotate(359deg)}@media(max-width:767.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(2){left:16%;top:468px;transform:rotate(2deg)}}@media(max-width:575.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(2){left:auto;right:0;top:306px}}.insight-form-new-description-page__cards_wrapper>div:nth-child(3){right:18%;top:0;transform:rotate(2deg)}@media(max-width:767.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(3){left:5%;right:auto;top:718px;transform:rotate(0deg)}}@media(max-width:575.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(3){left:30px;right:0;top:478px}}.insight-form-new-description-page__cards_wrapper>div:nth-child(4){right:0;top:70%;transform:rotate(3deg)}@media(max-width:767.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(4){right:10px;top:890px;transform:rotate(358deg)}}@media(max-width:575.98px){.insight-form-new-description-page__cards_wrapper>div:nth-child(4){top:596px}}.insight-form-new-description-page__subtitle_arrow{color:var(--palette-neutral)}.insight-form-new-description-page__paragraph_arrow{position:absolute;right:16%;top:64%}@media(max-width:575.98px){.insight-form-new-description-page__paragraph_arrow{height:45px;right:5%;top:81%;width:42px}}.insight-form-new-description-page__paragraph_wrapper{position:relative}.insight-form-new-description-page__paragraph_wrapper ul{list-style:disc;margin:10px 0;padding-left:20px}@media(max-width:767.98px){.insight-form-new-description-page__paragraph_wrapper ul{max-width:400px}}@media(max-width:575.98px){.insight-form-new-description-page__paragraph_wrapper ul{max-width:300px}}.insight-form-new-description-page__card{background:linear-gradient(44.28deg,#5d38f7 -10.8%,#e827d9 109.22%);border-radius:20px;max-width:335px;padding:1px;position:absolute}@media(max-width:575.98px){.insight-form-new-description-page__card{max-width:235px}}.insight-form-new-description-page__card__question{font-family:Roboto Light,sans-serif;font-size:20px;line-height:26px}@media(max-width:575.98px){.insight-form-new-description-page__card__question{font-size:14px;line-height:16px}}.insight-form-new-description-page__card__input-block{border-bottom:1px solid var(--palette-lines);color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:20px;margin:15px 0;padding-bottom:5px}@media(max-width:575.98px){.insight-form-new-description-page__card__input-block{font-size:14px;line-height:16px}}.insight-form-new-description-page__card__faces_wrapper{margin:15px 0}.insight-form-new-description-page__card__faces{align-items:center;display:flex;justify-content:center;max-width:60px;width:100%}@media(max-width:575.98px){.insight-form-new-description-page__card__faces img{height:27px;width:32px}}.insight-form-new-description-page__card__faces span{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:14px;margin-right:3px}@media(max-width:575.98px){.insight-form-new-description-page__card__faces span{font-size:10px}}.insight-form-new-description-page__card__content{background-color:var(--palette-dark);border-radius:20px;height:100%;overflow:visible;padding:20px;position:relative}@media(max-width:575.98px){.insight-form-new-description-page__card__content{padding:15px}}.insight-form-new-description-page__final-text{align-self:center;color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-top:50px;max-width:777px;text-align:center;width:100%}@media(max-width:575.98px){.insight-form-new-description-page__final-text{font-size:20px;margin-top:30px;text-align:start}}.insight-form-new-description-page__buy-button{align-items:center;display:flex;justify-content:center;margin-top:40px;width:100%}.insight_form_new_instruction_page{padding-bottom:40px;padding-top:20px;position:relative}.insight_form_new_instruction_page__bgbf16{left:-60px;position:absolute;top:130px}@media(max-width:575.98px){.insight_form_new_instruction_page__bgbf16{display:none}}.insight_form_new_instruction_page__bgbf14{bottom:70px;left:-60px;position:absolute}@media(max-width:575.98px){.insight_form_new_instruction_page__bgbf14{display:none}}.insight_form_new_instruction_page__subtitles{margin:40px auto 0;max-width:1160px}.insight_form_new_instruction_page__subtitle-1{color:var(--palette-neutral);margin-bottom:10px}.insight_form_new_instruction_page__subtitle-2{margin-bottom:40px}.insight_form_new_instruction_page__subtitle-1,.insight_form_new_instruction_page__subtitle-2{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:center}@media(max-width:575.98px){.insight_form_new_instruction_page__subtitle-1,.insight_form_new_instruction_page__subtitle-2{font-size:20px;text-align:left}}.insight_form_new_instruction_page__blocks{margin-bottom:40px}@media(max-width:767.98px){.insight_form_new_instruction_page__blocks{margin-bottom:30px}}.insight_form_new_instruction_page__top-blocks{display:flex;justify-content:center;margin-bottom:20px}@media(max-width:767.98px){.insight_form_new_instruction_page__top-blocks{flex-direction:column}}.insight_form_new_instruction_page__bottom-block{border:1px solid var(--palette-white-1);border-radius:20px;display:flex;margin:0 auto;max-width:1160px;padding:30px;width:100%}.insight_form_new_instruction_page__left-blocks{display:flex;flex-direction:column;margin-right:40px;max-width:560px;width:100%}@media(max-width:767.98px){.insight_form_new_instruction_page__left-blocks{margin-bottom:20px;margin-right:0;max-width:none}}.insight_form_new_instruction_page__left-blocks>div:not(:last-child){margin-bottom:20px}.insight_form_new_instruction_page__right-blocks{border:1px solid var(--palette-white-1);border-radius:20px;max-width:560px;padding:30px;width:100%}@media(max-width:767.98px){.insight_form_new_instruction_page__right-blocks{max-width:none}}.insight_form_new_instruction_page__right-blocks-desc{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px}@media(max-width:767.98px){.insight_form_new_instruction_page__right-blocks-desc{font-size:20px}}.insight_form_new_instruction_page__right-blocks-desc:not(:last-child){margin-bottom:10px}.insight_form_new_instruction_page__right-blocks-warn{-webkit-text-stroke:1px var(--palette-button);color:#0000;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);font-weight:400;line-height:calc(59.55556px + .03472vw);margin-bottom:15px;text-align:left}.insight_form_new_instruction_page__block{align-self:center;border:1px solid var(--palette-text);border-radius:20px;display:flex;max-width:1160px;padding:30px;text-align:center;width:100%}.insight_form_new_instruction_page__block-number{-webkit-text-stroke:1px var(--palette-button);color:#0000;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);font-weight:400;line-height:calc(59.55556px + .03472vw);margin-right:22px;text-align:left}.insight_form_new_instruction_page__block-desc{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:left}@media(max-width:767.98px){.insight_form_new_instruction_page__block-desc{font-size:20px}}@media(max-width:575.98px){.insight_form_new_instruction_page__block{font-size:20px;margin-bottom:30px;margin-top:30px;text-align:left}}.insight_form_new_instruction_page__texts{align-self:center;display:flex;gap:105px;justify-content:center;max-width:1160px}@media(max-width:575.98px){.insight_form_new_instruction_page__texts{flex-direction:column;gap:20px}}.insight_form_new_instruction_page__right-text--arrow{position:absolute;top:4%}.insight_form_new_instruction_page__right-text>div:nth-child(2){position:relative}.insight_form_new_instruction_page__left-text,.insight_form_new_instruction_page__right-text{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;max-width:560px}@media(max-width:575.98px){.insight_form_new_instruction_page__left-text,.insight_form_new_instruction_page__right-text{font-size:20px}}.insight_form_new_instruction_page__left-text>div:not(:last-child),.insight_form_new_instruction_page__right-text>div:not(:last-child){margin-bottom:30px}.insight_form_new_instruction_page__final-text{align-self:center;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;max-width:1160px}@media(max-width:767.98px){.insight_form_new_instruction_page__final-text{font-size:20px}}.insight_form_new_instruction_page__final-text-1{margin-bottom:30px}.insight_form_new_instruction_page__see-button{align-self:center;margin-top:50px}@media(max-width:575.98px){.insight_form_new_instruction_page__see-button{margin-top:40px}}.insight_form_new_instruction_page__see-button button{max-width:280px;min-width:280px;width:100%}.questionnaire-container{max-width:452px}.questionnaire-container__notification-item{align-items:center;background:var(--palette-green1);border-radius:50%;display:flex;height:30px;justify-content:center;left:-15px;position:absolute;top:-13px;width:30px;z-index:99}@media(max-width:1199.98px){.questionnaire-container{max-width:752px;width:100%}}.questionnaire-container__cards{align-items:center;display:flex;gap:10px;justify-content:center;position:relative}.questionnaire-container__denied-label{align-items:center;display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:center}.questionnaire-container__denied-label>div:first-child{margin-bottom:20px}@media(max-width:575.98px){.questionnaire-container__denied-label{font-size:20px}}.questionnaire-container__card{max-width:221px;position:relative;width:100%}.questionnaire-container__card img{border-radius:20px;width:100%}@media(max-width:1199.98px){.questionnaire-container__card{max-width:none}}@media(max-width:767.98px){.questionnaire-container__card{max-width:200px}}@media(max-width:435.98px){.questionnaire-container__card{max-width:170px}}.questionnaire-container__face{max-width:170px;position:absolute;top:20px}@media(max-width:1199.98px){.questionnaire-container__face{max-width:230px}}@media(max-width:767.98px){.questionnaire-container__face{max-width:160px}}@media(max-width:435.98px){.questionnaire-container__face{max-width:126px}}.questionnaire-container__face-female{left:0}.questionnaire-container__face-male{right:0}.questionnaire-container__card-name{font-family:Roboto Light,sans-serif;font-size:24px;margin-bottom:30px;margin-top:20px;text-align:center}@media(max-width:575.98px){.questionnaire-container__card-name{font-size:20px}}.questionnaire-container__actions{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.questionnaire-container__action{font-family:Roboto Light,sans-serif;font-size:18px;max-width:180px;min-width:0;min-width:auto;padding-bottom:11px;padding-top:11px}.questionnaire-container__action-gradient-wrapper{max-width:180px}.questionnaire_items__desc-cards-1{font-family:Roboto Light,sans-serif;font-size:36px;line-height:120%;margin:0 auto 40px;max-width:817px;text-align:center;width:100%}@media(max-width:1199.98px){.questionnaire_items__desc-cards-1{margin:0 auto 40px;text-align:center;width:100%}}@media(max-width:575.98px){.questionnaire_items__desc-cards-1{font-size:24px;margin:0 auto 40px;text-align:center}}.questionnaire_items__questionaries-container{align-self:center;max-width:1060px;width:100%}.questionnaire_items__questionaries{grid-row-gap:50px;align-content:center;display:grid;grid-template-columns:minmax(452px,452px) minmax(452px,452px);justify-content:space-between;justify-items:center;position:relative}@media(max-width:1199.98px){.questionnaire_items__questionaries{grid-column-gap:0;grid-template-columns:minmax(552px,552px);justify-content:center}}@media(max-width:767.98px){.questionnaire_items__questionaries{grid-template-columns:minmax(352px,452px)}}@media(max-width:435.98px){.questionnaire_items__questionaries{grid-template-columns:minmax(320px,452px)}}.questionnaire_items__show-themes{margin:40px auto 0}.questionnaire_items__divider{padding-bottom:50px;padding-top:40px}.insight_form_page{padding-bottom:50px;padding-top:20px}.insight_form_page__choose-theme,.insight_form_page__read-instruction{align-self:center;color:var(--palette-neutral)}.insight_form_page__loader{align-self:center}.insight_form_page__read-instruction{margin-bottom:30px;margin-top:30px}.insight_form_page__read-instruction--button{font-family:Roboto Light,sans-serif;font-size:18px;font-weight:300}.insight_form_page__choose-theme{margin-bottom:40px}@media(max-width:575.98px){.insight_form_page__choose-theme a{font-size:20px!important;line-height:30px;max-width:200px;min-width:200px;padding:10px 0}}.insight_pick_cards_page{padding-bottom:40px;padding-top:20px}.insight_pick_cards_page__loader{align-self:center}.insight_pick_cards_page__desc{color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:18px;margin-bottom:54px;margin-top:10px;text-align:center}.insight_pick_cards_page__cards{grid-gap:1em;align-self:center;display:grid;grid-template-columns:repeat(auto-fill,minmax(189px,1fr));justify-content:center;justify-items:center;max-width:1105px;width:100%}@media(max-width:435.98px){.insight_pick_cards_page__cards{grid-gap:.5em;grid-template-columns:repeat(2,minmax(42.133vw,1fr))}}@media(max-width:300px){.insight_pick_cards_page__cards{grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}}.insight_pick_cards_page__toggle-button{align-self:center;margin-top:40px}.insight_pick_cards_page__card{cursor:pointer;display:flex;flex-direction:column;max-width:189px;position:relative}.insight_pick_cards_page__card--spinner{left:50%;position:absolute;top:40%;transform:translate(-50%,-40%);z-index:999}.insight_pick_cards_page__card--name{font-family:Roboto Light,sans-serif;text-align:center}.insight_pick_cards_page__card img{border-radius:20px;margin-bottom:16px;width:100%}.insight_form_instruction_page{padding-bottom:40px;padding-top:20px}.insight_form_instruction_page__subtitles{margin:40px auto 0;max-width:1160px}.insight_form_instruction_page__subtitle-1{color:var(--palette-neutral);margin-bottom:10px}.insight_form_instruction_page__subtitle-2{margin-bottom:40px}.insight_form_instruction_page__subtitle-1,.insight_form_instruction_page__subtitle-2{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:center}@media(max-width:575.98px){.insight_form_instruction_page__subtitle-1,.insight_form_instruction_page__subtitle-2{font-size:20px;text-align:left}}.insight_form_instruction_page__blocks{margin-bottom:40px}@media(max-width:767.98px){.insight_form_instruction_page__blocks{margin-bottom:30px}}.insight_form_instruction_page__top-blocks{display:flex;justify-content:center;margin-bottom:20px}@media(max-width:767.98px){.insight_form_instruction_page__top-blocks{flex-direction:column}}.insight_form_instruction_page__bottom-block{border:1px solid var(--palette-white-1);border-radius:20px;display:flex;margin:0 auto;max-width:1160px;padding:30px;width:100%}.insight_form_instruction_page__left-blocks{display:flex;flex-direction:column;margin-right:40px;max-width:560px;width:100%}@media(max-width:767.98px){.insight_form_instruction_page__left-blocks{margin-bottom:20px;margin-right:0;max-width:none}}.insight_form_instruction_page__left-blocks>div:not(:last-child){margin-bottom:20px}.insight_form_instruction_page__right-blocks{border:1px solid var(--palette-white-1);border-radius:20px;max-width:560px;padding:30px;width:100%}@media(max-width:767.98px){.insight_form_instruction_page__right-blocks{max-width:none}}.insight_form_instruction_page__right-blocks-desc{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px}@media(max-width:767.98px){.insight_form_instruction_page__right-blocks-desc{font-size:20px}}.insight_form_instruction_page__right-blocks-desc:not(:last-child){margin-bottom:10px}.insight_form_instruction_page__right-blocks-warn{-webkit-text-stroke:1px var(--palette-button);color:#0000;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);font-weight:400;line-height:calc(59.55556px + .03472vw);margin-bottom:15px;text-align:left}.insight_form_instruction_page__block{align-self:center;border:1px solid var(--palette-text);border-radius:20px;display:flex;max-width:1160px;padding:30px;text-align:center;width:100%}.insight_form_instruction_page__block-number{-webkit-text-stroke:1px var(--palette-button);color:#0000;font-family:Impact,sans-serif;font-size:calc(59.55556px + .03472vw);font-weight:400;line-height:calc(59.55556px + .03472vw);margin-right:22px;text-align:left}.insight_form_instruction_page__block-desc{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;text-align:left}@media(max-width:767.98px){.insight_form_instruction_page__block-desc{font-size:20px}}@media(max-width:575.98px){.insight_form_instruction_page__block{font-size:20px;margin-bottom:30px;margin-top:30px;text-align:left}}.insight_form_instruction_page__texts{align-self:center;display:flex;gap:105px;justify-content:center;max-width:1160px}@media(max-width:575.98px){.insight_form_instruction_page__texts{flex-direction:column;gap:20px}}.insight_form_instruction_page__right-text--arrow{position:absolute;top:4%}.insight_form_instruction_page__right-text>div:nth-child(2){position:relative}.insight_form_instruction_page__left-text,.insight_form_instruction_page__right-text{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;max-width:560px}@media(max-width:575.98px){.insight_form_instruction_page__left-text,.insight_form_instruction_page__right-text{font-size:20px}}.insight_form_instruction_page__left-text>div:not(:last-child),.insight_form_instruction_page__right-text>div:not(:last-child){margin-bottom:10px}.insight_form_instruction_page__final-text{align-self:center;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;max-width:1160px}@media(max-width:767.98px){.insight_form_instruction_page__final-text{font-size:20px}}.insight_form_instruction_page__final-text-1{margin-bottom:10px}.insight_form_instruction_page__see-button{align-self:center;margin-top:50px}@media(max-width:575.98px){.insight_form_instruction_page__see-button{margin-top:40px}}.insight_form_instruction_page__see-button button{max-width:280px;min-width:280px;width:100%}.insight-card-view{align-items:center;align-self:center;display:flex;flex-direction:column;height:548px;justify-content:center;margin-bottom:30px;margin-top:20px;max-width:345px;width:100%}@media(max-width:575.98px){.insight-card-view{height:353px!important;max-width:189px!important}}.insight-card-view__title{font-family:Roboto Light,sans-serif;font-size:20px;line-height:30px;text-align:center}.insight-card-view img{border-radius:20px;margin-bottom:20px;width:100%}.insight-text-answer{padding:40px 30px}.insight-text-answer__question{font-family:Roboto Light,sans-serif;line-height:30px;margin-bottom:30px}.insight-text-answer__input-wrapper .base-input{max-width:none}.insight-text-answer__input-wrapper--textarea{border-left:none;border-right:none;border-top:none;overflow:hidden;resize:none}.insight-answer-title{font-family:Roboto Light,sans-serif;line-height:30px;margin-bottom:30px}@media(max-width:575.98px){.insight-answer-title{font-size:20px}}.insight-rating-answer{padding:40px 30px}.insight-rating-answer__rating-wrapper{align-items:center;display:flex;gap:9px;justify-content:center}@media(max-width:575.98px){.insight-rating-answer__rating-wrapper{align-items:flex-start;flex-direction:column}}.insight-rating-answer__rate{align-items:center;cursor:pointer;display:flex;filter:saturate(0);flex-direction:column;gap:6px;justify-content:center;max-width:64px}.insight-rating-answer__rate img{pointer-events:none;width:100%}.insight-rating-answer__rate div{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;line-height:30px;pointer-events:none}.dropdown-answer{padding:40px 30px}.dropdown-answer__input-wrapper{align-items:center;display:flex;justify-content:center}.dropdown-answer__input-wrapper>div:first-child{margin-right:30px}.dropdown-answer__input-wrapper .base-input{max-width:none}.dropdown-answer__gradient_wrapper{background:var(--palette-main-gradient);border-radius:10px;padding:1px;position:relative}.dropdown-answer__selcect-arrow{pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.dropdown-answer__number,.dropdown-answer__select{border-radius:10px;color:var(--palette-white-1);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;-webkit-user-select:none;user-select:none}.dropdown-answer__number-arrows{align-items:center;display:flex;flex-direction:column;position:absolute;right:15px;top:6px}.dropdown-answer__number-arrows>div:first-child{margin-bottom:5px}.dropdown-answer__number-arrows div{height:12px}.dropdown-answer__number{background:var(--palette-main-background-2);border:none;max-width:70px;padding:5px 15px}.dropdown-answer__number::-webkit-inner-spin-button,.dropdown-answer__number::-webkit-outer-spin-button{appearance:none;margin:initial}.dropdown-answer__select{appearance:none;background:var(--palette-main-background-2);border:none;border-radius:10px;padding:5px 35px 5px 15px}.insight-answer-modal{max-width:400px;width:100%}.insight-answer-modal>.base-modal__wrapper{width:100%}.insight-questionnaire-form-page__desc{align-items:center;align-self:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:45px;max-width:810px}.insight-questionnaire-form-page__desc>div{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:30px;text-align:center}@media(max-width:575.98px){.insight-questionnaire-form-page__action-buttons{flex-direction:column}.insight-questionnaire-form-page__action-buttons>button{max-width:none;min-width:0;min-width:auto}.insight-questionnaire-form-page__action-buttons>button:first-child{margin-bottom:10px;margin-right:0}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{-ms-interpolation-mode:bicubic;border:0}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;*margin-left:-7px;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:initial;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;*height:13px;padding:0;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}:root{--palette-white:#fff;--palette-white-1:#f4f4f4;--palette-dark:#000;--palette-button:#c691fb;--palette-button-1:linear-gradient(310.14deg,#5d38f7 14.18%,#e827d9 101.61%);--palette-button-second:#c691fb;--palette-text:#f4f4f4;--palette-text1:#c691fb;--palette-text-secondary:#c9c9c9;--palette-payment-item-bg:#f6f6f6;--palette-lines:#9b9b9b;--palette-error:#ff7253;--palette-main-background:#000;--palette-main-background-1:#101010;--palette-main-background-2:#141414;--palette-main-background-3:#171717;--palette-btn-text:#fff;--palette-title:#fdf1de;--palette-backdrop:#00000026;--palette-game-start:#ff9466;--palette-game-matches:#3fe0f7;--palette-game-continue:#c377ff;--palette-green:#1ddaad;--palette-green1:#00c31f;--palette-positive:#e827d9;--palette-neutral:#c691fb;--palette-negative:#5d38f7;--palette-purple:#c377ff;--palette-game-positive-btn:#1ddaad;--palette-game-negative-btn:#ff7253;--palette-game-question-btn:#c377ff;--palette-datepicker-bg:#121212;--palette-main-gradient:linear-gradient(44.28deg,#5d38f7 -10.8%,#e827d9 109.22%);--palette-gray:#999;--palette-gray1:#707070;--pallete-neon-text-ts:0px 0px 3px #0000,-2px -2px 10px #c0f,-2px -2px 4px #c0f,2px 2px 10px #c0f,2px 2px 4px #c0f;--pallete-neon-text-sec-ts:0px 0px 4px #c0f,0px 0px 4px #c0f;--palette-neon-box-bs:inset 0 0 15px 5px #e827d9,0 0 15px 5px #e827d893;--neon-color:#bc13fe;--fz-input:1.1111rem;--fz-btn:1.2222rem;--lh-input:1.333rem;--lh-btn:1.4444rem}@font-face{font-display:swap;font-family:Roboto Light;font-weight:300;src:url(/game/static/media/Roboto-Light.d5f48cd6a1a7366ce0a3.woff2) format("woff2"),url(/game/static/media/Roboto-Light.18dd7ee84d36cb28b5ae.woff) format("woff"),url(/game/static/media/Roboto-Light.8be2d1487420548b3b8d.ttf) format("opentype")}@font-face{font-display:swap;font-family:Roboto;font-weight:400;src:url(/game/static/media/Roboto-Regular.86a2beffef3e35f5c867.woff2) format("woff2"),url(/game/static/media/Roboto-Regular.f337b8880ca3d4b5b874.woff) format("woff"),url(/game/static/media/Roboto-Regular.27f62b53b93858475a7f.ttf) format("opentype")}@font-face{font-display:swap;font-family:Roboto Medium;font-weight:500;src:url(/game/static/media/Roboto-Medium.e6ce8b840cdce7efa555.woff2) format("woff2"),url(/game/static/media/Roboto-Medium.f957338b9ea573c06e7d.woff) format("woff"),url(/game/static/media/Roboto-Medium.ea7d3afe129bb3e2ff35.ttf) format("opentype")}@font-face{font-display:swap;font-family:PlayfairDisplay;font-weight:400;src:url(/game/static/media/PlayfairDisplay-Regular.0d164ea96e51a6a8f78f.woff2) format("woff2"),url(/game/static/media/PlayfairDisplay-Regular.4e3809fcae4f8f1a45fb.woff) format("woff"),url(/game/static/media/PlayfairDisplay-Regular.2d830d974d7adfa18046.ttf) format("opentype")}@font-face{font-display:swap;font-family:PlayfairDisplay Medium;font-weight:500;src:url(/game/static/media/PlayfairDisplay-Medium.ee29c32b221ab50ef2fe.woff2) format("woff2"),url(/game/static/media/PlayfairDisplay-Medium.a9fa2045537881dcf090.woff) format("woff"),url(/game/static/media/PlayfairDisplay-Medium.4002a729be0be5c5ed35.ttf) format("opentype")}@font-face{font-display:swap;font-family:InterLight;font-weight:300;src:url(/game/static/media/Inter-Light.58a136ec3193fa8a63e5.ttf) format("opentype")}@font-face{font-display:swap;font-family:Inter;font-weight:300;src:url(/game/static/media/Inter-Light.bac58df9feae0b8d184d.woff2) format("woff2"),url(/game/static/media/Inter-Light.99cc16b1a474c5a2fed4.woff) format("woff"),url(/game/static/media/Inter-Light.58a136ec3193fa8a63e5.ttf) format("opentype")}@font-face{font-display:swap;font-family:Inter;font-weight:400;src:url(/game/static/media/Inter-Regular.a9d23d469570366cc729.woff2) format("woff2"),url(/game/static/media/Inter-Regular.91ed3afe50d176123bba.woff) format("woff"),url(/game/static/media/Inter-Regular.2391725004ae05a27e8e.ttf) format("opentype")}@font-face{font-display:swap;font-family:Inter-SemiBold;font-weight:600;src:url(/game/static/media/Inter-SemiBold.c22885c9eebec6bc53b6.woff2) format("woff2"),url(/game/static/media/Inter-SemiBold.3832ff576fb401d07679.woff) format("woff"),url(/game/static/media/Inter-SemiBold.45b4c2ae493bb481102f.ttf) format("opentype")}@font-face{font-display:swap;font-family:InterBold;font-weight:700;src:url(/game/static/media/Inter-Bold.ba501c7bef51600290bc.woff2) format("woff2"),url(/game/static/media/Inter-Bold.f9376f6630187b7d42dd.woff) format("woff"),url(/game/static/media/Inter-Bold.a73db89c43e44ca8f5e0.ttf) format("opentype")}@font-face{font-display:swap;font-family:Snell Roundhand;font-weight:700;src:url(/game/static/media/SnellRoundhand.450aef350084de6b3d3e.woff2) format("woff2"),url(/game/static/media/SnellRoundhand.96b38f9af202460b9a10.woff) format("woff"),url(/game/static/media/Snell-Roundhand.7e354df498b210535be7.ttf) format("opentype")}@font-face{font-display:swap;font-family:Impact;font-weight:400;src:url(/game/static/media/Impact.7494158197558773ef33.ttf) format("opentype")}#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#101010;background-color:var(--palette-main-background-1);color:#f4f4f4;color:var(--palette-text);height:100vh}body,html{font-size:18px;height:100%;line-height:23px;overflow-x:hidden}*,:after,:before{box-sizing:border-box;font-family:Open Sans,sans-serif;margin:0;padding:0}.main{background-color:#000;background-color:var(--palette-main-background);position:relative}.main__bg-1{background-color:#101010;background-color:var(--palette-main-background-1)}.container{padding-left:100px;padding-right:100px;width:100%}@media(max-width:1200px){.container{padding-left:8.389vw;padding-right:8.389vw}}@media(max-width:767.98px){.container{padding-left:10px;padding-right:10px}}.centering-page{margin:0 auto;max-width:1416px}input[type=radio]{appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input:-internal-autofill-selected{background-color:#0000!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}::selection{background:#000}input:-webkit-autofill{-webkit-text-fill-color:#f4f4f4!important;-webkit-text-fill-color:var(--palette-text)!important}a:focus,button:active,button:focus{outline:none}.highlight{color:#c691fb;color:var(--palette-button-second)}.hide{display:none}.icon-lines{fill:#9b9b9b;fill:var(--palette-lines)}.half-opacity{opacity:.5}.tinkoffPayRow{display:block;margin:5%;width:300px}.p-20{padding:20px}.w-100{width:100%}.center{margin:0 auto}.loader{animation:loader 3s infinite;animation-fill-mode:forwards;animation-timing-function:linear;background:#7e7e7e;background:linear-gradient(90deg,#2d2828 10%,#3b3333 30%,#2d2828 70%);background-size:500px 500px;border-radius:10px;height:35px;width:150px}.loader__email{width:250px}.d-none{display:none!important}@media(max-width:767.98px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}.open-modal{overflow:hidden!important}@keyframes loader{0%{background-position:-500px 0}to{background-position:1000px 0}}.Mui-selected{background-color:#c691fb!important;background-color:var(--palette-button)!important}.Mui-disabled{opacity:.5!important}.insight-form-invite-partner-modal{max-width:340px}.insight-form-invite-partner-modal__description-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.insight-form-invite-partner-modal__description-container>div:first-child{margin-bottom:10px}.insight-form-invite-partner-modal__description{text-align:center}.insight-form-invite-partner-modal__content{align-items:center;justify-content:center}.insight-form-invite-partner-modal__content>button:first-child{margin-right:0}.partner-bought-game-modal{max-width:443px;text-align:center;width:100%}.partner-bought-game-modal__description{margin-bottom:0}.insight-form-block{align-self:center;background:var(--palette-main-gradient);border-radius:20px;max-width:880px;padding:1px;width:100%}.insight-form-block__inner{background:var(--palette-main-background-2);border-radius:20px}.insight-text-answer-both{padding:40px 30px}.insight-text-answer-both__question{font-family:Roboto Light,sans-serif;line-height:30px;margin-bottom:30px}.insight-text-answer-both>.insight-text-answer-both__input-wrapper:nth-child(2){margin-bottom:20px}.insight-text-answer-both__label{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;line-height:30px}.insight-text-answer-both__input-wrapper>div:nth-child(2){word-wrap:break-word;border:none;border-bottom:1px solid var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;height:auto;padding:0 0 12px 16px;width:100%}.insight-text-answer-both__input-wrapper .base-input{max-width:none}.insight-rating-answer-both{padding:40px 30px}@media(max-width:575.98px){.insight-rating-answer-both__answers{display:flex}.insight-rating-answer-both__answers>div:first-child{margin-right:43px}}.insight-rating-answer-both__rating-wrapper{align-items:center;display:flex;gap:9px;justify-content:center}@media(max-width:575.98px){.insight-rating-answer-both__rating-wrapper{align-items:flex-start;flex-direction:column}}.insight-rating-answer-both__rating-container{display:flex;flex-direction:column}.insight-rating-answer-both__rating-container>div:first-child{margin-bottom:5px}.insight-rating-answer-both__label{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;line-height:30px}.insight-rating-answer-both__rate{align-items:center;cursor:pointer;display:flex;filter:saturate(0);flex-direction:column;gap:6px;justify-content:center;max-width:64px}.insight-rating-answer-both__rate img{pointer-events:none;width:100%}.insight-rating-answer-both__rate div{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;line-height:30px;pointer-events:none}.dropdown-answer-both{display:flex;flex-direction:column;padding:40px 30px}.dropdown-answer-both>div:nth-child(2){margin-bottom:30px}@media(max-width:575.98px){.dropdown-answer-both>div:nth-child(2){margin-bottom:50px}}.dropdown-answer-both__label{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:18px;line-height:30px;text-align:left;width:130px}@media(max-width:575.98px){.dropdown-answer-both__label{font-size:14px;left:0;position:absolute;top:-35px}}.dropdown-answer-both>div:nth-child(2){margin-top:20px}.dropdown-answer-both__input-wrapper{align-items:center;display:flex;justify-content:center}.dropdown-answer-both__input-wrapper>div:first-child{margin-right:30px}.dropdown-answer-both__input-wrapper>div:nth-child(2){margin-right:50px}@media(max-width:575.98px){.dropdown-answer-both__input-wrapper{position:relative}.dropdown-answer-both__input-wrapper>div:first-child,.dropdown-answer-both__input-wrapper>div:nth-child(2){margin-right:10px}}.dropdown-answer-both__input-wrapper .base-input{max-width:none}.dropdown-answer-both__gradient_wrapper{background:var(--palette-main-gradient);border-radius:10px;padding:1px;position:relative}.dropdown-answer-both__number,.dropdown-answer-both__select{border-radius:10px;color:var(--palette-white-1);font-family:Roboto Light,sans-serif;font-size:24px;height:40px;line-height:30px;-webkit-user-select:none;user-select:none}@media(max-width:575.98px){.dropdown-answer-both__number,.dropdown-answer-both__select{font-size:20px;height:34px}}.dropdown-answer-both__number-arrows{align-items:center;display:flex;flex-direction:column;position:absolute;right:15px;top:5px}@media(max-width:575.98px){.dropdown-answer-both__number-arrows{right:10px;top:-2px}}.dropdown-answer-both__number-arrows>div:first-child{margin-bottom:5px}.dropdown-answer-both__number-arrows div{height:12px}.dropdown-answer-both__number{background:var(--palette-main-background-2);border:none;padding:5px 15px}.dropdown-answer-both__number::-webkit-inner-spin-button,.dropdown-answer-both__number::-webkit-outer-spin-button{appearance:none;margin:initial}@media(max-width:575.98px){.dropdown-answer-both__number{padding:5px 10px}}.dropdown-answer-both__select{appearance:none;background:var(--palette-main-background-2);border:none;border-radius:10px;padding:5px 15px}@media(max-width:575.98px){.dropdown-answer-both__select{padding:5px 10px}}.insight-questionnaire-form-page{padding-bottom:30px;padding-top:20px}.insight-questionnaire-form-page__loader{align-self:center}.insight-questionnaire-form-page__questions{align-items:center;display:flex;flex-direction:column;gap:40px;justify-content:center}.insight-questionnaire-form-page__action-buttons{align-items:center;display:flex;justify-content:center;margin-top:50px}.insight-questionnaire-form-page__action-buttons>button:first-child{margin-right:10px}@media screen and (max-width:578px){.insight-questionnaire-form-page__action-buttons>button:first-child{margin-right:0}}.insight_form_recommendation_page{max-width:1160px;padding-top:20px}.insight_form_recommendation_page__top-texts{align-self:center;display:flex;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:40px;padding-top:40px}.insight_form_recommendation_page__top-texts>div:first-child{margin-right:40px}@media(max-width:767.98px){.insight_form_recommendation_page__top-texts{flex-direction:column;padding-top:30px}.insight_form_recommendation_page__top-texts>div:first-child{margin-right:0}}.insight_form_recommendation_page__left-texts,.insight_form_recommendation_page__right-texts{display:flex;flex-direction:column}.insight_form_recommendation_page__left-texts>div:first-child,.insight_form_recommendation_page__right-texts>div:first-child{margin-bottom:15px}.insight_form_recommendation_page__center-text{align-self:center;border-bottom:1px solid var(--palette-neutral);border-top:1px solid var(--palette-neutral);color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:40px;padding:20px 0}@media(max-width:575.98px){.insight_form_recommendation_page__center-text{text-align:left}}.insight_form_recommendation_page__useless-texts{display:flex;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:20px}@media(max-width:767.98px){.insight_form_recommendation_page__useless-texts{flex-direction:column}}.insight_form_recommendation_page__bottom-left-texts{margin-right:40px}.insight_form_recommendation_page__bottom-left-texts>div:first-child{margin-bottom:15px}@media(max-width:767.98px){.insight_form_recommendation_page__bottom-left-texts{margin-bottom:15px}.insight_form_recommendation_page__bottom-left-texts>div:first-child{margin-right:0}}.insight_form_recommendation_page__bottom-right-texts>div:first-child{margin-bottom:15px}.insight_form_recommendation_page__final-text{align-self:center;color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:50px;max-width:809px;text-align:center}@media(max-width:575.98px){.insight_form_recommendation_page__final-text{margin-bottom:40px;text-align:left}}.insight_form_recommendation_page__return-back{align-self:center}.insight_form_recommendation_pair_page{max-width:1160px;padding-top:20px}.insight_form_recommendation_pair_page__top-texts{align-self:center;display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:40px;padding-top:40px}@media(max-width:767.98px){.insight_form_recommendation_pair_page__top-texts{padding-top:30px}}.insight_form_recommendation_pair_page__left-texts,.insight_form_recommendation_pair_page__right-texts{display:flex;flex-direction:column}.insight_form_recommendation_pair_page__left-texts,.insight_form_recommendation_pair_page__left-texts>div:first-child{margin-bottom:15px}.insight_form_recommendation_pair_page__right-texts{position:relative}.insight_form_recommendation_pair_page__right-texts>.base-icon{position:absolute;top:10px}.insight_form_recommendation_pair_page__right-texts>div:nth-child(2){margin-bottom:15px}.insight_form_recommendation_pair_page__center-text{align-self:center;border-bottom:1px solid var(--palette-neutral);border-top:1px solid var(--palette-neutral);color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:40px;padding:20px 120px;text-align:center}@media(max-width:1199.98px){.insight_form_recommendation_pair_page__center-text{padding:20px 50px}}@media(max-width:575.98px){.insight_form_recommendation_pair_page__center-text{padding:20px 0;text-align:left}}.insight_form_recommendation_pair_page__useless-texts{display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:20px}@media(max-width:575.98px){.insight_form_recommendation_pair_page__useless-texts{margin-bottom:10px}}.insight_form_recommendation_pair_page__useless-texts>div:not(:last-child){margin-bottom:10px}.insight_form_recommendation_pair_page__useless-texts>div:nth-child(4){color:var(--palette-neutral)}.insight_form_recommendation_pair_page__final-text{align-self:center;color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin-bottom:50px;max-width:809px;text-align:center}@media(max-width:575.98px){.insight_form_recommendation_pair_page__final-text{margin-bottom:40px;text-align:left}}.insight_form_recommendation_pair_page__return-back{align-self:center}.swiper-modal-card-select{align-items:center;background-color:var(--palette-main-background-1);border:1px solid var(--palette-lines);border-radius:50%;display:flex;justify-content:center;position:absolute;right:-8.5px;top:-8px;transition:background-color .2s ease-in;z-index:1060}.swiper-modal-card-select:hover{border:1px solid var(--palette-neutral);cursor:pointer}.swiper-modal-card-select_selected{background-color:var(--palette-neutral);border:1px solid #0000}.swiper-modal-card-select_selected .base-icon svg{fill:var(--palette-white)}.small-swiper-card-select{height:24px;width:24px}.medium-swiper-card-select{height:40px;width:40px}.match-card-select:hover{transform:none!important}.match-card{border-radius:20px;cursor:pointer;display:flex;flex-direction:column;max-width:189px;position:relative;transition:transform .3s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}@media(max-width:435.98px){.match-card{max-width:158px;min-width:120px;width:42.133vw}}@media(min-width:0){.match-card{width:100%}}.match-card__new-match{background-color:var(--palette-button-second);border-radius:50%;height:24px;position:absolute;right:-8.5px;top:-8px;width:24px}.match-card__img{border-radius:20px;height:273px;transition:filter .2s ease-in-out;width:100%}.match-card__img_selected{filter:grayscale(100%);will-change:filter}@media(max-width:435px){.match-card__img{height:221px}}.match-card:hover{transform:scale(1.1)}@media(max-width:991.98px){.match-card:hover{transform:none}}@media(max-width:1431px){.match-card{margin-right:0!important}}.match-card:not(:nth-child(5n)){margin-right:2.6%}.match-card:not(:nth-last-child(-n+5)){margin-bottom:24px}.match-card__card-name{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);margin-top:15px;text-align:center}.item-zone{width:100%}.item-zone__content{display:flex;flex-direction:column}.item-zone__button_fill-in-form{display:flex;justify-content:center;margin-bottom:45px}.item-zone__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}@media(max-width:575.98px){.item-zone__header{justify-content:center}}.item-zone__header-left{align-items:center;display:flex;gap:20px}@media(max-width:575.98px){.item-zone__header-left{flex-direction:column}}.item-zone__header-right{align-items:center;display:flex;gap:20px}@media(max-width:767.98px){.item-zone__header-right{display:none}}.item-zone__header-no-cards{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:20px}.item-zone__header-no-cards__mobile{display:none}@media(max-width:767.98px){.item-zone__header-no-cards__mobile{display:block}}.item-zone__instruction-block-mobile{align-items:center;display:none;gap:10px;justify-content:center}@media(max-width:767.98px){.item-zone__instruction-block-mobile{display:flex;margin-bottom:20px}}.item-zone__arrow-round{cursor:pointer;transition:transform .2s ease-in-out}.item-zone__arrow-round_opened{transform:rotate(-90deg)}.item-zone__text-content{max-height:0;overflow:hidden;transition:max-height .15s ease-in-out}.item-zone__text-content_opened{max-height:2000px}.item-zone__instruction-button{border:1px solid var(--palette-neutral);border-radius:20px;color:var(--palette-neutral);cursor:pointer;max-width:200px;min-width:200px;padding-bottom:10px;padding-top:10px;width:100%}.item-zone__hide,.item-zone__instruction-button{font-family:Roboto Light,sans-serif;text-align:center}.item-zone__hide{font-size:18px;margin-top:40px}.item-zone__title{display:flex;flex-direction:column;gap:15px}@media(max-width:575.98px){.item-zone__title{text-align:center}}.item-zone__title div{font-family:Roboto Light,sans-serif}.item-zone__title>div:first-child{font-size:30px}.item-zone__title>div:nth-child(2){font-size:24px}@media(max-width:767.98px){.item-zone__title>div:nth-child(2){font-size:20px}}.item-zone__cards-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.item-zone__cards-wrapper_prem{margin-bottom:41px;order:1}@media(max-width:767.98px){.item-zone__cards-wrapper_prem{order:0}}.item-zone__cards{grid-gap:1em;display:grid;grid-template-columns:repeat(auto-fill,minmax(189px,1fr));justify-content:center;justify-items:center;width:100%}@media(max-width:435.98px){.item-zone__cards{grid-gap:.5em;grid-template-columns:repeat(2,minmax(42.133vw,1fr))}}@media(max-width:300px){.item-zone__cards{grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}}@media(max-width:767.98px){.item-zone .match-card__card-name{font-size:14px;line-height:130%}}.item-zone__texts{display:flex;flex-direction:column;gap:10px}.item-zone__texts_demo{margin-top:40px}.item-zone__text{color:var(--palette-lines);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px}@media(max-width:767.98px){.item-zone__text{font-size:20px}}.item-zone__info-blocks-wrapper{background:var(--palette-button-1);border-radius:20px;margin-bottom:40px;margin-top:30px;padding:1px}.item-zone__info-blocks{background:var(--palette-main-background-1);border-radius:20px;display:flex;max-width:1160px;width:100%}@media(max-width:767.98px){.item-zone__info-blocks{flex-direction:column}}.item-zone__info-block{background:var(--palette-main-background-1);border-radius:20px;color:var(--palette-lines);display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:24px;gap:10px;height:100%;line-height:30px;max-width:580px;padding:30px}@media(max-width:767.98px){.item-zone__info-block{font-size:20px;max-width:none}}.item-zone__info-block--texts{display:flex;flex-direction:column;gap:10px}.item-zone__info-block--text{padding-left:10px;position:relative}.item-zone__info-block--text--disc{background:var(--palette-lines);border-radius:50%;height:4px;left:0;position:absolute;top:12px;width:4px}.item-zone__info-block-wrapper{background:var(--palette-button-1);border-radius:20px;max-width:580px;padding-left:1px;width:100%}@media(max-width:767.98px){.item-zone__info-block-wrapper{max-width:none;padding-left:0;padding-top:1px}}.item-zone__info-block-header{align-items:center;display:flex;gap:10px}.swiper-one-card-fix{position:static!important}@media(max-width:435.98px){.swiper-one-card-fix{overflow:visible!important;overflow:initial!important}}.swiper-slide-one-card-fix{width:100%!important}.btn-one-slide{left:0}.swiper-cards-modal{justify-content:flex-start;padding:25px 40px 80px!important}@media(max-width:575.98px){.swiper-cards-modal{border:none;border-radius:0;max-height:100%;padding:20px 25px 30px!important;top:0}}.swiper-cards-modal__swiper-buttons .next-slide-btn,.swiper-cards-modal__swiper-buttons .prev-slide-btn{position:absolute;top:35%;transform:translateY(-35%);z-index:1020}@media(max-width:575.98px){.swiper-cards-modal__swiper-buttons .prev-slide-btn{left:0}.swiper-cards-modal__swiper-buttons{display:flex;gap:24px;justify-content:center}}.swiper-cards-modal__title{color:var(--palette-text1)!important;font-family:Roboto Light,sans-serif!important;font-size:18px!important;line-height:23px!important}.swiper-cards-modal__content{align-items:center;display:flex;justify-content:center;position:relative}.slide-wrapper{padding:30px 24px 80px}.modal-swiper-card,.slide-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.modal-swiper-card{flex-direction:column;padding-top:15px}.modal-swiper-card__insight-icon{align-items:center;display:flex;justify-content:center}.modal-swiper-card__insight-icon .base-icon{cursor:pointer}.modal-swiper-card__divider{padding-bottom:20px;padding-top:30px}@media screen and (max-height:670px),screen and (max-width:1200px){.modal-swiper-card__divider{padding-bottom:15px;padding-top:15px}}.modal-swiper-card__card-wrapper{align-items:center;display:flex;justify-content:center;max-width:360px;position:relative}.modal-swiper-card__card-wrapper:hover .modal-swiper-card__card-wrapper__action{opacity:1}.modal-swiper-card__card-wrapper:hover .modal-swiper-card__card-wrapper__image{opacity:.6}.modal-swiper-card__card-wrapper:hover .modal-swiper-card__card-wrapper__select{border-color:var(--palette-neutral);transition:border-color .2s ease-in-out}.modal-swiper-card__card-wrapper__select{right:-14px;top:-12px}.modal-swiper-card__card-wrapper__action{cursor:pointer;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out;z-index:1030}.modal-swiper-card__card-wrapper__image{border-radius:20px;cursor:pointer;height:520px;margin-bottom:20px;max-width:360px;transition:filter .2s ease-in-out,opacity .2s ease-in-out;width:100%}@media screen and (max-height:884px),screen and (max-width:1200px){.modal-swiper-card__card-wrapper__image{height:320px;max-width:240px}}@media screen and (max-height:670px),screen and (max-width:1200px){.modal-swiper-card__card-wrapper__image{height:280px;max-width:200px}}@media(max-width:575.98px){.modal-swiper-card__card-wrapper__image{height:288px!important;max-width:189px}}.modal-swiper-card__card-wrapper__image_selected{filter:grayscale(100%);will-change:filter}.modal-swiper-card__name{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);padding-bottom:20px;text-align:center}.modal-swiper-card__dash-line{background-image:linear-gradient(to right,var(--palette-lines) 40%,#0000 40%);background-repeat:repeat-x;background-size:30px 1px;height:1px;width:100%}.modal-swiper-card__bottom-answers{align-items:center;display:flex;justify-content:center}.modal-swiper-card__bottom-answers>div:first-child{margin-right:40px}.modal-swiper-card__bottom-answers__item{align-items:center;color:var(--palette-lines);display:flex;flex-direction:column;font-family:Roboto Light,sans-serif;font-size:calc(13.55556px + .03472vw);font-weight:300;line-height:calc(17.95556px + .03472vw);text-align:center}.modal-swiper-card__bottom-answers__item>div:first-child{margin-bottom:10px}@media screen and (max-height:670px),screen and (max-width:1200px){.modal-swiper-card__bottom-answers__item>div:first-child{height:48px;width:48px}}.no-hover:hover .no-hover__action{opacity:0!important}.no-hover:hover .no-hover__image,.no-opacity{opacity:1!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.next-slide-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1020}@media(max-width:575.98px){.next-slide-btn{position:static;top:auto;transform:translateY(0)}}.prev-slide-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:1020}@media(max-width:575.98px){.prev-slide-btn{position:static;top:auto;transform:translateY(0)}}.swiper-modal-title{align-items:center;display:flex;flex-direction:column;justify-content:center}.swiper-modal-title__question{font-family:PlayfairDisplay,sans-serif;font-size:calc(21.55556px + .03472vw);line-height:calc(28.15556px + .03472vw)}.base-swiper-modal{align-items:center;background-color:var(--palette-main-background-1);border:1px solid var(--palette-lines);border-radius:20px;display:flex;flex-direction:column;left:50%;max-width:600px;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:9999}@media(max-width:575.98px){.base-swiper-modal{width:95%}}.base-swiper-modal__title{color:var(--palette-title);font-family:PlayfairDisplay,sans-serif;font-size:calc(31.55556px + .03472vw);line-height:calc(34.55556px + .03472vw);max-width:376px;text-align:center;width:100%}@media(max-width:575.98px){.base-swiper-modal__title{font-size:calc(21.55556px + .03472vw);line-height:calc(23.55556px + .03472vw)}}.base-swiper-modal__description{font-family:InterLight,sans-serif;font-size:calc(15.55556px + .03472vw);line-height:calc(18.91556px + .03472vw);margin-bottom:50px}@media(max-width:575.98px){.base-swiper-modal__description{margin-bottom:20px}}.base-swiper-modal__actions{display:flex;justify-content:space-between;width:100%}@media(max-width:575.98px){.base-swiper-modal__actions{align-items:center;flex-wrap:wrap;justify-content:center}}.base-swiper-modal__cross-close-container{position:absolute;right:30px;top:30px;z-index:1060}.base-swiper-modal__cross-close-container__icon{fill:var(--palette-button);position:relative;z-index:1000}.base-swiper-modal__cross-close-container__icon:hover{fill:var(--palette-title);cursor:pointer}@media(max-height:1080px){.base-swiper-modal__overflow{max-height:97%;padding-bottom:30px;padding-top:50px}.base-swiper-modal__overflow__description{overflow-y:auto}}.modal-swiper-backdrop{background-color:var(--palette-backdrop);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:9990}@supports((-webkit-backdrop-filter:blur(15px)) or (backdrop-filter:blur(15px))){.modal-swiper-backdrop{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:var(--palette-backdrop)}}.result-wrapper{font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px}@media(max-width:767.98px){.result-wrapper{font-size:20px}}.result-wrapper__title{margin-bottom:30px;text-align:left}@media(max-width:767.98px){.result-wrapper__title{font-size:30px!important}}.result-par-1{margin-bottom:26px}.result-par-1 div:first-child{margin-bottom:10px}.result-par-2{margin-bottom:40px}.result-par-2 div:first-child{color:var(--palette-neutral);margin-bottom:20px}.result-par-2 div:nth-child(2){margin-bottom:10px}.result-par-2 ul{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.result-par-2 ul>li{align-items:baseline;display:flex;gap:10px}.result-par-3{margin-bottom:40px}.result-par-3>div:first-child{color:var(--palette-neutral);margin-bottom:15px}.result-par-3 ul{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.result-par-3 ul>li{position:relative}.result-par-3 .base-icon{left:0;position:absolute;top:6px}.result-par-4{margin-bottom:40px}.result-par-4__title{align-items:center;display:flex}.result-par-4>div:first-child{color:var(--palette-neutral);margin-bottom:15px}.result-par-4 ul{padding-left:22px}.result-par-4__text-item{padding-left:15px;position:relative}.result-par-4__disc-item{background:var(--palette-white);border-radius:50%;height:4px;left:0;position:absolute;top:12px;width:4px}.result-blocks__title{font-size:36px;margin-bottom:30px}@media(max-width:767.98px){.result-blocks__title{font-size:30px}}.result-blocks__blocks{grid-column-gap:40px;grid-row-gap:20px;column-gap:40px;display:grid;grid-template-columns:repeat(2,minmax(189px,1fr));margin-bottom:31px;row-gap:20px}@media(max-width:575.98px){.result-blocks__blocks{grid-template-columns:repeat(1,minmax(189px,1fr))}}.result-blocks__block,.result-blocks__block-wrapper{border-radius:20px}.result-blocks__block-wrapper{background:var(--palette-button-1);padding:1px}.result-blocks__block{background:var(--palette-main-background-1);display:flex;gap:5px;height:100%;padding:20px}.result-par-5-0>div:first-child{font-family:Roboto Light,sans-serif;font-size:36px;margin-bottom:30px}@media(max-width:767.98px){.result-par-5-0>div:first-child{font-size:30px}}.result-par-5-0>div:not(:first-child){margin-bottom:15px}.result-par-5-0>div:last-child{color:var(--palette-text1)}.result-par-5{margin-bottom:34px}.result-par-5>div:first-child{margin-bottom:15px}.result-par-5 ul{padding-left:15px}.result-par-5__item{padding-left:15px;position:relative}.result-par-5__disc-item{background:var(--palette-white);border-radius:50%;height:4px;left:0;position:absolute;top:12px;width:4px}.result_subtitles{align-items:center;align-self:center;border-bottom:1px solid var(--palette-neutral);border-top:1px solid var(--palette-neutral);display:flex;flex-direction:column;justify-content:center;margin:40px 0 50px;max-width:1160px;padding:20px 0;text-align:center;width:100%}@media(max-width:575.98px){.result_subtitles{margin-bottom:30px;text-align:start}}.result_subtitles div{color:var(--palette-neutral);font-family:Roboto Light,sans-serif;font-size:24px;line-height:30px;margin:0 auto;max-width:810px}@media(max-width:575.98px){.result_subtitles div{font-size:20px;margin:0}}.result-par-6{color:var(--palette-lines);margin-bottom:70px}.result-par-6>div:not(:last-child){margin-bottom:15px}.result-buy{align-items:center;display:flex;justify-content:center}.demo-result-wrapper{margin:0 auto;max-width:1162px;padding-bottom:50px;padding-top:20px}.demo-result-wrapper__loader{margin:0 auto;padding-top:50px}.demo-result-wrapper__zones{align-items:center;display:flex;flex-direction:column;gap:50px;margin-bottom:50px;margin-top:30px}.terms-privacy{display:flex;font-family:Inter,sans-serif;font-size:calc(13.55556px + .03472vw);justify-content:flex-start;line-height:calc(17.75556px + .03472vw);max-width:515px}.terms-privacy:hover{cursor:auto}.terms-privacy__conditions,.terms-privacy__privacy{text-decoration:none}.terms-privacy__conditions:hover,.terms-privacy__privacy:hover{color:var(--palette-text)}.mobile-dp{background-color:#121212!important}@media(max-width:420px){.register-page{padding-bottom:20px}}.register-page .page-wrapper__action__form{max-width:750px!important}.register-page__desc{align-items:center;display:flex;flex-direction:column;gap:28px;justify-content:center;margin-top:160px}.register-page__desc>div:first-child{font-family:Roboto Light,sans-serif;font-size:36px;line-height:40px;text-align:center}.register-page__person-info{display:flex;justify-content:space-between;margin-bottom:35px;max-width:515px;width:100%}@media(max-width:420px){.register-page__person-info{align-items:flex-start;flex-direction:column;justify-content:flex-start}.register-page__person-info .base-input:first-child{margin-bottom:20px}}.register-page__person-info .base-input{margin-right:4.296vh;transition:all .5s ease-in}.register-page__register-form{align-self:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px;max-width:400px;width:100%}.register-page__register-form .base-input:not(:last-child){margin-bottom:25px}.register-page__next-register{align-self:center;margin-top:30px;max-width:192px}.in-game-page-edit{align-items:center;display:flex;flex-direction:column;height:100%;padding-bottom:0;padding-top:20px}.in-game-page-edit__main{align-items:flex-start;display:flex;justify-content:space-between;position:relative;width:100%;z-index:1010}@media(max-width:991.98px){.in-game-page-edit__main{justify-content:center;width:100%}}.in-game-page-edit__main__button_save{background:none;border:1px solid var(--palette-gray1);color:var(--palette-gray1);margin:30px 0;max-width:180px;padding:8.5px 20px}@media(max-width:575.98px){.in-game-page-edit__main__button_save{font-size:18px;max-width:140px;padding:3.5px 20px}}.in-game-page-edit__main__button_save:hover:enabled{background:none}.in-game-page-edit__main>*{width:33.333%}@media(max-width:991.98px){.in-game-page-edit__main__back-btn{left:0;position:absolute;top:0}}.in-game-page-edit__main__exit{display:flex;justify-content:flex-end}@media(max-width:991.98px){.in-game-page-edit__main__exit{position:absolute;right:0;top:0}}.in-game-page-edit__main__swipe-wrapper{max-width:360px;padding-top:40px;width:100%}.in-game-page-edit__main__swipe-wrapper__wrapper__question{font-family:Roboto Light,sans-serif;height:70px;margin-top:24px;text-align:center;-webkit-user-select:none;user-select:none}@media(max-height:568px){.in-game-page-edit__main__swipe-wrapper__wrapper__question{height:65px;margin-top:20px}}.in-game-page-edit__main__swipe-wrapper__wrapper__actions{align-items:center;display:flex;justify-content:space-between;max-width:360px;position:relative;width:100%}.in-game-page-edit__main__swipe-wrapper__wrapper__actions__tip{position:absolute;right:-180px}@media(max-width:991.98px){.in-game-page-edit__main__swipe-wrapper__wrapper__actions__tip{display:none}}.in-game-page-edit__main__swipe-card{cursor:pointer;height:100%;max-width:360px;transition:transform .3s ease-out,opacity .3s ease-out;-webkit-user-select:none;user-select:none;width:100%;will-change:transform;z-index:1030}.in-game-page-edit__main__swipe-card__wrapper{width:100%}.in-game-page-edit__main__swipe-card__wrapper__image{border-radius:20px;display:block;height:520px;margin:0 auto;max-width:360px;transition:opacity .3s ease-out;-webkit-user-select:none;user-select:none;width:auto;will-change:opacity}@media(max-width:575.98px){.in-game-page-edit__main__swipe-card__wrapper__image{height:380px;max-width:275px;width:100%}}@media(max-width:435.98px){.in-game-page-edit__main__swipe-card__wrapper__image{height:330px;max-width:237px}}@media(max-height:568px){.in-game-page-edit__main__swipe-card__wrapper__image_low-mobile{height:260px;max-width:190px}}@media(max-width:480px){.in-game-page-edit__main__swipe-card{max-width:none}}.in-game-page-edit__main__swipe-card>div{touch-action:none}.edit-main-swiper-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.fade-card{animation:fade-card .5s ease-out}@keyframes fade-card{0%{opacity:0}to{opacity:1}}.positive-swipe-transform{animation:positive-swipe-transform 1s ease-out}.negative-swipe-transform{animation:negative-swipe-transform 1s ease-out}.neutral-swipe-transform{animation:neutral-swipe-transform 1s ease-out}@keyframes positive-swipe-transform{0%{transform:translate(0) rotate(0deg)}to{transform:translate(250px) rotate(-20deg)}}@keyframes negative-swipe-transform{0%{transform:translate(0) rotate(0deg)}to{transform:translate(-250px) rotate(20deg)}}@keyframes neutral-swipe-transform{0%{transform:translate(0)}to{transform:translateY(-400px)}}.positive-swipe-opacity{animation:positive-swipe-opacity 1s ease-out}.negative-swipe-opacity{animation:negative-swipe-opacity 1s ease-out}.neutral-swipe-opacity{animation:neutral-swipe-opacity 1s ease-out}@keyframes positive-swipe-opacity{0%{opacity:1}to{opacity:0}}@keyframes negative-swipe-opacity{0%{opacity:1}to{opacity:0}}@keyframes neutral-swipe-opacity{0%{opacity:1}to{opacity:0}}@keyframes inAnimation{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes outAnimation{0%{opacity:1}to{opacity:0;visibility:hidden}}.in-game-page-edit-ellipses-1,.in-game-page-edit-ellipses-2{height:312px;width:312px}.in-game-page-edit-ellipses-1{left:50%;top:10%}.in-game-page-edit-butterflies-1{height:70px;left:8%;top:20%;transform:rotate(45deg);width:92px}.in-game-page-edit-butterflies-2{left:80%;top:80%}.in-game-page-edit__main__progress-bar-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}@media(max-width:435.98px){.in-game-page-edit__main__progress-bar-wrapper{margin-bottom:25px}}.in-game-page-edit__main__progress-bar-wrapper__progress-bar{border:1px solid var(--palette-title);border-radius:8px;height:15px;margin-bottom:8px;padding:1px;width:189px}@media(max-width:330px){.in-game-page-edit__main__progress-bar-wrapper__progress-bar{width:53.273vw}}.in-game-page-edit__main__progress-bar-wrapper__progress-bar__filler{background-color:var(--palette-green);border:1px solid #0000;border-radius:8px;height:100%;transition:width .3s ease-in}.in-game-page-edit__main__progress-bar-wrapper__count-cards{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);-webkit-user-select:none;user-select:none}.in-game-page__main__swipe-wrapper__wrapper__last-answer{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:188px;text-align:center}.in-game-page__main__swipe-wrapper__wrapper__last-answer__title{font-family:Roboto Light,sans-serif;font-size:calc(17.55556px + .03472vw);line-height:calc(22.95556px + .03472vw);margin-top:20px}@media(max-width:991.98px){.in-game-page__main__swipe-wrapper__wrapper__partner-last-answer,.in-game-page__main__swipe-wrapper__wrapper__your-last-answer{display:none}}.in-game-page__main__swipe-wrapper__wrapper__your-last-answer{left:0;position:absolute;top:40%;transform:translateY(-40%)}.in-game-page__main__swipe-wrapper__wrapper__partner-last-answer{position:absolute;right:0;top:40%;transform:translateY(-40%)}.in-game-page-edit__main__swipe-wrapper__wrapper__actions{gap:2px}@media(max-width:435.98px){.in-game-page-edit__main__swipe-wrapper__wrapper__actions__action{height:60px;max-width:60px;min-width:0;min-width:auto}}@media(max-width:350px){.in-game-page-edit__main__swipe-wrapper__wrapper__actions__action{max-height:17vw;min-width:46px}}.mobile-last-answers{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-left:none;border-right:none;bottom:0;left:0;max-width:none;top:auto;transform:translateY(0);width:100%}.mobile-last-answers__last-answers{gap:40px;justify-content:center}.mobile-last-answers__answer{left:auto;position:relative;top:auto;transform:none}@media(max-width:991.98px){.mobile-last-answers__answer{display:flex}}
/*# sourceMappingURL=main.a0035415.css.map*/