@layer app{.app-landing{--app-landing-purple: #b68dff;--app-landing-aqua: #34dbff;--app-landing-cyan: #30cff1;--app-landing-white: #ffffff;--app-landing-black: #000000;--app-landing-black-2: #323035;--app-landing-gray: #898989;--app-landing-gray-2: #5b5b5b;--app-landing-gray-3: #b3b3b3;--app-landing-gray-4: #7d7d7d;--app-landing-gray-middle: #a8a8a8;--app-landing-silver: #f8f8f8;--app-landing-silver-thin: #fdfdfd;--app-landing-gray-thin: #f1f1f1;--app-landing-gray-thick: #f5f5f5;--app-landing-deep-blue: #170586;--app-landing-light-gray: #e2e6e9;--app-landing-width: 1360px;--app-landing-pill: 999px;--app-landing-duration: .2s;--app-landing-ease: cubic-bezier(.4, 0, .2, 1);--app-landing-counter-duration: 2s;--app-landing-autoplay-duration: 10s;overflow-x:hidden;position:relative}.app-landing .container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:var(--app-landing-width);margin:0 auto;color:var(--app-landing-black)}.app-landing .pageBlock{max-width:var(--app-landing-width);margin:0 auto}.app-landing .title{font-family:var(--app-font-display);font-size:var(--app-text-64);font-weight:400;line-height:var(--app-leading-64);text-align:left}.app-landing .caption{font-family:var(--app-font-display);font-size:var(--omix-text-2xl);font-weight:400;line-height:2rem}.app-landing .caption-gray{color:var(--app-landing-gray)}.app-landing .description{font-family:var(--font-sans);font-size:var(--omix-text-xl);font-weight:400;line-height:1.75rem;text-align:left}.app-landing .primaryBtn{display:flex;align-items:center;justify-content:center;border-width:0;border-radius:var(--app-landing-pill);background-color:var(--app-landing-black);color:var(--app-landing-white);text-align:center;cursor:pointer;transition:background-color var(--app-landing-duration) var(--app-landing-ease)}.app-landing .primaryBtn:hover{background-color:var(--app-landing-black-2)}.app-landing .primaryBtn-large{width:216px;padding:24px 32px;font-family:var(--font-sans);font-size:24px;font-weight:600;line-height:29px}.app-landing .primaryBtn-small{width:151px;padding:10px 20px;font-family:var(--app-font-display);font-size:16px;font-weight:400;line-height:21px}.app-landing .secondaryBtn{display:flex;align-items:center;justify-content:center;padding:20px 32px;border-width:0;border-radius:var(--app-landing-pill);background-color:var(--app-landing-gray-thin);color:var(--app-landing-black);font-family:var(--font-sans);font-size:20px;font-weight:600;line-height:24px;text-align:center;cursor:pointer;transition:background-color var(--app-landing-duration) var(--app-landing-ease),color var(--app-landing-duration) var(--app-landing-ease)}.app-landing .secondaryBtn:hover,.app-landing .secondaryBtn:active{background-color:var(--app-landing-purple);color:var(--app-landing-white)}.app-landing .link{padding:0;border:0;background:none;color:var(--app-landing-black);font-family:var(--app-font-display);font-size:16px;font-weight:400;line-height:21px;text-align:left;text-decoration:none;cursor:pointer;transition:color var(--app-landing-duration) var(--app-landing-ease)}.app-landing .link:hover,.app-landing .link:active{color:var(--app-landing-aqua)}.app-landing .headerContainer{display:flex;align-items:center;justify-content:center;width:100%;min-height:83px;padding:0 20px;background-color:var(--app-landing-purple);box-shadow:0 1px 0 0 var(--app-landing-purple)}.app-landing .header{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:1280px}.app-landing .header__navigation{display:flex;align-items:center;gap:16px}.app-landing .header__navigation__logo{margin-top:-6px;padding-right:8px;padding-left:6px}.app-landing .header__logo{padding-right:20px;padding-left:6px}.app-landing .main-logo{display:flex;align-items:center;font-family:var(--app-font-logo);font-size:24px;font-weight:700;line-height:31px;white-space:nowrap}.app-landing .main-logo img{width:18px;height:18px;margin-right:4px}.app-landing .header__loginBlock{display:flex;align-items:center;justify-content:space-between;gap:24px}.app-landing .header__navigation-mobile{display:none}.app-landing .header__buttonBlock-mobile{display:flex;align-items:center;gap:20px}.app-landing .menu__mobile{width:20px;height:26px;margin:0;padding:0;border:none;background-color:var(--app-landing-purple);cursor:pointer}.app-landing .menu__mobile:before,.app-landing .menu__mobile:after{content:""}.app-landing .menu__icon,.app-landing .menu__mobile:before,.app-landing .menu__mobile:after{display:block;height:2px;margin:5px 0;border-radius:10px;background:var(--app-landing-black);transition:transform var(--app-landing-duration) var(--app-landing-ease)}.app-landing .menu__mobile-opened .menu__icon{transform:scale(0)}.app-landing .menu__mobile-opened:before{transform:translateY(8px) rotate(135deg)}.app-landing .menu__mobile-opened:after{transform:translateY(-6px) rotate(-135deg)}.app-landing .header__navlist-closed,.app-landing .header__navlist-opened{display:none}.app-landing .header__links-mobile{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-top:42px;padding-left:4px}.app-landing .header__link-mobile{padding:0;border:0;background:none;color:var(--app-landing-white);font-family:var(--app-font-display);font-size:var(--app-text-44);font-weight:400;line-height:58px;text-align:left;text-decoration:none;cursor:pointer}.app-landing .header__loginBlock-mobile{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:153px}.app-landing .loginBlock-btn{font-family:var(--font-sans);font-size:20px;font-weight:600;line-height:24px}@media(max-width:1023px){.app-landing .headerContainer{flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:52px;padding:0}.app-landing .header{display:none}.app-landing .header__navigation-mobile{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px 0}.app-landing .header__logo{display:flex;max-width:160px}.app-landing .header__navigation-mobile .main-logo{font-size:20px;line-height:24px}.app-landing .header__logo img{width:16px;height:16px;margin-right:4px}.app-landing .primaryBtn-small{width:123px;font-size:12px;line-height:16px}.app-landing .header__navlist-opened{display:flex;flex-direction:column;height:700px;padding:0 20px}}.app-landing .earnMoneyBlockContainer{display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:647px;background-color:var(--app-landing-purple)}.app-landing .earnMoneyBlock{display:grid;grid-template-columns:repeat(2,1fr);width:100%;max-width:1280px;height:647px}.app-landing .earnMoneyBlock__info{display:flex;flex-direction:column;align-items:flex-start;padding-right:130px}.app-landing .earnMoneyBlock__title{margin-top:58px;color:var(--app-landing-white)}.app-landing .earnMoneyBlock__description{margin-top:16px;padding-bottom:50px;color:var(--app-landing-white);font-family:var(--app-font-display);font-size:var(--omix-text-2xl);font-weight:400;line-height:2rem}.app-landing .text-icon{display:inline;vertical-align:baseline}.app-landing .charity-link{border-bottom:1px solid var(--app-landing-light-gray);color:var(--app-landing-white);text-decoration:none}.app-landing .app-link-gray{border-bottom:1px solid var(--app-landing-gray);color:var(--app-landing-gray);text-decoration:none}.app-landing .app-link-black{border-bottom:1px solid var(--app-landing-black);color:var(--app-landing-black);text-decoration:none}.app-landing .svg{position:absolute;width:0;height:0}.app-landing .earnMoneyBlock__imageContainer{position:relative}.app-landing .earnMoneyBlock__image{position:absolute;top:0;left:37px;background-position:center;background-size:cover;background-repeat:no-repeat}.app-landing .earnMoneyBlock__image-5{width:640px;height:722px;background-image:url(/images/test/girl-in-yellow-with-bg.jpg);background-position:-211px 1px;clip-path:url(#my-clip-path)}.app-landing .aboutSurveysContainer{width:100%;min-height:1080px;height:1080px}.app-landing .aboutSurveysBackground{min-height:945px;margin:0 auto;background-image:url(/images/Rose.svg);background-position:calc(50% + 222px) 122px;background-size:710px 814px;background-repeat:no-repeat}.app-landing .aboutSurveys{display:flex;flex-direction:row;justify-content:center;gap:240px;min-height:945px;margin:135px auto 0}@media(max-width:1439px){.app-landing .aboutSurveys{gap:max(0px,calc(100vw - 1286px))}}.app-landing .aboutSurveys__infoBlock{display:flex;flex-direction:column}.app-landing .aboutSurveys__title{font-size:2rem;font-weight:400;line-height:2.5rem}.app-landing .aboutSurveys__description{margin-top:12px;color:var(--app-landing-gray);font-size:var(--omix-text-xl);line-height:1.875rem}.app-landing .easyToEarnBlock{max-width:500px;padding-top:44px}.app-landing .easyToEarnBlock__title{max-width:410px}.app-landing .easyToEarnBlock__description{max-width:500px}.app-landing .easyToEarnBlock__adBlock{position:relative;left:-314px;display:flex;align-items:flex-start;width:885px;height:658px;margin-top:10px;overflow:hidden;background-image:url(/images/hand-open.svg);background-repeat:no-repeat}.app-landing .easyToEarnBlock__mockImg{position:absolute;top:33px;left:308px;width:382px;height:773px;background-image:url(/images/Phone2.png);background-repeat:no-repeat}.app-landing .makeCharityBlock{width:583px;padding-top:44px}.app-landing .makeCharityBlock__description{max-width:580px}.app-landing .aboutSurveys__infoWrapper{position:relative;width:583px;height:605px;margin-top:44px;border-radius:32px;background-image:url(/images/man-with-phone.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.app-landing .simpleAsOneBlock{display:flex;flex-direction:column;align-items:center;width:100%;min-height:528px}.app-landing .simpleAsOneBlock__title{color:var(--app-landing-black);font-size:var(--app-text-44);font-weight:400;line-height:3.5rem}.app-landing .simpleAsOneBlock__infoCards{display:grid;grid-auto-flow:row;grid-template-rows:292px;grid-template-columns:repeat(4,305px);justify-content:center;gap:20px;width:100%;margin-top:44px}.app-landing .simpleAsOneBlock__infoCard{display:flex;flex-direction:column;align-items:flex-start;height:292px;padding:32px;border-radius:20px;background-color:var(--app-landing-silver);background-position:right bottom;background-repeat:no-repeat;transform:scale(1);transition:transform var(--app-landing-duration) var(--app-landing-ease)}.app-landing .simpleAsOneBlock__infoCard:hover{transform:scale(1.05)}.app-landing .simpleAsOneBlock__infoCard-first{background-image:url(/images/FirstCard.svg)}.app-landing .simpleAsOneBlock__infoCard-second{background-image:url(/images/SecondCard.svg)}.app-landing .simpleAsOneBlock__infoCard-third{background-image:url(/images/ThirdCard.svg)}.app-landing .simpleAsOneBlock__infoCard-forth{background-image:url(/images/ForthCard.svg)}.app-landing .simpleAsOneBlock__cardTitle{max-width:192px;color:var(--app-landing-deep-blue);font-family:var(--app-font-display);font-size:var(--app-text-32);font-weight:400;line-height:var(--app-leading-32);text-align:left}.app-landing .simpleAsOneBlock__cardText{max-width:165px;font-family:var(--font-sans);font-size:var(--omix-text-base);font-weight:500;line-height:1.4375rem;text-align:left}@media(max-width:1400px){.app-landing .earnMoneyBlock{max-width:fit-content;padding:0 80px}.app-landing .earnMoneyBlock__info{padding-right:0;padding-left:20px}.app-landing .earnMoneyBlock__image-5{top:0;left:0}}@media(max-width:1279px){.app-landing .earnMoneyBlock__image-5{top:100px;width:520px;height:587px;background-position:-168px 1px}.app-landing .simpleAsOneBlock__infoCards{grid-template-rows:repeat(2,292px);grid-template-columns:repeat(2,305px);padding-bottom:44px}.app-landing .aboutSurveys{justify-content:space-between;width:100%;padding:0 80px}.app-landing .makeCharityBlock__title,.app-landing .makeCharityBlock__description{align-self:flex-start}.app-landing .makeCharityBlock__description{text-align:left}.app-landing .text-icon{display:inline-block;padding:0 5px;vertical-align:middle}.app-landing .earnMoneyBlock__description{padding-bottom:30px}}@media(max-width:1126px){.app-landing .aboutSurveys{padding:0 20px}}@media(max-width:1023px){.app-landing .pageBlock{max-width:100%;margin:0;padding-right:20px;padding-left:20px}.app-landing .earnMoneyBlockContainer{min-height:578px;height:578px}.app-landing .earnMoneyBlock{grid-template-rows:repeat(2,1fr);grid-template-columns:auto;max-height:578px}.app-landing .earnMoneyBlock__info{position:relative;z-index:2;align-items:center;padding-right:20px;padding-left:20px}.app-landing .earnMoneyBlock__title{margin-top:30px;font-size:2rem;line-height:2.5rem;text-align:center}.app-landing .earnMoneyBlock__description{margin-top:8px;padding-right:0;padding-bottom:20px;font-size:var(--omix-text-base);line-height:1.375rem;text-align:center}.app-landing .primaryBtn-large{width:35%;min-width:129px;height:51px;padding:16px 20px;font-size:var(--omix-text-base);line-height:19px}.app-landing .earnMoneyBlock__image-5{top:-68px;left:calc(50% - 167.5px);min-width:385px;width:385px;height:434px;background-position:-125px 1px}.app-landing .aboutSurveysContainer{min-height:1400px}.app-landing .aboutSurveysBackground{min-height:1400px;background-position:190px 770px;background-size:513px 543px}.app-landing .aboutSurveys{flex-direction:column;gap:40px;max-width:600px}.app-landing .aboutSurveys__infoBlock{align-items:center;margin:0 auto}.app-landing .aboutSurveys__title{max-width:100%;font-size:var(--omix-text-2xl);line-height:2rem}.app-landing .aboutSurveys__description{max-width:100%;font-size:var(--omix-text-base);line-height:1.5rem;text-align:center}.app-landing .easyToEarnBlock{max-width:calc(100vw - 40px);padding-top:138px}.app-landing .easyToEarnBlock__adBlock{left:0;width:620px;height:445px;margin-top:15px;background-size:620px 445px}.app-landing .easyToEarnBlock__mockImg{left:190px;width:265.5px;height:537px;background-size:contain;clip-path:path("M 0.000288083 0.499268 C 128.673 0.499348 197.959 0.499759 265.46 0.499526 L 265.46 386.564 C 227.865 405.746 161.532 412.091 74.5765 417.488 C 48.6801 419.096 23.6475 420.185 -0.0000000865346 420.499 L 0.000288083 0.499268 Z")}.app-landing .makeCharityBlock{max-width:100%;padding-top:0}.app-landing .makeCharityBlock__title,.app-landing .makeCharityBlock__description{align-self:initial}.app-landing .aboutSurveys__infoWrapper{width:395px;height:395px;margin-top:32px}.app-landing .simpleAsOneBlock__title{max-width:90%;text-align:center}.app-landing .simpleAsOneBlock__infoCards{grid-template-rows:repeat(4,200px);grid-template-columns:minmax(0,335px);max-width:90%;padding-bottom:0}.app-landing .simpleAsOneBlock__infoCard{height:200px}.app-landing .simpleAsOneBlock__infoCard-second{background-size:40%}.app-landing .simpleAsOneBlock__infoCard-third,.app-landing .simpleAsOneBlock__infoCard-forth{background-size:60%}.app-landing .aboutSurveys,.app-landing .simpleAsOneBlock,.app-landing .simpleAsOneBlock__infoCards,.app-landing .talkingAboutBlock,.app-landing .compainsBlock,.app-landing .trustedBlock,.app-landing .earnMoneyBlock{margin-inline:auto}}@media(max-width:680px){.app-landing .earnMoneyBlock__image-5{top:-32px;min-width:346px;width:346px;height:390px;background-position:-113px 1px}}@media(max-width:678px){.app-landing .earnMoneyBlock__title{text-align:left}.app-landing .earnMoneyBlock__description{align-self:flex-start;text-align:left}}@media(max-width:540px){.app-landing .earnMoneyBlock__info{align-items:center;padding-right:10px;padding-left:10px}.app-landing .primaryBtn-large{align-self:flex-start}.app-landing .primaryBtn__registration{width:150px}}@media(max-width:436px){.app-landing .earnMoneyBlock__image-5{background-position:-111px 1px}}@media(max-width:384px){.app-landing .earnMoneyBlock__image-5{top:6px;left:8px;min-width:299px;width:299px;min-height:343px;height:343px;background-position:-103px 1px}}.app-landing .talkingAboutBlockContainer{position:relative;width:100%;min-height:617px;margin-inline:auto;padding:123px 0;border-radius:50px;background-color:var(--app-landing-cyan);background-image:url(/images/talkingAboutBack.svg);background-position:center center;background-repeat:no-repeat;color:var(--app-landing-white)}@media(max-width:1224px){.app-landing .talkingAboutBlockContainer{width:calc(100% - 20px)}}.app-landing .talkingAboutBlock{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--app-landing-width);margin:0 auto;text-align:center}.app-landing .talkingAboutBlock__title{font-size:var(--app-text-64);font-weight:400;font-style:normal;line-height:5.3125rem}.app-landing .talkingAboutBlock__description{margin-top:8px;font-size:var(--omix-text-2xl);line-height:2rem}.app-landing .talkingAboutBlock__counterBlock{display:flex;flex-direction:column;margin-top:60px}.app-landing .talkingAboutBlock__counterText{padding-bottom:100px;font-family:var(--font-sans);font-size:var(--app-text-32);font-weight:400;line-height:2rem}.app-landing .talkingAboutBlock__counterTitle{margin-bottom:0;font-family:var(--app-font-display);font-size:var(--omix-text-2xl);font-weight:400;line-height:2rem}.app-landing .counter{display:flex;height:180px;overflow:hidden;font-family:var(--app-font-display);font-size:180px;font-weight:500;text-align:center}@media(max-width:1224px){.app-landing .counter{height:110px;font-size:110px}}.app-landing .sign{line-height:1em}.app-landing .digits{display:flex;flex-direction:column;margin-top:0;list-style-type:none;font-size:1em;line-height:1em;animation:app-landing-counter-roll var(--app-landing-counter-duration) var(--app-landing-ease)}@keyframes app-landing-counter-roll{0%{margin-top:0}}@media(prefers-reduced-motion:reduce){.app-landing .digits{animation:none}}.app-landing .decoration{position:absolute;display:flex;align-items:center;justify-content:center}.app-landing .decoration-bubble{bottom:130px;left:76.5%;width:178px;height:207px;background-image:url(/images/bubbleImg.svg);background-size:contain;background-repeat:no-repeat}.app-landing .decoration__text{color:var(--app-landing-black);font-family:var(--app-font-display);font-size:var(--omix-text-base);font-weight:600;line-height:21px;text-align:center}.app-landing .bubble__text{max-width:158px;padding-bottom:32px;transform:rotate(12.07deg)}@media(max-width:1023px){.app-landing .talkingAboutBlockContainer{min-height:506px;margin-top:40px;padding:40px 20px 16px;background-position:top center;background-size:contain}.app-landing .talkingAboutBlock{max-width:100%;max-height:506px;padding:0}.app-landing .talkingAboutBlock__title{font-size:2rem;line-height:2.625rem;text-align:center}.app-landing .talkingAboutBlock__description{max-width:335px;margin-top:4px;font-size:var(--omix-text-base);line-height:1.1875rem;text-align:center}.app-landing .talkingAboutBlock__counterBlock{margin-top:40px}.app-landing .talkingAboutBlock__counterTitle{font-size:var(--omix-text-base);line-height:1.1875rem}.app-landing .counter{height:64px;margin-top:8px;font-size:64px}.app-landing .talkingAboutBlock__counterText{margin-top:0;padding-bottom:141px;font-size:var(--omix-text-xl);line-height:2rem}.app-landing .decoration-bubble{bottom:120px;left:64.5%;width:102px;height:115px}.app-landing .decoration__text{padding-right:8px;padding-bottom:12px;padding-left:8px;font-size:var(--omix-text-xs);line-height:1.3}.app-landing .btn-fullwidth{width:100%;max-width:540px;padding:20px 32px}}@media(max-width:390px){.app-landing .counter{height:48px;font-size:48px}}@media(max-width:340px){.app-landing .counter{height:32px;font-size:32px}.app-landing .simpleAsOneBlock__infoCards{grid-template-columns:minmax(0,100%);max-width:100%}.app-landing .simpleAsOneBlock__title{max-width:95%;font-size:2rem;line-height:3rem}}.app-landing .compainsBlock{display:grid;grid-template-areas:"info btnGroup" "slider slider";grid-template-columns:minmax(0,1fr) auto;align-items:flex-end;justify-content:space-between;gap:44px;width:100%;min-width:0;padding-top:150px}.app-landing .info{display:flex;flex-direction:column;align-items:flex-start;width:100%}.app-landing .compainsBlock__header{grid-area:info;width:674px;max-width:min(680px,100%);min-width:0;margin-left:0}.app-landing .compainsBlock__title{max-width:674px;margin-top:16px}.app-landing .compainsBlock__description{max-width:606px;margin-top:12px;color:var(--app-landing-gray-2)}.app-landing .btnGroup{display:flex;justify-content:space-between}.app-landing .compainsBlock__btnGroup{grid-area:btnGroup;justify-content:flex-end;min-width:0;margin-right:0}.app-landing .compainsBlock__primaryBtn{width:219px;padding:20px 32px;font-family:var(--font-sans);font-size:var(--omix-text-xl);font-weight:600;line-height:1.5rem}.app-landing .swiper-container{position:relative;grid-area:slider;display:flex;flex-direction:column;justify-content:flex-end;justify-self:center;width:100%;min-width:0;max-width:100%;margin-bottom:auto}.app-landing .slider{align-self:stretch;width:100%;min-width:0;max-width:100%;border-radius:32px;background-color:var(--app-landing-silver-thin)}@media(max-width:1379px){.app-landing .compainsBlock__header{margin-left:0;padding-left:20px}.app-landing .compainsBlock__btnGroup{margin-right:0;padding-right:20px}.app-landing .slider,.app-landing .swiper-container,.app-landing .compainsBlock{max-width:1024px}}@media(max-width:1279px){.app-landing .compainsBlock__header{width:min(474px,100%);max-width:100%}}.app-landing .slider-slide{position:relative;height:auto;padding-top:56.25%}.app-landing .charity-video{position:absolute;top:0;left:0;width:100%;height:100%}.app-landing .charity-video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer}.app-landing .charity-video-placeholder img{display:block;width:100%;height:100%;object-fit:cover}.app-landing .charity-video-player,.app-landing .charity-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.app-landing .slider__pagination_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:20px}.app-landing .slider__pagination{z-index:5;display:flex;flex-direction:row;align-items:center;gap:20px}.app-landing .slider__bullet{position:relative;z-index:6;display:flex;width:50px;height:50px;border-radius:25px;background-size:cover;background-repeat:no-repeat;cursor:pointer}.app-landing .slider__bullet-active{z-index:5}.app-landing .progressBarContainer{position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);z-index:1;width:60px;height:60px}.app-landing .progressBar-circular{fill:none;stroke-width:4px;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.app-landing .slider__bullet-active .progressBar-circular{stroke:var(--app-landing-purple);stroke-dasharray:360;stroke-dashoffset:1;animation:app-landing-progress-fill var(--app-landing-autoplay-duration) linear}@keyframes app-landing-progress-fill{0%{stroke-dashoffset:360}to{stroke-dashoffset:1}}@media(prefers-reduced-motion:reduce){.app-landing .slider__bullet-active .progressBar-circular{animation:none}}@media(max-width:1023px){.app-landing .compainsBlock{grid-template-areas:"info info" "slider slider" "btnGroup btnGroup";grid-template-columns:1fr 1fr;justify-items:center;justify-content:center;gap:0;row-gap:28px;padding-top:100px}.app-landing .compainsBlock__header{justify-self:center;align-items:center;width:100%;max-width:min(720px,calc(100vw - 40px));margin-left:0;padding-left:0;text-align:center}.app-landing .compainsBlock__caption{font-size:var(--omix-text-xl);line-height:1.6875rem;text-align:center}.app-landing .compainsBlock__title{margin-top:8px;font-size:2rem;line-height:2.625rem;text-align:center}.app-landing .compainsBlock__description{margin-top:4px;color:var(--app-landing-gray);font-family:var(--font-sans);font-size:var(--omix-text-xl);line-height:1.875rem;text-align:center}.app-landing .compainsBlock__btnGroup{justify-self:center;flex-direction:column-reverse;align-items:stretch;gap:32px;width:100%;max-width:480px;margin:0 auto;padding:0}.app-landing .compainsBlock__primaryBtn{width:100%;height:64px;padding:20px 32px;font-size:var(--omix-text-xl);line-height:1.5rem}.app-landing .swiper-container{width:100%;max-width:720px}.app-landing .slider{align-self:baseline;width:100%;min-height:fit-content;max-width:720px}}.app-landing .block-column{display:flex;flex-direction:column;align-items:center}.app-landing .trustedBlock{min-height:420px;margin-top:150px;padding-bottom:20px}.app-landing .trustedBlock__title{max-width:488px;font-size:var(--app-text-44);font-weight:400;line-height:3.625rem;text-align:center}.app-landing .trustedBlock__description{max-width:488px;margin-top:10px;color:var(--app-landing-gray-2);line-height:2rem;text-align:center}.app-landing .logosList{display:flex;flex-direction:column;align-items:center;gap:42px;max-width:812px;margin:44px 0 0;padding:0;list-style:none}.app-landing .logosList__logoRow{display:flex;flex-direction:row;align-items:center;justify-content:center}.app-landing .logosList__logoRow-first{gap:64px}.app-landing .logosList__logoRow-second{gap:56px}.app-landing .logosList__logoRow-third{gap:64px}.app-landing .logosList__logo-mobile{display:none}.app-landing .logo-image{height:44px;max-height:44px}.app-landing .partner-logo-avito,.app-landing .partner-logo-mtc{height:55px;max-height:55px}.app-landing .partner-logo-wb{height:20px;max-height:20px}.app-landing .partner-logo-burger-king{height:65px;max-height:65px}.app-landing .partner-logo-ozon,.app-landing .partner-logo-beeline{height:40px;max-height:40px}.app-landing .partner-logo-nestle,.app-landing .partner-logo-kfc{height:30px;max-height:30px}.app-landing .partner-logo-vk{height:60px;max-height:60px}.app-landing .getPaidBlock{display:flex;flex-direction:column;align-items:center;width:100%;min-height:1190px;background-image:url(/images/getPaidBack.svg);background-position:center 40px;background-size:1308.5px 1429px;background-repeat:no-repeat}.app-landing .getPaidBlock .getPaidBlock__title{align-self:center;max-width:553px;margin-top:460px;font-size:var(--app-text-64);line-height:var(--app-leading-64);text-align:center}.app-landing .getPaidBlock .getPaidBlock__description{align-self:center;max-width:520px;margin-top:55px;text-align:center}.app-landing .getPaidBlock .getPaidBlock-btn{align-self:center;width:213px;margin-top:40px;padding:20px 32px;border-radius:var(--app-landing-pill);font-size:var(--omix-text-xl);line-height:1.5rem}@media(max-width:1279px){.app-landing .getPaidBlock{background-position:center bottom;background-size:1078px 1161px}}.app-landing .footerContainer{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:row;justify-content:center;height:200px;padding:55px 0 40px;background-color:var(--app-landing-gray-thick)}.app-landing .footer{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;width:100%;max-width:var(--app-landing-width);padding-right:90px;padding-left:90px}.app-landing .footer__creds,.app-landing .footer__documents,.app-landing .footer__contact{flex:0 0 auto}.app-landing .footer__logo .main-logo{font-family:var(--app-font-logo);font-size:24px;font-weight:700;line-height:31px;text-align:left;white-space:nowrap}.app-landing .footer__copyrights{display:flex;flex-direction:column;justify-content:space-between;gap:26px}.app-landing .footer__caption{color:var(--app-landing-gray-3);font-size:var(--omix-text-base);font-weight:400;line-height:1.1875rem;text-align:left}.app-landing .footer__documents{display:flex;flex-direction:column;gap:24px}.app-landing .footer__docLink{font-size:var(--omix-text-base);font-weight:500;line-height:1.1875rem;text-align:center}.app-landing .footer__badges{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.app-landing .footer__badge__rustore,.app-landing .footer__badge__googleplay{flex-shrink:0;padding-bottom:4px}.app-landing .footer__badge__rustore img{width:166px;height:60px}.app-landing .footer__badge__googleplay img{width:206px;height:61px}@media(min-width:1024px)and (max-width:1279px){.app-landing .footer__badges{flex-direction:column;gap:10px}.app-landing .footer__badge__rustore img{width:129px;height:45px}.app-landing .footer__badge__googleplay img{width:152px;height:45px}}.app-landing .footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:27px}.app-landing .footer__contactTitle{color:var(--app-landing-gray-4);font-size:var(--omix-text-xl);line-height:1.6875rem}.app-landing .footer__contactBtn{width:133px;padding:16px 24px;border-radius:var(--app-landing-pill)}@media(max-width:1023px){.app-landing .trustedBlock{margin-top:120px;padding-bottom:40px}.app-landing .trustedBlock__description{max-width:289px;color:var(--app-landing-gray-middle);font-size:var(--omix-text-base);line-height:1.1875rem}.app-landing .logosList__logoRow{display:none}.app-landing .logosList__logo-mobile{display:flex;align-items:center;justify-content:center}.app-landing .logosList__logoRow-first{gap:34px}.app-landing .logosList__logoRow-second{gap:56px}.app-landing .logosList__logoRow-third{gap:48px}.app-landing .logosList__logoRow-forth{gap:56px}.app-landing .logosList__logoRow-fifth{gap:46px}.app-landing .logosList{max-width:100%;padding:0 20px}.app-landing .getPaidBlock{align-self:stretch;align-items:center;width:100%;max-width:100%;min-height:fit-content;height:715px;max-height:715px;margin:0 0 32px;padding-right:20px;padding-left:20px;background-position:center bottom;background-size:581.5px 635px}.app-landing .getPaidBlock .getPaidBlock__title{width:100%;max-width:230px;margin-top:280px;font-size:2rem;line-height:2.625rem;text-align:center}.app-landing .getPaidBlock .getPaidBlock__description{width:100%;max-width:311px;margin-top:12px;font-size:var(--omix-text-xl);font-weight:400;line-height:1.875rem;text-align:center}.app-landing .getPaidBlock .getPaidBlock-btn{align-self:center;width:100%;max-width:300px;height:51px;margin-top:32px;padding:20px 32px;font-size:16px;line-height:19px}.app-landing .footerContainer{position:relative;height:fit-content;padding:35px 0 50px}.app-landing .footer{flex-direction:column;align-items:center;gap:32px;padding-right:20px;padding-left:20px;max-width:100%;text-align:center}.app-landing .footer__creds,.app-landing .footer__documents,.app-landing .footer__contact{flex:none;width:100%;max-width:100%}.app-landing .footer__creds{display:flex;flex-direction:column;align-items:center}.app-landing .footer__logo .main-logo{font-family:var(--app-font-logo);font-size:24px;font-weight:700;line-height:31px;text-align:center;white-space:nowrap}.app-landing .footer__copyrights{align-items:center;gap:12px;margin-top:8px}.app-landing .footer__documents{order:2;align-items:center;margin-top:32px}.app-landing .footer__docLink{display:block;width:100%;max-width:100%;font-size:var(--omix-text-xl);line-height:1.5rem;text-align:center;white-space:normal;overflow-wrap:break-word}.app-landing .footer__badges{flex-direction:column}.app-landing .footer__contact{order:3;align-items:center;gap:20px;margin-top:32px}.app-landing .footer__contactBtn{width:170px;padding:20px 32px;font-size:var(--omix-text-xl);line-height:1.5rem}}@media(max-width:767px){.app-landing .aboutSurveys{max-width:375px}.app-landing .easyToEarnBlock{max-width:100%}.app-landing .easyToEarnBlock__adBlock{left:-170px}.app-landing .aboutSurveys__infoBlock{align-items:flex-start}.app-landing .aboutSurveys__title,.app-landing .aboutSurveys__description{align-self:center;text-align:center}.app-landing .aboutSurveys__infoWrapper{width:335px;height:355px;align-self:center}.app-landing .aboutSurveys__infoCard{width:335px;height:355px}.app-landing .logosList__logo-mobile .logo-image{width:33.3%;min-width:0;max-width:100%;height:auto;object-fit:contain}}}
