@import url(https://fonts.googleapis.com/css?family=Lexend:200,300,regular,500);*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:#282140;line-height:1;font-family:Lexend;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Lexend;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}body{line-height:1.4}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:76.5rem;margin:0 auto;padding:0 1.25rem}.form{display:flex;flex-direction:column}.form__row{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(18.8125rem,1fr))}.form__column.form__column--full-mod{grid-column:1/-1}.form__label{display:block;font-size:1rem;line-height:1.5;color:#392f5a}.form__label:not(:last-child){padding-bottom:.5rem}.form__actions{gap:1.5rem;grid-column:1/-1;display:flex;flex-flow:row wrap;align-items:center;place-content:center flex-start}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}.input{display:block;width:100%;height:3rem;padding:0 1rem;font-size:1rem;font-weight:300;color:#282140;caret-color:#282140;box-shadow:inset 0 0 0 1px rgba(17,17,19,.2);border-radius:.25rem;transition:box-shadow .3s ease}.input._form-focus{box-shadow:inset 0 0 0 1px #111113}.input._form-error{box-shadow:inset 0 0 0 1px red}.input:disabled{color:rgba(17,17,19,.4);background:rgba(0,0,0,.02);pointer-events:none;box-shadow:inset 0 0 0 1px rgba(17,17,19,.2)!important}.input::-webkit-contacts-auto-fill-button{visibility:hidden;position:absolute;right:0}.input[type=search]::-ms-clear,.input[type=search]::-ms-reveal{display: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{display:none}.input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.input:focus,.input:hover{outline:0;box-shadow:inset 0 0 0 1px #111113}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask])::-webkit-input-placeholder{color:rgba(40,33,64,.4);-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask]):-ms-input-placeholder{color:rgba(40,33,64,.4);-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden],[data-inputmask]):focus::placeholder{opacity:0}textarea.input{resize:none}.menu__list{display:flex;align-items:center}.menu__link{display:block;padding:.7083333333em .4166666667em;line-height:1.25;font-weight:300;text-align:center;border-radius:.25rem;transition:background-color .2s ease,color .2s ease}.menu__link.active,.menu__link:focus-visible,.menu__link:hover{color:#392f5a;background-color:#c8b8ff}.icon-menu{display:none}body::after{position:fixed;top:0;left:0;z-index:149;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .6s ease 0s;content:""}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;z-index:150;padding:1.875rem .625rem;visibility:hidden;pointer-events:none;transition:visibility .8s ease 0s}.popup_show{visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.popup__wrapper{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;width:100%}.popup__content{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:48.875rem;padding:1.5rem 1.5rem 3rem;background-color:#fff;border-radius:.25rem;border:1px solid #000;opacity:0;visibility:hidden;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}.loaded .popup__content{transition:visibility .3s ease 0s,opacity .3s ease 0s,-webkit-transform .3s ease 0s;transition:transform .3s ease 0s,visibility .3s ease 0s,opacity .3s ease 0s;transition:transform .3s ease 0s,visibility .3s ease 0s,opacity .3s ease 0s,-webkit-transform .3s ease 0s}#faq-popup .popup__content{max-width:36.25rem;padding:1rem 2rem 2rem}.popup--v2-mod .popup__content{max-width:48.875rem;background-color:#392f5a}.lock .popup__content{visibility:visible}.popup__close{width:2.25rem;height:2.25rem;padding:.25rem;margin-left:auto;color:#f81;transition:color .2s ease;cursor:pointer}.popup__close:focus-visible,.popup__close:hover{color:#e57a0f}#faq-popup .popup__close{margin-right:-1rem}.popup__text{text-align:center}.popup__form-wrapper{display:flex;flex-direction:column}.popup__form-wrapper>*{width:100%}.popup__heading .typography{gap:1rem}.popup__text-inner{font-weight:300;line-height:1.4}.popup__text-inner p:not(:last-child){margin-bottom:1.4em}.popup__text-inner a{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:.1em;text-decoration-thickness:1px;transition:color .2s ease}.popup__text-inner a:focus-visible,.popup__text-inner a:hover{color:#e57a0f}.popup__info-text{grid-column:1/-1;font-size:.75rem;line-height:1.25;color:rgba(17,17,19,.6)}.popup__info-text a{display:inline;transition:color .2s ease}.popup__info-text a:focus-visible,.popup__info-text a:hover{color:#e57a0f}.popup__message-wrapper{display:flex;flex-direction:column;text-align:center}.popup__message{font-weight:300;color:#392f5a;line-height:1.25}.popup__message-icon{margin-inline:auto;color:#f81}.popup__actions{gap:1.5rem;display:flex;flex-flow:row wrap;align-items:center;place-content:center}.popup__actions .btn-base{min-width:14.375rem}.popup--v2-mod .popup__actions .btn-base{min-width:15.625rem}.spollers{display:grid}.spollers__item{font-weight:500;color:#392f5a;line-height:1.25}.spollers__title{position:relative;display:flex;align-items:center;gap:.5em;width:100%;padding:.75em;color:#fff;text-align:left;text-transform:uppercase;background-color:#282140;border-radius:.25rem;list-style:none;cursor:default}.spollers__title::-webkit-details-marker,.spollers__title::marker{display:none}._spoller-init .spollers__title{cursor:pointer;transition:background-color .2s ease}._spoller-init .spollers__title._spoller-active{color:#f81;background-color:#392f5a}.spollers__title>*{transition:color .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,color .2s ease;transition:transform .2s ease,color .2s ease,-webkit-transform .2s ease;will-change:transform}.spollers__title:focus-visible>*,.spollers__title:hover>*{-webkit-transform:translateX(.5em);transform:translateX(.5em)}.spollers__icon{flex-shrink:0;width:2em;height:2em;color:#f81}._spoller-init ._spoller-active .spollers__icon{color:#c8b8ff}.spollers__body{padding-top:2rem;border-radius:.3125rem}.breadcrumbs{font-weight:500;color:#f81;line-height:1.25}.breadcrumbs__list{display:flex;align-items:center}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child){margin-right:.5rem}.breadcrumbs__item:not(:last-child)::after{margin-left:.5rem;color:#f81;content:"»"}.breadcrumbs__item div{color:#fff;font-weight:300}.breadcrumbs__item a.breadcrumbs__link{transition:color .2s ease}.breadcrumbs__item a.breadcrumbs__link:focus,.breadcrumbs__item a.breadcrumbs__link:hover{color:#e57a0f}.breadcrumbs__link{position:relative}.social-list{display:flex;align-items:center}.social-list__item{display:flex}.social-list__link{transition:color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,color .3s ease;transition:transform .3s ease,color .3s ease,-webkit-transform .3s ease;will-change:transform}.social-list__link:focus,.social-list__link:hover{-webkit-transform:scale(1.1);transform:scale(1.1);outline:0}.social-list__icon-w{display:block;width:2.5rem;height:2.5rem}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}.icon{display:block;width:100%;height:100%}.icon svg{display:block;width:100%;height:100%;fill:currentColor}.btn-base{padding:.625rem 1.5rem;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;text-align:center;cursor:pointer;line-height:1;color:#fff;border-radius:.25rem;background-color:#f81;transition:background-color .2s ease;min-height:2.6666666667em;font-weight:400}.btn-base[type=submit]{-webkit-appearance:none;appearance:none}.btn-base:focus-visible,.btn-base:hover{outline:0}.btn-base:focus-visible,.btn-base:hover{background-color:#e57a0f}.btn-base.btn-base--v2-mod{min-height:3.2em;font-size:1.25rem;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:.15em;text-decoration-thickness:1px}.btn-base.btn-base--sm-mod{min-height:3.375rem;font-weight:400}.btn-base.btn-base--lg-mod{font-weight:500}.btn-base.btn-base--full-mod{width:100%}.btn-text{color:#f81;transition:color .2s ease}.btn-text.btn-text--underline-mod{text-decoration:underline}.btn-text.btn-text--lg-mod{font-weight:400;line-height:1.4}.btn-text:focus-visible,.btn-text:hover{color:#e57a0f}.scroll-btn{position:fixed;bottom:1rem;right:1rem;z-index:140;transition:opacity .4s,visibility .4s}.menu-open .scroll-btn,.scroll-btn:not(._visible){opacity:0;visibility:hidden}.scroll-btn__link{color:#f81;transition:color .2s ease}.scroll-btn__link:focus-visible,.scroll-btn__link:hover{color:#e57a0f}.scroll-btn__link:focus-visible .icon,.scroll-btn__link:hover .icon{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.scroll-btn__link .icon{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.typography{display:flex;flex-direction:column}.typography.typography--center-mod{text-align:center}.typography.typography--white-mod{color:#fff}.typography__label{font-size:1rem;text-transform:uppercase}.typography__title:not([class*=typography--size-] .typography__title){font-weight:300;line-height:1.25;color:#392f5a}.typography--size-lg-mod .typography__title{font-weight:300;color:#392f5a;line-height:1.25}.typography--size-md-mod .typography__title{font-weight:300;color:#392f5a;line-height:1.25}.typography--border-mod .typography--size-md-mod .typography__title::after{margin-top:.6666666667em}.typography--size-sm-mod .typography__title{font-weight:500;color:#392f5a;line-height:1.25}.typography--size-xs-mod .typography__title{font-weight:200;line-height:1.55;color:#392f5a}[class*=typography--border-] .typography__title::after{display:block;width:100%;border-bottom:2px solid #f81;content:""}.typography--border-mod .typography__title::after{max-width:11.0625rem;margin-top:.4em}.typography--border-v2-mod .typography__title::after{max-width:16rem;margin-top:.6em}.typography--border-v3-mod .typography__title::after{max-width:25.4375rem;margin-top:.6em}.typography--center-mod .typography__title::after{margin-inline:auto}.typography--white-mod .typography__title{color:#fff!important}.typography--orange-mod .typography__title{color:#f81!important}.typography__subtitle{font-size:1.5rem}.typography__subtitle:not(:last-child){margin-bottom:.625rem}.typography__description{font-weight:300;line-height:1.4}.typography__description h2{font-weight:300;color:#392f5a;line-height:1.25}.typography__description h2:not(:last-child){margin-bottom:.75em}.typography__description h3{font-weight:300;color:#392f5a;line-height:1.25}.typography__description h3:not(:last-child){margin-bottom:.75em}.typography__description h4{font-weight:500;color:#392f5a;line-height:1.25}.typography__description h4:not(:last-child){margin-bottom:1.2em}.typography__description h5{font-weight:200;line-height:1.55;color:#392f5a}.typography__description h5:not(:last-child){margin-bottom:1.3333333333em}.typography__description p:not(:last-child){margin-bottom:1.2em}.typography__description p strong{font-weight:inherit;color:#f81}.typography__description a{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:.1em;text-decoration-thickness:1px;transition:color .2s ease}.typography__description a:focus-visible,.typography__description a:hover{color:#e57a0f}.typography__buttons-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.typography--center-mod .typography__buttons-wrap{justify-content:center}.cookey-label{padding:.5rem;font-size:1rem;font-weight:300;line-height:1.5;color:#282140;text-transform:uppercase;background-color:#c8b8ff;border-radius:.5rem .5rem 0 0;transition:color .2s ease,background-color .2s ease}.cookey-label:focus-visible,.cookey-label:hover{color:#fff;background-color:#392f5a}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;opacity:1;transition:opacity .3s;z-index:1000}.loaded .preloader{pointer-events:none;opacity:0}.header{position:relative;top:0;left:0;z-index:100;width:100%;padding-bottom:var(--header-main-height,0);background-color:#392f5a}.header::before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#392f5a;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;will-change:transform;content:""}.menu-open .header::before{-webkit-transform:translateX(0);transform:translateX(0)}.header__top{position:relative;display:flex;gap:1.25rem}.header__top::before{position:absolute;top:0;left:50%;z-index:2;width:100vw;height:100%;background-color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:background-color .3s;content:""}.menu-open .header__top::before{background-color:#392f5a}.loaded .header__top{transition:padding-block .5s}.header__top>*{position:relative;z-index:3}.header__logo-link{position:relative;display:block}.header__logo{display:block;aspect-ratio:172/85;transition:opacity .2s ease}.header__logo.header__logo--white-mod{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.menu-open .header__logo{opacity:0}.menu-open .header__logo.header__logo--white-mod{opacity:1}.header__contacts{-webkit-margin-start:auto;margin-inline-start:auto}.header__contacts-list{display:flex;flex-direction:column;align-items:flex-start}.header__contacts-link{display:flex;align-items:center;gap:.4em;font-weight:500;color:#392f5a;transition:color .2s ease}.header__contacts-link:focus-visible,.header__contacts-link:hover{color:#e57a0f}.menu-open .header__contacts-link{color:#fff}.header__contacts-icon{flex-shrink:0;color:#f81;transition:color .2s ease}.header__contacts-link:focus-visible .header__contacts-icon,.header__contacts-link:hover .header__contacts-icon{color:#e57a0f}.header__main{color:#fff}.header__main::before{position:absolute;top:0;left:50%;z-index:2;width:calc(100vw + 2px);height:100%;background-color:#392f5a;-webkit-transform:translateX(-50%);transform:translateX(-50%);content:""}.header__main:not(._header-scroll .header__main){position:relative;z-index:1}._header-scroll .header__main{position:fixed;top:0;left:0;width:100%}.header__inner-main{display:flex;align-items:center;max-width:76.5rem;margin-inline:auto}._header-scroll .header__inner-main{padding:0 1.25rem}.header__actions{position:relative;z-index:3}.header__actions .btn-base{padding-inline:.4166666667em;min-height:2.6666666667em;font-size:inherit}.footer{padding-block:4.0625rem 0;color:#fff;background-color:#13101f}.footer__body{display:grid;gap:3.75rem 2.5rem}.footer__col{display:flex;flex-direction:column}.footer__title{font-weight:500;color:#c8b8ff;line-height:1.25}.footer__title.footer__title--small-mod{font-weight:500;color:#c8b8ff;line-height:1.25}.footer__content{display:flex;flex-direction:column;gap:2rem}.footer__contacts-list{display:flex;flex-direction:column;gap:1.5rem}.footer__contacts-item{display:flex;flex-direction:column;gap:.6666666667em}.footer__contacts-link{display:flex;align-items:center;gap:.6666666667em;color:#c8b8ff;transition:color .2s ease}.footer__contacts-link:focus-visible,.footer__contacts-link:hover{color:#e57a0f}.footer__contacts-link:has(+.footer__contacts-text){gap:1.125em}.footer__contacts-icon{flex-shrink:0;width:2em;height:2em;color:#f81}.footer__contacts-text{display:block;padding-left:3.7em;font-size:.8333333333em;font-weight:300;line-height:1.27;color:#fff}.footer__content-list{display:flex;flex-direction:column;gap:2rem}.footer__content-item{display:flex;flex-direction:column;gap:1.5rem}.footer__content-text{font-weight:300;line-height:1.25}.footer__logo-wrap{display:block;width:11.25rem;aspect-ratio:180/65}.footer__logo{display:block}.footer__copyright{padding-block:4rem;font-size:1rem;font-weight:300;line-height:1.5;background-color:#0d0b14}.footer__copyright p:not(:last-child){margin-bottom:1.5em}.footer__copyright strong{font-weight:400;color:#f81}.hero{position:relative;color:#fff;background-color:#392f5a}.hero:not(.hero--v2-mod){min-height:calc(100svh - var(--header-height,0))}.hero.hero--v2-mod{padding-block:4rem}.hero__bg{position:absolute;top:0;bottom:0;right:0;left:0}.hero__bg:not(.hero--v2-mod .hero__bg)::before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.3) 0,rgba(0,0,0,.3) 36%,rgba(0,0,0,0) 100%);content:""}.hero__container{position:relative;z-index:2;display:flex;flex-direction:column}.hero__container:not(.hero--v2-mod .hero__container){max-width:42.75rem;margin:0 auto;gap:1.4em}.hero--v2-mod .hero__container{gap:.875em}.hero__content{width:100%}.hero__content:not(.hero--v2-mod .hero__content){text-align:center}.hero__title{font-size:1em}.hero__title:not(.hero--v2-mod .hero__title){line-height:1.66;font-weight:400}.hero--v2-mod .hero__title{line-height:1.25;font-weight:300}.hero__title:not(:last-child){margin-bottom:.6em}.hero__subtitle{font-size:.8em;font-weight:300;line-height:1.25}.hero__subtitle:not(:last-child){margin-bottom:.75em}.hero__description{font-size:max(.6em,.875rem);font-weight:300;line-height:1.25}.hero__description:not(.hero--v2-mod .hero__description){max-width:23.125em;margin-inline:auto}.hero__buttons-wrap{gap:1.25rem;display:flex;flex-flow:row wrap;align-items:center;place-content:center}.hero--v2-mod .hero__buttons-wrap{justify-content:flex-start}.info-block.info-block--v2-mod .typography .typography__title::after{max-width:min(25.4375rem,100%);margin-top:.6em}.info-block--v2-mod .info-block__container{max-width:55.9375rem}.split-section__row{display:flex;align-items:flex-start;gap:1.5rem}.split-section__col:empty{display:none}.split-section__content .typography__buttons-wrap .btn-base{min-width:min(23.625rem,100%)}.split-section__media-wrap{display:flex;flex-direction:column;gap:2rem}.split-section__image{display:block;width:100%;border-radius:.25rem;overflow:hidden}.split-section__list-block{width:100%}.services__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(18.8125rem,1fr));gap:1.5rem;list-style:none}.services__item{display:flex}ol .services__item{counter-increment:num}.card-service{display:flex;flex-direction:column;width:100%}ol .card-service{gap:.5rem}.card-service__heading{display:flex;align-items:center;font-weight:400;color:#392f5a;line-height:1.25}ol .card-service__heading{align-items:flex-start}ol .card-service__heading::before{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:1.2em;height:1.2em;-webkit-margin-start:-1.45em;margin-inline-start:-1.45em;font-size:1.6666666667em;color:#fff;text-align:center;border-radius:50%;background-color:#f81;content:counter(num)}.card-service__icon{flex-shrink:0}.card-service__title{color:#392f5a}.card-service__description{font-weight:200;line-height:1.55;color:#392f5a}.services--v2-mod .card-service__description{font-weight:300;line-height:1.5}.card-service__description strong{font-weight:inherit;color:#f81}.card-service__buttons-wrap{gap:1.25rem;display:flex;flex-flow:row wrap;align-items:center;place-content:center flex-start}.cta-banner{position:relative;color:#fff}.cta-banner__bg{position:absolute;top:0;bottom:0;right:0;left:0}.cta-banner__container{position:relative;z-index:2}.cta-banner__content{gap:2rem;text-align:center;display:flex;flex-flow:column nowrap;align-items:stretch;place-content:center flex-start}.cta-banner__actions{gap:1.25rem;display:flex;flex-flow:row wrap;align-items:center;place-content:center}.cta-banner__actions .btn-base{min-width:min(23.625rem,100%)}.list-block{display:flex;flex-direction:column;color:#fff;background-color:#282140;border-radius:.25rem}.list-block.list-block--v2-mod{background-color:#392f5a}.list-block__list{display:flex;flex-direction:column;gap:.8em;font-weight:400;line-height:1.4}.list-block--v2-mod .list-block__list{gap:1em;font-weight:400;color:#c8b8ff;line-height:1.25}.list-block__item{display:flex;align-items:center;gap:.4em}.list-block--v2-mod .list-block__item{gap:.1666666667em}.list-block__icon{flex-shrink:0}.list-block__bottom-text{font-size:1rem;line-height:1.5}.reviews.reviews--dark-mod{background-color:#282140}.reviews__heading:not(:last-child){margin-bottom:2rem}.reviews__slider.swiper{overflow:visible}.reviews__item.swiper-slide{transition:opacity .4s,visibility .4s}.reviews__item:not(.swiper-slide-visible){opacity:0;visibility:hidden}.reviews__item.swiper-slide-visible{opacity:1;visibility:visible}.card-review{display:flex;padding:1rem 1.5rem;border-radius:1rem;background-color:#fff;box-shadow:1.875rem 1.3125rem 3.75rem rgba(0,0,0,.08)}.card-review:not(.review--dark-mod .card-review){border:1px solid #c8b8ff}.card-review__avatar-wrap{position:relative;flex-shrink:0;box-shadow:0 .3125rem .3125rem rgba(0,0,0,.04);border-radius:50%}.card-review__avatar{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}.card-review__avatar-icon{position:absolute;left:25%;bottom:-12.5%;width:.75rem;height:.75rem;padding:.1875rem .125rem .125rem;background-color:#fff;border-radius:50%}.card-review__content{display:flex;flex-direction:column;align-items:flex-start}.card-review__author{font-weight:500;color:#392f5a;line-height:1.25}.card-review__rating{display:flex;align-items:center}.card-review__rating-item{flex:0 0 1rem;height:1rem;color:#f81}.card-review__text{font-size:.75rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}a.card-review{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;will-change:transform}a.card-review:focus-visible,a.card-review:hover{-webkit-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}.stats__list{display:flex;flex-flow:row wrap;align-items:flex-start;place-content:flex-start}.stats__list:not(.stats--v2-mod .stats__list){justify-content:center}.stats-card{display:flex;flex-direction:column;align-items:center;text-align:center}.stats-card__value{position:relative;line-height:1.25;color:#e57a0f}.stats-card__value:not(:last-child){margin-bottom:.2em}.stats--v2-mod .stats-card__value:not(:last-child){margin-bottom:.25em}.stats-card__value .digits-clone{opacity:0;visibility:hidden}.stats-card__value [data-digits-counter]{position:absolute;top:0;left:50%;width:calc(100% + 10px);height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.stats-card__title{font-weight:300;line-height:1.4}.partners__img{display:block;width:7.6875rem;aspect-ratio:123/74}.services-comparison__col{display:flex;flex-direction:column}.services-comparison__item{display:flex;align-items:center;gap:.4em;font-weight:300;line-height:1.4}.services-comparison__item:not(:last-child){margin-bottom:.8em}.services-comparison__icon{flex-shrink:0;width:1.6em;height:1.6em}.faq__container{max-width:64.25rem}.faq__heading:not(:last-child){margin-bottom:2rem}.questions{display:flex;flex-direction:column;gap:1rem;font-weight:400;color:#392f5a;line-height:1.25}.questions__item{width:100%}.questions__btn{width:100%;display:flex;align-items:center;gap:.6666666667em}.questions__btn>*{transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;will-change:transform}.questions__btn:focus-visible>*,.questions__btn:hover>*{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.questions__icon-title{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:1.2em;height:1.2em;font-size:1.6666666667em;color:#fff;text-align:center;border-radius:50%;background-color:#f81}.question__popup{display:none}.contact{color:#fff;background-color:#392f5a}.contact.contact--color-secondary-mod{background-color:#282140}.contact__container{position:relative}.contact__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.contact__col.contact__col--image-mod{flex-shrink:0;width:40.4560810811%}.contact__content{display:flex;flex-direction:column}.contact__list{display:flex;flex-direction:column;align-items:flex-start}.contact__link{display:flex;align-items:center;gap:.6666666667em;font-weight:500;line-height:1.25;color:#c8b8ff;transition:color .2s ease}.contact__link:focus-visible,.contact__link:hover{color:#e57a0f}.contact__icon{flex-shrink:0;width:2.6666666667em;height:2.6666666667em}.contact__buttons-wrap{gap:1.25rem;display:flex;flex-flow:row wrap;align-items:center;place-content:center flex-start}.contact__buttons-wrap:not(:first-child)::before{display:block;width:100%;border-bottom:2px solid #f81;content:""}.contact__image{display:block;aspect-ratio:1.04;border-radius:.25rem;overflow:hidden}.contact__cookie-wrap{position:absolute;inset-inline-end:1.25rem}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{position:relative;display:flex;width:100%;height:100%;box-sizing:content-box}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media screen and (min-width:29.99875em){.reviews__item{width:23.625rem}.card-review{gap:1.5rem}.card-review__avatar-wrap{width:4rem;height:4rem}.card-review__content{gap:.5rem}.stats__list{margin:0 -1.5rem -3rem 0}.stats--v2-mod .stats__list{justify-content:space-between}.stats__item{padding:0 1.5rem 3rem 0}.stats-card{gap:.5rem}.stats-card__icon{width:4.5rem;height:4.5rem}.stats-card__value{font-size:2.5rem}.contact__buttons-wrap:not(:first-child)::before{max-width:25.4375rem}.contact__buttons-wrap .btn-base{min-width:23.5625rem}}@media screen and (min-width:47.99875em){.popup--v2-mod .popup__content{padding:1rem 2rem 2.5rem}.split-section__col.split-section__col--content-mod{flex-grow:1}.split-section__col.split-section__col--image-mod{flex-shrink:0;width:40.4560810811%}.contact__col.contact__col--image-mod{padding-top:1.875rem}}@media screen and (min-width:61.99875em){.form{gap:2rem}.form__row{gap:1.5rem}textarea.input{height:15rem;padding:1rem}.menu__item{flex-grow:1;min-width:5.6666666667em}.popup__form-wrapper{gap:2rem}.popup__heading:not(.popup__form-wrapper .popup__heading):not(:last-child){margin-bottom:1.5rem}.popup__heading .typography .typography__title::after{margin-top:1rem}.popup--v2-mod .popup__heading .typography{gap:1.875rem}.popup--v2-mod .popup__heading .typography__description{font-size:1rem;line-height:1.5}.popup--v2-mod .popup__heading .typography__description p:not(:last-child){margin-bottom:1.5em}.popup__text-inner{font-size:1.25rem}.popup__message-wrapper{gap:2rem}.popup__message{font-size:2rem}.popup__message-icon{width:8.25rem;height:8.25rem}.spollers{gap:1.5rem}.spollers__item{font-size:2rem}.breadcrumbs{font-size:1.25rem}.social-list{gap:1rem;justify-content:space-between}.btn-base{font-size:1.5rem}.btn-base.btn-base--sm-mod{font-size:1.5rem}.btn-base.btn-base--lg-mod{min-height:2.25em;font-size:2rem}.btn-text.btn-text--lg-mod{font-size:1.25rem}.section{padding-block:4rem}.section.section--only-bottom-mod{padding-top:0}.section.section--only-top-mod{padding-bottom:0}.scroll-btn__link{width:4rem;height:4rem}.typography{gap:2rem}.typography--size-lg-mod .typography__title{font-size:2rem}.typography--size-md-mod .typography__title{font-size:1.5rem}.typography--size-sm-mod .typography__title{font-size:1.25rem}.typography--size-xs-mod .typography__title{font-size:1.125rem}.typography__description{font-size:1.25rem}.typography__description h2{font-size:2rem}.typography__description h3{font-size:2rem}.typography__description h4{font-size:1.25rem}.typography__description h5{font-size:1.125rem}.header__top{padding-block:2.5rem 1.5rem}.header__logo{width:10.75rem}.header__contacts-list{gap:1rem}.header__contacts-link{font-size:1.25rem}.header__contacts-icon{width:2em;height:2em}.header__menu{position:relative;z-index:3;flex-grow:1}.footer__body{grid-template-columns:minmax(0,18.25rem) minmax(0,19.75rem) minmax(0,17.3125rem);justify-content:space-between;padding-bottom:10.75rem}.footer__col{gap:3.5rem}.footer__title{font-size:2rem}.footer__title.footer__title--small-mod{font-size:1.25rem}.footer__contacts-item{font-size:1.5rem}.footer__content-text{font-size:1.25rem}.footer__content-text p:not(:last-child){margin-bottom:1.2em}.hero:not(.hero--v2-mod){padding-block:9rem 9.375rem}.hero.hero--v2-mod{min-height:14rem}.info-block:not(.info-block--v2-mod) .typography{row-gap:2.5rem}.info-block:not(.info-block--v2-mod) .typography .typography__description{font-size:1rem;line-height:1.5}.info-block.info-block--v2-mod .typography{row-gap:3rem}.services__heading:not(:last-child){margin-bottom:3rem}.services__heading .typography{gap:2.5rem}.services__heading .typography .typography__description{font-size:1rem}.services ol.services__list{row-gap:3rem}ol .services__item{-webkit-padding-start:3.5rem;padding-inline-start:3.5rem}.card-service{gap:1rem}.card-service__heading{font-size:1.5rem}.card-service__heading{gap:.25rem}ol .card-service__heading{gap:.4166666667em;min-height:3.75rem}.card-service__icon{width:4.375rem;height:4.375rem}.card-service__description{font-size:1.125rem}.services--v2-mod .card-service__description{font-size:1rem}.cta-banner{padding-block:3rem}.list-block{gap:1.5rem;padding:2rem}.list-block.list-block--v2-mod{padding:3.125rem}.list-block.list-block--v2-mod:first-child{margin-top:2.1875rem}.list-block .typography .typography__title::after{margin-top:1.5rem;max-width:100%}.list-block__list{font-size:1.25rem}.list-block--v2-mod .list-block__list{font-size:1.5rem}.list-block--v2-mod .list-block__item{padding-block:1.5rem}.list-block__icon{width:3.5rem;height:3.5rem}.list-block--v2-mod .list-block__icon{width:4.375rem;height:4.375rem}.reviews{padding-block:3.5rem}.card-review__author{font-size:1.25rem}.stats__heading .typography{gap:2.5rem}.stats__heading .typography__description{font-size:1rem}.stats__heading:not(:last-child){margin-bottom:2.5rem}.stats__item{width:25%}.stats--v2-mod .stats__item{width:auto}.stats--v2-mod .stats-card__value{font-weight:300}.stats-card__title{font-size:1.25rem}.partners__heading .typography{gap:2.5rem}.partners__heading .typography__description{font-size:1rem}.partners__heading:not(:last-child){margin-bottom:3rem}.services-comparison__heading:not(:last-child){margin-bottom:3rem}.services-comparison__row{margin:0 -1.5rem -2rem 0;display:flex;flex-flow:row wrap;align-items:flex-start;place-content:flex-start}.services-comparison__col{gap:2rem;flex-shrink:0;width:50%;padding:0 1.5rem 2rem 0}.services-comparison__item{font-size:1.25rem}.faq__heading .typography{gap:3rem}.questions{font-size:1.5rem}.contact__col.contact__col--content-mod{width:51.9425675676%}.contact__content{gap:2.5rem}.contact__content .typography{gap:2.5rem}.contact__content .typography__description{font-size:1.5rem;line-height:1.25}.contact__content:not(:last-child){margin-bottom:3rem}.contact__list{gap:1.5rem}.contact__link{font-size:1.5rem}.contact__buttons-wrap:not(:first-child)::before{margin-bottom:1.25rem}.contact__cookie-wrap{bottom:calc(100% + 4rem)}}@media screen and (min-width:61.99875em)and (min-width:61.99875em){.services--v3-mod .services__item{padding-block:1.5rem}}@media (min-width:76.5em){.typography__title:not([class*=typography--size-] .typography__title){font-size:2.5rem}.hero__container:not(.hero--v2-mod .hero__container){font-size:2.5rem}.hero--v2-mod .hero__container{font-size:2rem}.stats--v2-mod .stats-card__value{font-size:2rem}}@media screen and (min-width:89.99875em){.cookey-label{-webkit-transform:translateX(calc(100% + 1.25rem));transform:translateX(calc(100% + 1.25rem))}}@media (min-width:75em){.header__main{font-size:1.5rem}}@media screen and (max-width:76.5em){.partners__slider{margin-inline:-1.25rem;padding-inline:1.25rem}}@media screen and (max-width:61.99875em){.form{gap:1rem}.form__row{gap:1rem}textarea.input{height:11.25rem;padding:.625rem 1rem}.menu__body{position:fixed;left:50%;top:0;width:calc(100vw + 2px);height:calc(100vh + 2px);padding:9.375rem .9375rem 3.125rem 1.875rem;font-size:1.5rem;background-color:#392f5a;overflow:auto;-webkit-transform:translateX(-150%);transform:translateX(-150%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;will-change:transform}.menu-open .menu__body{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.menu__list{flex-direction:column}.icon-menu{position:relative;z-index:5;display:block;width:1.875rem;height:1.125rem}.icon-menu span,.icon-menu::after,.icon-menu::before{position:absolute;right:0;width:100%;height:.125rem;background-color:#fff;transition:all .3s ease 0s;content:""}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup__form-wrapper{gap:1.5rem}.popup__heading:not(.popup__form-wrapper .popup__heading):not(:last-child){margin-bottom:1rem}.popup__text-inner{font-size:1rem}.popup__message-wrapper{gap:1.5rem}.popup__message{font-size:1.5rem}.popup__message-icon{width:7rem;height:7rem}.spollers{gap:1rem}.spollers__item{font-size:1.5rem}.breadcrumbs{font-size:1.125rem}.breadcrumbs{font-size:1rem}.social-list{gap:1.5rem}.btn-base{font-size:1.25rem}.btn-base.btn-base--sm-mod{font-size:1.25rem}.btn-base.btn-base--lg-mod{min-height:2.5em;font-size:1.5rem}.btn-text.btn-text--lg-mod{font-size:1rem}.section{padding-block:2rem}.scroll-btn__link{width:3rem;height:3rem}.typography{gap:1.5rem}.typography--size-lg-mod .typography__title{font-size:1.5rem}.typography--size-md-mod .typography__title{font-size:1.25rem}.typography--size-sm-mod .typography__title{font-size:1.125rem}.typography--size-xs-mod .typography__title{font-size:1rem}.typography__description{font-size:1rem}.typography__description h2{font-size:1.5rem}.typography__description h3{font-size:1.5rem}.typography__description h4{font-size:1.125rem}.typography__description h5{font-size:1rem}.header__top{align-items:center;padding-block:.9375rem}.header__logo{width:7.5rem}.header__contacts-list{gap:.5rem}.header__contacts-link{font-size:1rem}.header__contacts-icon{width:1.5em;height:1.5em}.header__main{gap:1.25rem;font-size:1.125rem}.header__menu{order:2;-webkit-margin-start:auto;margin-inline-start:auto}.header__actions{order:1}.footer__body{padding-bottom:4.0625rem}.footer__col{gap:1.5rem}.footer__title{font-size:1.5rem}.footer__title.footer__title--small-mod{font-size:1.125rem}.footer__contacts-item{font-size:1.25rem}.footer__content-text{font-size:1rem}.footer__content-text p:not(:last-child){margin-bottom:.75em}.hero:not(.hero--v2-mod){padding-block:5rem 6.25rem}.hero.hero--v2-mod{min-height:12.625rem}.services__heading:not(:last-child){margin-bottom:2rem}ol .services__item{-webkit-padding-start:3rem;padding-inline-start:3rem}.card-service{gap:.75rem}.card-service__heading{font-size:1.25rem}.card-service__heading{gap:.5rem}ol .card-service__heading{gap:.4em}.card-service__icon{width:3.125rem;height:3.125rem}.card-service__description{font-size:1rem}.cta-banner{padding-block:2rem}.list-block{gap:1rem;padding:1.5rem}.list-block__list{font-size:1rem}.list-block--v2-mod .list-block__list{font-size:1.25rem}.list-block--v2-mod .list-block__item{padding-block:.5rem}.list-block__icon{width:2.625rem;height:2.625rem}.list-block--v2-mod .list-block__icon{width:2.625rem;height:2.625rem}.reviews{padding-block:2rem}.card-review__author{font-size:1.125rem}.stats__heading:not(:last-child){margin-bottom:2rem}.stats__item{width:50%}.stats--v2-mod .stats__item{width:100%}.stats-card__title{font-size:1rem}.partners__heading:not(:last-child){margin-bottom:2rem}.services-comparison__heading:not(:last-child){margin-bottom:2rem}.services-comparison__col{gap:1.5rem}.services-comparison__col:not(:last-child){margin-bottom:2rem}.services-comparison__title .typography{text-align:left}.services-comparison__item{font-size:1rem}.questions{font-size:1.25rem}.contact{margin-top:2.5rem}.contact__col.contact__col--content-mod{flex-grow:1}.contact__content{gap:1.5rem}.contact__content:not(:last-child){margin-bottom:2rem}.contact__list{gap:1rem}.contact__link{font-size:1.25rem}.contact__buttons-wrap:not(:first-child)::before{margin-bottom:.25rem}.contact__cookie-wrap{bottom:calc(100% + 2rem)}}@media screen and (max-width:61.99875em)and (any-hover:none){.icon-menu{cursor:default}}@media screen and (max-width:47.99875em){.popup--v2-mod .popup__content{padding:1rem 1rem 2.5rem}.social-list{justify-content:space-evenly}.footer__body{grid-template-columns:1fr}.split-section__row{flex-direction:column}.split-section__col{width:100%}.contact__row{flex-direction:column}.contact__col.contact__col--image-mod{display:none}.contact__content .typography .typography__title::after{max-width:100%}.contact__buttons-wrap:not(:first-child)::before{max-width:100%}.contact__buttons-wrap .btn-base{width:100%}}@media screen and (max-width:29.99875em){.reviews__item{width:18.125rem}.card-review{gap:1rem;padding-inline:1rem}.card-review__avatar-wrap{width:3rem;height:3rem}.card-review__content{gap:.3125rem}.stats__list{margin:0 -1rem -2rem 0}.stats__item{padding:0 1rem 2rem 0}.stats-card{gap:.375rem}.stats-card__icon{width:3.125rem;height:3.125rem}.stats-card__value{font-size:1.75rem}.questions__btn{font-size:1.125rem}}@media screen and (max-width:24.375em){html{font-size:4.1025641026vw}}@media (max-width:24.375em){.typography__title:not([class*=typography--size-] .typography__title){font-size:1.75rem}.hero__container:not(.hero--v2-mod .hero__container){font-size:1.3125rem}.hero--v2-mod .hero__container{font-size:1.5rem}.stats--v2-mod .stats-card__value{font-size:1.5rem}}@media (min-width:24.375em)and (max-width:76.5em){@supports (font-size:clamp(1.75rem ,1.3992805755rem + 1.4388489209vw ,2.5rem)){.typography__title:not([class*=typography--size-] .typography__title){font-size:clamp(1.75rem ,1.3992805755rem + 1.4388489209vw ,2.5rem)}}@supports not (font-size:clamp(1.75rem ,1.3992805755rem + 1.4388489209vw ,2.5rem)){.typography__title:not([class*=typography--size-] .typography__title){font-size:calc(1.75rem + .75*(100vw - 24.375rem)/ 52.125)}}@supports (font-size:clamp(1.3125rem ,0.7571942446rem + 2.278177458vw ,2.5rem)){.hero__container:not(.hero--v2-mod .hero__container){font-size:clamp(1.3125rem ,.7571942446rem + 2.278177458vw ,2.5rem)}}@supports not (font-size:clamp(1.3125rem ,0.7571942446rem + 2.278177458vw ,2.5rem)){.hero__container:not(.hero--v2-mod .hero__container){font-size:calc(1.3125rem + 1.1875*(100vw - 24.375rem)/ 52.125)}}@supports (font-size:clamp(1.5rem ,1.2661870504rem + 0.9592326139vw ,2rem)){.hero--v2-mod .hero__container{font-size:clamp(1.5rem ,1.2661870504rem + .9592326139vw ,2rem)}}@supports not (font-size:clamp(1.5rem ,1.2661870504rem + 0.9592326139vw ,2rem)){.hero--v2-mod .hero__container{font-size:calc(1.5rem + .5*(100vw - 24.375rem)/ 52.125)}}@supports (font-size:clamp(1.5rem ,1.2661870504rem + 0.9592326139vw ,2rem)){.stats--v2-mod .stats-card__value{font-size:clamp(1.5rem ,1.2661870504rem + .9592326139vw ,2rem)}}@supports not (font-size:clamp(1.5rem ,1.2661870504rem + 0.9592326139vw ,2rem)){.stats--v2-mod .stats-card__value{font-size:calc(1.5rem + .5*(100vw - 24.375rem)/ 52.125)}}}@media (min-width:61.99875em)and (max-width:75em){@supports (font-size:clamp(1.25rem ,0.0578309778rem + 1.9228920296vw ,1.5rem)){.header__main{font-size:clamp(1.25rem ,.0578309778rem + 1.9228920296vw ,1.5rem)}}@supports not (font-size:clamp(1.25rem ,0.0578309778rem + 1.9228920296vw ,1.5rem)){.header__main{font-size:calc(1.25rem + .25*(100vw - 61.99875rem)/ 13.00125)}}}@media (max-width:61.99875em)and (min-width:47.99875em){.footer__body{grid-template-columns:repeat(2,1fr)}.footer__col.footer__col--contacts-mod{order:1}.footer__col.footer__col--content-mod{order:3;grid-column:1/-1}.footer__col.footer__col--socials-mod{order:2}}@media screen and (min-width:61.99875em)and (max-width:61.99875em){.services--v3-mod .services__item{padding-block:1rem}}