@charset "UTF-8";html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}.container{width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media (min-width: 420px){.container{padding-left:15px;padding-right:15px}}@media (min-width: 1374px){.container{max-width:1374px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}:root{--color-yelow: #C5FA83;--color-yelow-passive: #EDFFD8;--color-grey: #5C5C5C;--color-dark: #000000;--base-border-color: rgba(91, 73, 110, .16);--spacing-xs: 4px;--spacing-s: 8px;--spacing-m: 12px;--spacing-l: 16px;--spacing-xl: 20px;--spacing-xxl: 24px;--spacing-xxxl: 32px;--font-h2-size: 42px;--font-h3-size: 32px;--font-p-size: 16px;--section-spacing: 100px}@media screen and (max-width: 740px){:root{--spacing-xs: 2px;--spacing-s: 4px;--spacing-m: 8px;--spacing-l: 12px;--spacing-xl: 16px;--spacing-xxl: 20px;--spacing-xxxl: 28px;--font-h2-size: 32px;--font-h3-size: 28px;--font-p-size: 14px;--section-spacing: 60px}}:root{--header-height: 80px}@media screen and (max-width: 768px){:root{--header-height: 73px}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{margin:0;padding:0;font-style:normal;font-weight:400;font-family:Roboto,sans-serif;color:var(--color-text-base);background-color:#fff;display:flex;flex-direction:column;height:100%}h1,h2,h3,h4,h5,h6{font-family:Unbounded,sans-serif;font-weight:400}h2{font-size:var(--font-h2-size);line-height:1.4;color:var(--color-dark)}h3{font-size:36px;line-height:46px;font-weight:400}@media (max-width: 1024px){h3{font-size:32px;line-height:46px}}@media screen and (max-width: 768px){h3{font-size:24px;line-height:32px}}@media screen and (max-width: 480px){h3{font-size:16px;line-height:22px}}p{font-size:16px;line-height:25px;font-family:Roboto,sans-serif;font-weight:300}@media screen and (max-width: 768px){p{font-size:15px;line-height:20px}}@media screen and (max-width: 480px){p{font-size:13px;line-height:15px}}.hidden{overflow:hidden}.content{z-index:9;margin-top:calc(var(--header-height) + 48px)}@media screen and (max-width: 768px){.content{margin-top:var(--header-height)}}.subtitle{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:24px;line-height:32px;letter-spacing:-.05;color:var(--color-grey)}@media screen and (max-width: 768px){.subtitle{font-size:15px;line-height:20px;color:#000}}@media screen and (max-width: 480px){.subtitle{font-size:13px;line-height:15px}}.header{display:flex;position:fixed;top:0;right:0;left:0;align-items:center;transition:.3s ease-in-out;background:#fff;padding:16px 0;border-bottom:1px solid var(--base-border-color);z-index:100}.header_scroll{transition:.3s ease-in-out}@media screen and (max-width: 768px){.header__logo{width:160px;height:40px;position:relative}.header__logo svg{width:100%;height:100%}}.header__content{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;z-index:112}@media (max-width: 1024px){.header__content{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.header__content{grid-template-columns:1fr max-content}}.header__menu{display:none;width:20px;height:20px;position:relative;margin:auto;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:#000}@media (max-width: 1024px){.header__menu{display:flex}}.header__menu:before,.header__menu:after{content:"";position:absolute;width:100%;height:2px;background-color:currentColor;border-radius:999px;transition:transform .25s ease,top .25s ease,bottom .25s ease,box-shadow .25s ease}.header__menu:before{top:4px;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}.header__menu:after{bottom:4px;opacity:0}.header__menu.active:before{top:50%;transform:translateY(-50%) rotate(45deg);box-shadow:none}.header__menu.active:after{top:50%;opacity:1;bottom:auto;transform:translateY(-50%) rotate(-45deg)}.header__navigation{padding:0 18px}.header__navigation__list{display:flex;align-items:center;justify-content:center;column-gap:32px;list-style:none}.header__navigation__list .header__controls{display:none}@media screen and (max-width: 768px){.header__navigation__list .header__controls{display:flex!important;flex-direction:column;gap:16px;justify-content:center;align-items:center;width:100%;padding-top:16px;margin-top:16px;border-top:1px solid var(--base-border-color)}}@media (max-width: 1024px){.header__navigation__list{position:absolute;inset-inline:0;top:100%;flex-direction:column;row-gap:16px;padding:16px 20px 48px;background:#fff;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}}@media screen and (max-width: 768px){.header__navigation__list{padding-bottom:16px}}.header__navigation__list__link{font-family:IBM Plex Sans,sans-serif;text-decoration:none;color:#000;transition:.3s ease-in-out;white-space:nowrap;font-size:15px}.header__navigation__list__link:hover{color:#8eae00}@media (max-width: 1024px){.header__navigation.active .header__navigation__list{opacity:1;transform:translateY(0);pointer-events:auto}}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:90;display:none}@media (max-width: 1024px){.header__overlay{display:block}}.header__overlay.active{opacity:1;pointer-events:auto}.header__controls{margin-left:auto;border-left:1px solid var(--base-border-color);display:flex;align-items:center}@media (max-width: 1024px){.header__controls{border-left:none;gap:32px}}@media screen and (max-width: 768px){.header__controls{gap:8px;display:none}}.header__controls__link{font-family:IBM Plex Sans,sans-serif;font-size:15px;line-height:1;margin:0 32px;text-decoration:none;color:#000}@media (max-width: 1024px){.header__controls__link{margin:0}}.header__controls__link:hover{text-decoration:underline}.footer{margin-top:auto;border-top:1px solid var(--base-border-color);padding:24px 0 48px}.footer__content{display:flex}@media (max-width: 1024px){.footer__content{gap:20px}}@media screen and (max-width: 768px){.footer__content{flex-direction:column;justify-content:center}}.footer__logo{flex:0}@media screen and (max-width: 768px){.footer__logo{text-align:center}}.footer__navigation{flex:1 1 auto;margin-left:auto;list-style-type:none;display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,200px);column-gap:48px;justify-content:flex-end}@media (max-width: 1024px){.footer__navigation{display:flex}}@media screen and (max-width: 768px){.footer__navigation{display:flex;flex-wrap:wrap;text-align:center;margin:auto;justify-content:center;gap:20px 48px}}.footer__navigation__link{color:#5c5c5c;text-decoration:none;font-weight:500;font-family:IBM Plex Sans,sans-serif;font-size:15px;line-height:20px;transition:color .3s ease-in-out}.footer__navigation__link:hover{color:#000}.button{border-radius:22px;padding:12px 24px;line-height:1;letter-spacing:0;text-decoration:none;border:none;font-size:20px;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;white-space:nowrap}.button:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 2px 8px #0000002e}@media screen and (max-width: 768px){.button{font-size:14px}}.button_sm{font-size:15px;padding:8px 16px}.button_yellow{color:#000;background-color:#d0ff00}.button_yellow:hover{background-color:#c0f000}.button_black{color:#fff;background-color:#07020d;outline:#D0FF00}.button_black:hover{background-color:#150a1b;color:#d0ff00}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;overflow:auto;padding:12px}.modal__close{position:absolute;top:16px;right:16px;z-index:9;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;outline:none;box-shadow:none;cursor:pointer;background-color:transparent}.modal__close svg{width:100%;height:100%}.modal__backdrop{background-color:#0000004d;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.modal__content{opacity:0;width:calc(100% - 24px);z-index:9;position:absolute;left:50%;transform:translate(-50%);top:10vh;max-width:706px;background:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out}.modal__content_visible{opacity:1}.modal__body{display:flex;flex-direction:column;padding:0;width:100%}.modal:not(#modal-reviews) .modal__body{padding:30px 0}.modal__header{display:block;width:100%;padding-bottom:20px;border-bottom:1px dotted #BAC9DE;margin-bottom:50px}.modal__header__title{display:block;margin-bottom:10px;font-style:normal;font-weight:400;font-size:27px;line-height:32px;color:#727272}.modal__header__desc{font-size:19px;line-height:30px;color:#b4b4b4}.home-entrance{overflow:hidden;--effect-radius: 350px}@media (max-width: 1024px){.home-entrance{--effect-radius: 250px}}@media screen and (max-width: 768px){.home-entrance{--effect-radius: 150px}}@media screen and (max-width: 480px){.home-entrance{--effect-radius: 100px}}.home-entrance__content{padding:100px 46px 73px;position:relative}@media screen and (max-width: 768px){.home-entrance__content{padding-left:24px;padding-right:24px;padding-bottom:75px}}@media screen and (max-width: 480px){.home-entrance__content{padding-top:75px}}.home-entrance__main{display:flex;flex-direction:column;align-items:center;row-gap:30px;width:100%;max-width:760px;text-align:center;margin:0 auto 100px;position:relative;z-index:2}@media (max-width: 1024px){.home-entrance__main{gap:16px;margin-bottom:80px}}@media screen and (max-width: 480px){.home-entrance__main{margin-bottom:50px}}.home-entrance__title{font-size:48px;line-height:56px;font-weight:400;letter-spacing:-2%;display:flex;flex-direction:column;row-gap:30px}@media (max-width: 1024px){.home-entrance__title{font-size:36px;line-height:42px;row-gap:16px}}@media screen and (max-width: 768px){.home-entrance__title{font-size:24px;line-height:32px}}@media screen and (max-width: 480px){.home-entrance__title{font-size:16px;line-height:22px}}.home-entrance__title__secondery{font-size:36px;line-height:46px}@media (max-width: 1024px){.home-entrance__title__secondery{font-size:32px}}@media screen and (max-width: 768px){.home-entrance__title__secondery{font-size:20px;line-height:32px}}@media screen and (max-width: 480px){.home-entrance__title__secondery{font-size:14px;line-height:20px}}.home-entrance__description{font-size:16px;line-height:25px;margin:0 auto;width:100%;max-width:576px}@media screen and (max-width: 768px){.home-entrance__description{font-size:15px}}@media screen and (max-width: 480px){.home-entrance__description{font-size:13px;line-height:15px}}.home-entrance__controls{display:flex;justify-content:center;align-items:center;column-gap:30px}@media screen and (max-width: 768px){.home-entrance__controls{gap:8px}}@media screen and (max-width: 480px){.home-entrance__controls{flex-direction:column;gap:16px;width:100%;align-items:stretch;max-width:288px}}.home-entrance__digits{display:flex;column-gap:30px;position:relative;z-index:2}@media screen and (max-width: 768px){.home-entrance__digits{flex-direction:column;align-items:stretch;gap:16px}}.home-entrance__digits__text{display:flex;flex-direction:column;row-gap:30px;text-align:right;flex:0 0 auto;max-width:336px;color:#000}@media screen and (max-width: 768px){.home-entrance__digits__text{max-width:none;text-align:center;justify-content:center;gap:16px}}.home-entrance__digits__title{font-size:36px;line-height:46px;font-weight:400}@media screen and (max-width: 768px){.home-entrance__digits__title{font-size:32px}}@media screen and (max-width: 480px){.home-entrance__digits__title{font-size:24px;line-height:32px}}.home-entrance__digits__description{font-size:16px;line-height:25px;padding-left:90px}@media screen and (max-width: 768px){.home-entrance__digits__description{padding:0}}@media screen and (max-width: 480px){.home-entrance__digits__description{font-size:13px;line-height:25px}}.home-entrance__digits__content{display:flex;flex-direction:column;row-gap:10px;flex:1 1 auto}@media screen and (max-width: 768px){.home-entrance__digits__content{width:404px;max-width:100%;margin:0 auto}}.home-entrance__digits__item{display:flex;flex-direction:column;row-gap:5px}.home-entrance__digits__scale{width:100%;background:#fff;border-radius:39px;height:16px;padding:3px 4px;position:relative;overflow:hidden}.home-entrance__digits__scale__inner{position:relative;height:100%;border-radius:39px;background:#9d74e0;width:0;transition:width .8s ease}.home-entrance__digits__scale__inner_yellow{background:#d0ff00}.home-entrance__digits__label{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:20px;line-height:1;padding:0 4px}@media screen and (max-width: 480px){.home-entrance__digits__label{font-size:14px}}.home-entrance__interactive{position:absolute;left:0;right:0;bottom:0;top:0;z-index:1;background:linear-gradient(135deg,#f5b7d3,#c9a7e5,#9db7f3 70%,#8fd3f4);border-radius:var(--effect-radius) 0 0 var(--effect-radius);width:200%;overflow:hidden}.home-targets{display:block;position:relative;padding:100px 0;border-bottom:1px solid var(--base-border-color);text-align:center}@media screen and (max-width: 768px){.home-targets{padding:50px 0}}.home-targets__content{display:flex;flex-direction:column;row-gap:30px}@media screen and (max-width: 480px){.home-targets__content{align-items:center;gap:24px}}.home-targets__controls{display:flex;justify-content:center;column-gap:30px}@media screen and (max-width: 768px){.home-targets__controls{gap:16px}}@media screen and (max-width: 480px){.home-targets__controls{flex-direction:column;gap:16px;width:100%;align-items:stretch;max-width:288px}}.home-advantages{padding:100px 0;text-align:center}@media screen and (max-width: 768px){.home-advantages{padding:50px 0}}.home-advantages__content{display:flex;flex-direction:column;row-gap:30px}@media screen and (max-width: 480px){.home-advantages__content{gap:24px}}.home-advantages__title{display:flex;justify-content:center;flex-direction:column;row-gap:12px}.home-advantages__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));column-gap:48px}@media (min-width: 1025px) and (max-width: 1390px){.home-advantages__list{column-gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-advantages__list strong{font-size:30px}}@media (max-width: 1024px){.home-advantages__list{grid-template-columns:1fr;gap:20px}.home-advantages__list .subtitle{text-align:left}}.home-advantages__item{display:flex;flex-direction:column;row-gap:24px;text-align:center;padding:33px 0;transition:padding-top .5s ease}@media (min-width: 1025px){.home-advantages__item._shifted:nth-child(odd){padding-top:0}.home-advantages__item._shifted:nth-child(2n){padding-top:66px}}@media (max-width: 1024px){.home-advantages__item{padding:0;gap:24px;display:grid;grid-template-columns:minmax(279px,max-content) 1fr}}@media screen and (max-width: 768px){.home-advantages__item{grid-template-columns:minmax(167px,max-content) 1fr}}@media screen and (max-width: 480px){.home-advantages__item{grid-template-columns:minmax(135px,max-content) 1fr;gap:12px}}.home-advantages__item__header{font-family:Unbounded,sans-serif;font-weight:400;font-size:36px;line-height:46px;letter-spacing:-.2;text-align:center}@media (max-width: 1024px){.home-advantages__item__header{text-align:right}}@media screen and (max-width: 768px){.home-advantages__item__header{font-size:20px}}@media screen and (max-width: 480px){.home-advantages__item__header{font-size:16px}}.home-advantages__item__header svg{display:inline-block;vertical-align:top;margin-left:8px}.home-advantages__item__header svg path{fill:currentColor}.home-advantages__item:nth-of-type(1) .home-advantages__item__header{color:#8e67b7}.home-advantages__item:nth-of-type(2) .home-advantages__item__header{color:#04a783}.home-advantages__item:nth-of-type(3) .home-advantages__item__header{color:#8eae00}.home-advantages__item:nth-of-type(4) .home-advantages__item__header{color:#2fcbd9}.home-prices{position:relative;overflow:hidden;--space: 24px}@media screen and (max-width: 480px){.home-prices{--space: 12px}}.home-prices__content{padding:100px 0;display:flex;flex-direction:column;row-gap:30px;background:linear-gradient(90deg,#d7a9bb80,#c5addb80,#b3b7e180,#abc7f180,#80bfdd80)}.home-prices__content__inner{z-index:1}@media (max-width: 1280px){.home-prices__content{padding:100px 32px}}@media (max-width: 1024px){.home-prices__content{padding:100px 8px}}@media screen and (max-width: 768px){.home-prices__content{padding-top:50px;padding-bottom:50px}}.home-prices__background{position:absolute;top:0;left:0;width:100%;height:100%}.home-prices__header{display:flex;flex-direction:column;text-align:center;row-gap:16px;margin-bottom:48px}@media screen and (max-width: 768px){.home-prices__header{margin-bottom:24px}}.home-prices__box{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,400px));gap:var(--space);justify-content:center}@media (max-width: 1024px){.home-prices__box{grid-template-columns:repeat(auto-fit,minmax(356px,356px));justify-content:center}}@media screen and (max-width: 768px){.home-prices__box{grid-template-columns:1fr;justify-items:stretch}}.home-prices__item{width:100%;max-width:400px;border:1px solid #5800B7;background:linear-gradient(180deg,#fff3,#713bab33);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px;border-radius:22px}@media (max-width: 1024px){.home-prices__item{max-width:356px}}@media screen and (max-width: 768px){.home-prices__item{max-width:400px;width:100%;margin:0 auto;padding:24px 8px}}.home-prices__item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.home-prices__item__type{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:17px;line-height:24px;letter-spacing:0}.home-prices__item__ribbon{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-style:Italic;font-size:17px;letter-spacing:0;color:#fff;height:24px;line-height:24px;padding:0 4px;background:#b495c3;border-radius:5px;display:flex;align-items:baseline;gap:3px}.home-prices__item__ribbon__emoji{font-style:normal}.home-prices__item__price{display:flex;gap:12px;align-items:baseline;font-family:IBM Plex Sans,sans-serif}@media screen and (max-width: 768px){.home-prices__item__price{justify-content:center}}.home-prices__item__price__amount{font-size:48px;font-weight:400;line-height:52px;letter-spacing:-1}@media screen and (max-width: 480px){.home-prices__item__price__amount{font-size:32px}}.home-prices__item__price__points{font-size:20px;font-weight:400;line-height:24px;letter-spacing:0}@media screen and (max-width: 480px){.home-prices__item__price__points{font-size:14px}}.home-prices__item__button{width:100%;text-align:center;margin:var(--space) 0}@media screen and (max-width: 480px){.home-prices__item__button{margin:12px 0}}.home-prices__item__advantages{display:flex;flex-direction:column;row-gap:4px;border-top:1px solid rgba(91,73,110,.1607843137);list-style:none;padding-top:var(--space)}@media screen and (max-width: 768px){.home-prices__item__advantages{flex-flow:row wrap;justify-content:space-between}}@media screen and (max-width: 480px){.home-prices__item__advantages{flex-flow:column nowrap;align-items:center}}.home-prices__item__advantages__item{position:relative;padding-left:32px;font-weight:400;font-size:13px;line-height:16px;letter-spacing:0;margin-bottom:8px;font-family:IBM Plex Sans,sans-serif}.home-prices__item__advantages__item:before{content:"";position:absolute;left:0;top:50%;width:24px;height:24px;transform:translateY(-50%);background-repeat:no-repeat;background-size:24px 24px;background-image:url("data:image/svg+xml;utf8,          <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'>          <path d='M20.3535 5.91309L9.35352 16.9131L4.35352 11.9131' stroke='black' stroke-linecap='round' stroke-linejoin='round'/>          </svg>")}.home-results{padding:96px 0;--default-gap: 48px}@media screen and (max-width: 768px){.home-results{--default-gap: 24px;padding:50px 0}}.home-results__content{display:flex;flex-direction:column;gap:var(--default-gap)}.home-results__header{display:flex;flex-direction:column;gap:var(--default-gap);text-align:center}.home-results__box{display:flex;flex-direction:column;align-items:center;gap:24px}.home-results__item{display:flex;gap:16px;justify-content:center;align-items:self-start}@media screen and (max-width: 480px){.home-results__item{gap:8px;align-items:flex-end}}.home-results__item__image{flex:0 0 auto;width:64px;height:64px;border-radius:50%;overflow:hidden;position:relative;border-top:1px solid #A391B6}@media screen and (max-width: 480px){.home-results__item__image{width:48px;height:48px}}.home-results__item__image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-results__item__content{flex:1 1 auto;display:flex;flex-direction:column}.home-results__item__text{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:17px;line-height:24px;letter-spacing:0}@media screen and (max-width: 480px){.home-results__item__text{font-size:13px;line-height:20px}}.home-results__item__author{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:17px;line-height:24px;letter-spacing:0;color:#62626299}@media screen and (max-width: 480px){.home-results__item__author{font-size:13px}}
