.navigate{display:flex}.navigate--styles>.navigate__link+.navigate__link{margin-left:4px}.navigate__link{color:var(--color-steel-gray-100);padding:3px 12px 5px;text-decoration:none;transition:color .1s,background-color .1s}.navigate__link--active,.navigate__link:hover{color:var(--color-white)}.mobile-menu{background-color:var(--color-white);display:flex;flex-direction:column;left:50%;max-height:calc(100% - 20px);max-width:742px;opacity:0;position:fixed;top:9px;transform:translateX(-50%);transition:opacity .2s,visibility .2s,box-shadow .2s;visibility:hidden;width:100%;z-index:var(--z-index-popup)}.mobile-menu--with-bottom-padding{padding-bottom:48px}@media screen and (max-width:766px){.mobile-menu{max-width:calc(100% - 24px);top:8px}}.mobile-menu__header{align-items:center;border-bottom:1px solid var(--color-black-10);display:flex;justify-content:space-between;padding:20px 16px 18px;width:100%}.mobile-menu__header_back-button{display:none}.mobile-menu__header_back-button--icon{transform:rotate(180deg)}.mobile-menu__header_back-button--show{display:block}.mobile-menu__header_close{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.mobile-menu__header_close path{transition:stroke .1s}.mobile-menu__header_close:hover path{stroke:var(--color-black-75)}.mobile-menu__content{padding:24px 16px}.mobile-menu__content,.mobile-menu__list{display:flex;flex-direction:column;gap:20px}.mobile-menu__row{display:flex;flex-direction:row;gap:12px;width:100%}.mobile-menu__row_between{justify-content:space-between}.mobile-menu__link{transition:color .1s}.mobile-menu__link:hover{color:var(--color-text-primary)}.mobile-menu__more-items{display:none;max-height:0}.mobile-menu__more-label:hover{cursor:pointer}.mobile-menu__input{display:none;opacity:0;-webkit-user-select:none;user-select:none;visibility:hidden}.mobile-menu__input:checked~.mobile-menu__more-label{display:none}.mobile-menu__input:checked~.mobile-menu__more-items{display:flex;max-height:100%}.mobile-menu__profile-block{border-top:1px solid var(--color-black-75);padding:0;width:100%}.mobile-menu__lang-selector{display:none;flex-direction:column}.mobile-menu__lang-selector--show{display:flex}.mobile-menu__lang-selector_title{align-self:flex-end;color:var(--color-black-40);cursor:pointer;font-size:24px;font-style:normal;font-weight:400;line-height:32px;position:relative}.mobile-menu__lang-selector_arrow{cursor:pointer;position:relative;transform:rotate(180deg)}.mobile-menu__lang-selector_arrow path{fill:var(--color-black-40)}.mobile-menu__lang-selector_link{color:var(--color-steel-gray-100);margin:0 16px;padding:11px 0;transition:color .1s}.mobile-menu__lang-selector_link+.mobile-menu__lang-selector_link{border-top:1px solid var(--color-black-75)}.mobile-menu__lang-selector_link:hover{color:var(--color-white)}.mobile-menu--dark{background-color:var(--color-black-90)}.mobile-menu--dark .mobile-menu__header{border-bottom:1px solid var(--color-black-75)}.mobile-menu--dark .mobile-menu__header_close path{stroke:var(--color-black-10)}.mobile-menu--dark .mobile-menu__header_close:hover path{stroke:var(--color-black-40)}.mobile-menu--dark .mobile-menu__header_text{color:var(--color-black-10)}.mobile-menu .user-limits{padding-left:0}.mobile-menu .user-profile__bonuse-line{display:none}.mobile-menu--shifted-down{transform:translate(-50%,12px)}.mobile-menu:not(:has(.mobile-profile-root .mobile-menu__profile-block)) .mobile-menu__more-items{display:flex;max-height:100%}.mobile-menu:not(:has(.mobile-profile-root .mobile-menu__profile-block)) .mobile-menu__more-label{display:none}.mobile-menu-button{display:none}.mobile-menu-button--styles{align-items:center;height:40px;justify-content:center;width:40px}@media screen and (max-width:1278px){.mobile-menu-button--styles{display:flex}}.mobile-menu-button--styles+.mobile-menu-button--styles{margin-left:4px}.mobile-menu-button--mobile{display:none}@media screen and (max-width:766px){.mobile-menu-button--mobile{display:flex}}.mobile-menu-button__checkbox{display:none}.mobile-menu-button__label{align-items:center;cursor:pointer;display:flex;height:inherit;justify-content:center;position:relative;transition:background-color .2s;width:inherit}.mobile-menu-button__label:hover path{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__label:hover path{stroke:var(--color-black-75)}}.mobile-menu-button__label--white:hover .mobile-menu-button__icon path,.mobile-menu-button__label--white:hover path{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__label--white .mobile-menu-button__icon path{stroke:var(--color-steel-gray-100)}}.mobile-menu-button__icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.mobile-menu-button__icon:nth-child(2){opacity:0}.mobile-menu-button__icon path{stroke:var(--color-steel-gray-100);transition:stroke .1s}.mobile-menu-button__icon path:hover{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__icon path{stroke:var(--color-black-100)}.mobile-menu-button__icon--white path{stroke:var(--color-steel-gray-100)}}.mobile-menu-button__item{background:var(--color-white);display:block;height:2px;position:absolute;transform:rotate(0);transition:transform .2s,opacity .2s;width:100%}.mobile-menu-button__item:first-child{top:3px}.mobile-menu-button__item:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-button__item:nth-child(3){bottom:3px}.mobile-menu-button__shadow{background-color:var(--color-black-alpha100-70);height:110vh;left:0;opacity:0;position:fixed;top:-10px;transition:opacity .1s,visibility .1s;visibility:hidden;width:100vw;z-index:var(--z-index-popup-shadow)}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__icon:first-child{opacity:0}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__icon:nth-child(2){opacity:1}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item{width:99%}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:first-child{transform:rotate(135deg) translate(5px,-4px)}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:nth-child(2){opacity:0;transform:translate(-100%,-50%)}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:nth-child(3){transform:rotate(-135deg) translate(4px,4px)}.mobile-menu-button__checkbox:checked~.mobile-menu-button__shadow{opacity:1;visibility:visible}.mobile-menu-button__checkbox:checked~.mobile-menu{box-shadow:0 40px 40px #0a002014,0 10px 20px #0000000d;opacity:1;overflow-y:scroll;visibility:visible}.article-menu__nav{display:flex;flex-direction:column;margin-top:32px}.article-menu__nav--padding{padding:18px 16px}.article-menu__nav--overflow-auto{overflow:auto}.article-menu__nav--margin-0{margin-top:0}.article-menu__nav--hidden{display:none}.article-menu__nav_wrapper+.article-menu__nav_wrapper{margin-top:24px}.article-menu__nav_wrapper{display:flex;flex-direction:column;gap:24px}.article-menu__nav_title{color:var(--color-black-60);transition:color .1s}.article-menu__nav_title--margin-bottom{margin-bottom:24px}@media screen and (max-width:378px){.article-menu__nav_title--margin-bottom{margin-bottom:14px}}.article-menu__nav_title--margin-bottom-min{margin-bottom:12px}.article-menu__nav_title--active,.article-menu__nav_title:hover{color:var(--color-black-90)}.article-menu__nav_title--white{color:var(--color-black-10)}.article-menu__nav_title--white.article-menu__nav_title--active,.article-menu__nav_title--white:hover{color:var(--color-black-40)}.article-menu__nav_list{display:flex;flex-direction:column;gap:16px;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;overflow:hidden;transition:max-height 1s}.article-menu__nav_item{max-width:232px;padding-left:16px;position:relative}.article-menu__nav_item_link--active>span{color:var(--color-black-90)}.article-menu__nav_item_link--active>span:before{background-color:var(--color-black-90);border-radius:50%;content:"";height:4px;left:-10px;position:absolute;top:8px;width:4px}.article-menu__nav_item_link+.article-menu__nav_item_link{margin-top:12px}.article-menu__nav_item>.link{display:block}.article-menu__nav_horizontal{display:flex;justify-content:space-between}.dropdown-menu{display:flex;flex-direction:column}.dropdown-menu,.dropdown-menu__title{position:relative}.dropdown-menu__label{align-items:center;cursor:pointer;display:flex;gap:4px;position:relative}.dropdown-menu__badge{background-color:var(--color-accent-negative);border-radius:6px;margin-right:4px;padding:4px;text-transform:uppercase}.dropdown-menu__body{background-color:var(--color-black-90);box-shadow:0 2px 6px #00000040;display:flex;flex-direction:column;left:-12px;min-width:320px;opacity:0;padding:16px;position:absolute;top:calc(100% + 16px);transition:opacity .2s,visibility .2s;visibility:hidden}@media screen and (max-width:766px){.dropdown-menu__body{display:none}}.dropdown-menu__arrow{cursor:pointer;position:relative;transform:rotate(180deg);transition:transform .2s}.dropdown-menu__arrow path{fill:var(--color-white)}.dropdown-menu__arrow--mobile path{fill:var(--color-black-40)}.dropdown-menu:hover .dropdown-menu__label_text{color:var(--color-white)}.dropdown-menu__label:focus .dropdown-menu__arrow,.dropdown-menu__label:focus-within .dropdown-menu__arrow,.dropdown-menu__label:hover .dropdown-menu__arrow{transform:rotate(0deg)}.dropdown-menu__label:hover .dropdown-menu__arrow path{fill:var(--color-white)}.dropdown-menu__body:focus,.dropdown-menu__body:focus-within,.dropdown-menu__body:hover,.dropdown-menu__label:focus .dropdown-menu__body,.dropdown-menu__label:focus-within .dropdown-menu__body,.dropdown-menu__label:hover .dropdown-menu__body{opacity:1;visibility:visible}.menu-card{border-bottom:1px solid var(--color-black-75);display:flex;gap:12px;padding:16px 0}.menu-card:first-child{padding-top:0}.menu-card:last-child{border:none;padding-bottom:0}@media screen and (max-width:1278px){.menu-card__icon{height:24px;width:24px}}.menu-card__text-wrapper{display:flex;flex-direction:column;gap:4px}.menu-card__description,.menu-card__header{color:var(--color-text-secondary)}@media screen and (max-width:1278px){.menu-card__header{font-size:18px;font-style:normal;font-weight:400;line-height:24px}.menu-card__description{display:none}}.menu-card:hover .menu-card__description,.menu-card:hover .menu-card__header{color:var(--color-text-primary)}.menu-card:hover .menu-card__icon path{fill:var(--color-white)}.menu-card--active .menu-card__description,.menu-card--active .menu-card__header{color:var(--color-white)}.menu-card--active .menu-card__icon path{fill:var(--color-white)}.menu-card__status{background:var(--color-accent-negative);border-radius:50%;display:inline-block;height:8px;width:8px}@media screen and (max-width:1278px){.menu-card{border:none;padding-bottom:20px;padding-top:0}}.header{align-items:center;background-color:initial;display:flex;flex-direction:column;justify-content:center;position:-webkit-sticky;position:sticky;top:0;transition:top .2s linear;width:100%;z-index:var(--z-index-over-page-elements)}.header--shifted-up{top:-40px}.header--fix .header__wrapper{padding:0 12px;transition:padding .2s .2s,max-width .2s}.header--fix .header__wrapper_user{background-color:var(--color-black-75)}.header--fix .header__wrapper_user g>circle,.header--fix .header__wrapper_user g>path{stroke:var(--color-steel-gray-100)}.header--fix .header__wrapper_user:focus,.header--fix .header__wrapper_user:focus-within,.header--fix .header__wrapper_user:hover{background-color:var(--color-black-90)}.header--fix .header__wrapper_user:focus g>circle,.header--fix .header__wrapper_user:focus g>path,.header--fix .header__wrapper_user:focus-within g>circle,.header--fix .header__wrapper_user:focus-within g>path,.header--fix .header__wrapper_user:hover g>circle,.header--fix .header__wrapper_user:hover g>path{opacity:1}@media screen and (max-width:1438px){.header--fix .header__wrapper{padding:0 24px;padding:0 12px}}.header--fix .navigate__link{background-color:var(--color-bg-header)}.header--fix .navigate__link:hover{background-color:var(--color-bg-header-hover)}.header--fix .navigate__link--active{background-color:var(--color-steel-gray-100);color:var(--color-text-contrast)}.header--fix .navigate__link--active:hover{background-color:var(--color-black-90);color:var(--color-white)}.header--fix .mobile-menu-button__label{background-color:var(--color-black-75)}.header--fix .mobile-menu-button__label:hover{background-color:var(--color-black-90)}.header--fix .mobile-menu-button__label:hover path{stroke:var(--color-white)}.header--fix .mobile-menu-button__icon path{stroke:var(--color-steel-gray-100)}.header--fix .header__logo{padding:0 4px 0 0;transition:padding .2s .2s}.header--fix .header__logo_short{height:40px;margin-bottom:0;transition:width .2s .2s,height .2s .2s,margin .2s .2s;width:40px}.header--fix .header__logo_text{margin-left:0;max-width:0;opacity:0;transition:opacity .2s,visibility .2s,margin .2s .2s,max-width .2s .2s;visibility:hidden}.header__wrapper{height:60px;justify-content:space-between;max-width:var(--screen-width);padding:0;position:relative;transition:padding .2s,max-width .2s;width:100%}.header__wrapper,.header__wrapper_navigate{align-items:center;display:flex}@media screen and (max-width:1278px){.header__wrapper_navigate_menu{display:none}}.header__wrapper_info{align-items:center;display:flex;justify-content:flex-end}.header__wrapper_info>*+*{margin-left:4px}@media screen and (max-width:766px){.header__wrapper_info>*+*{margin-left:20px}}@media screen and (max-width:460px){.header__wrapper_info>*+*{margin-left:16px}}.header__wrapper_user{align-items:center;background-color:initial;display:flex;height:40px;justify-content:center;transition:background-color .1s}.header__wrapper_user g>circle,.header__wrapper_user g>path{stroke:var(--color-steel-gray-100);opacity:.8;transition:opacity .1s}@media screen and (max-width:766px){.header__wrapper_user{display:none;visibility:hidden}}.header__wrapper_user--white g>circle,.header__wrapper_user--white g>path{stroke:var(--color-steel-gray-100)}.header__wrapper_user--width-auto{padding:0 6px;width:auto}.header__wrapper_user--width-auto span{color:var(--color-steel-gray-100)}.header__wrapper_user:hover g>circle,.header__wrapper_user:hover g>path{opacity:1}.header__wrapper .widget-custom-voice-packs-notification+*{margin-left:20px}.header__wrapper_login-skeleton{border-radius:6px;padding:4px 8px}@media screen and (max-width:1438px){.header__wrapper{padding:0 12px}}.header__logo{align-items:center;display:flex;height:100%;padding:0 12px 0 0;transition:padding .2s}.header__logo--hidden{display:none}.header__logo_short{height:20px;transition:width .2s,height .2s,margin .2s;width:19px;will-change:width,height,margin}.header__logo_text{margin-left:7px;max-width:130px;transition:opacity .2s .2s,visibility .2s .2s,margin .2s,max-width .2s;will-change:margin,max-width}.header__logo_text--dark path{fill:var(--color-black-100)}.header__logo_text--dark:hover path{fill:var(--color-black-75)}.header__logo_text:hover path{fill:var(--color-white)}@media screen and (max-width:766px){.header__logo_text path{fill:var(--color-black-100)}.header__logo_text:hover path{fill:var(--color-black-75)}.header__logo_text--white path{fill:var(--color-steel-gray-100)}.header__logo_text--white path:hover{fill:var(--color-white)}}.header__navigate{flex:1 1 auto;justify-content:center}@media screen and (max-width:991px){.header__navigate{display:none}}.header__lang{align-items:center;display:flex;justify-content:flex-end;position:relative;width:60px}.header__lang-img{height:20px;object-fit:contain;object-position:center;width:20px}@media screen and (max-width:991px){.header__lang{display:none}}.benefits{display:grid;grid-row-gap:48px;row-gap:48px;grid-column-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr;margin:0 auto;width:100%}@media screen and (max-width:766px){.benefits{grid-template-columns:1fr}}@media screen and (max-width:460px){.benefits{row-gap:44px}}.benefits__item{display:flex;flex-direction:row;gap:24px;max-width:658px}@media screen and (max-width:460px){.benefits__item{flex-direction:column}}.benefits__item-icon{align-self:start;height:48px;max-width:48px;width:100%}.benefits__item-text-content{display:flex;flex-direction:column}.benefits__item-title{margin-bottom:12px}@media screen and (max-width:460px){.benefits__item-title{margin-bottom:8px}}.benefits__item-description{max-width:564px}.section{padding:102px 40px}.section__title{color:var(--color-text-primary);max-width:805px;text-align:center}@media screen and (max-width:460px){.section__title{font-size:32px;line-height:36px}}@media screen and (max-width:1438px){.section{padding:90px 20px}}@media screen and (max-width:600px){.section{padding:60px 20px}}@media screen and (max-width:328px){.section{padding:60px 8px}}.section--with-bottom-border{border-bottom:1px solid var(--color-bg-content-primary)}.section--with-top-border{border-top:1px solid var(--color-bg-content-primary)}.section--relative{position:relative}.section--first{padding:90px 40px 56px}@media screen and (max-width:1438px){.section--first{padding:78px 20px 56px}}@media screen and (max-width:600px){.section--first{padding:48px 20px 56px}}@media screen and (max-width:328px){.section--first{padding:48px 8px 56px}}@media screen and (max-width:991px){.section--without-bottom-padding{padding-bottom:0}}.row-section{display:flex;flex-direction:row;justify-content:space-between}.row-section__left-column{align-items:flex-start;display:flex;flex-direction:column;max-width:540px}@media screen and (max-width:991px){.row-section__left-column{align-items:center}}.row-section__right-column{display:flex;flex-direction:column}.row-section__title{text-align:left}@media screen and (max-width:991px){.row-section__title{text-align:center}}.row-section__subtitle{margin-top:24px;text-align:left}@media screen and (max-width:991px){.row-section__subtitle{text-align:center}}.row-section__content-item{margin-top:60px}@media screen and (max-width:766px){.row-section__content-item{margin-top:40px}}@media screen and (max-width:460px){.row-section__content-item{margin-top:24px}}@media screen and (max-width:991px){.row-section{align-items:center;flex-direction:column}}.row-section__description{margin-top:24px}.row-section__release{align-self:flex-start;margin-top:8px}.column-section{align-items:center;display:flex;flex-direction:column}.column-section__title{max-width:760px;text-align:center}.column-section__subtitle{margin-top:24px;max-width:808px;text-align:center}.column-section__content-item{margin-top:60px}@media screen and (max-width:766px){.column-section__content-item{margin-top:44px}}.column-section__control-item{margin-top:40px}.column-section__image{margin-top:56px;max-width:852px;width:100%}@media screen and (max-width:600px){.column-section__image{margin-top:40px}}.rounded-section{border-radius:24px}@media screen and (max-width:1438px){.rounded-section{margin:0 20px}.rounded-section--no-bg-margin{margin:0}}@media screen and (max-width:766px){.rounded-section--no-bg-margin{margin:0 12px}}@media screen and (max-width:328px){.rounded-section{margin:0 8px}}.rounded-section__title{max-width:864px}.rounded-section__subtitle{max-width:1074px}.rounded-section__button{margin-top:40px;max-width:423px}@media screen and (max-width:600px){.rounded-section__button{margin-top:212px}}.rounded-section__title+.rounded-section__subtitle{margin-top:40px}.rounded-section__subtitle+.rounded-section__subtitle{margin-top:32px}.rounded-section--grey-bg{background-color:var(--color-bg-content-primary)}@media screen and (max-width:600px){.rounded-section--with-button{padding:48px 12px 12px}}.step-section{align-items:center;display:flex;flex-direction:column;margin-top:56px}.step-section__step-title{margin-bottom:12px;max-width:760px}.step-section__step-subtitle{max-width:760px}.step-section__number{height:48px;margin-bottom:24px;width:48px}@media screen and (max-width:766px){.step-section__number{margin-bottom:24px}}@media screen and (max-width:600px){.step-section__number{margin-bottom:20px}}.step-section__link{color:var(--color-text-primary);display:inline-block}.step-section__link:after{background:var(--color-text-primary);content:"";display:block;height:1px;opacity:.7;transition:opacity .2s;width:100%}.step-section__link:hover:after{opacity:1}.step-section__image{margin-top:56px;max-width:852px;width:100%}@media screen and (max-width:600px){.step-section__image{margin-top:40px}}.button{align-items:center;display:flex;justify-content:center;position:relative}.button--styles{background-color:var(--color-steel-gray-100);cursor:pointer;font-size:24px;line-height:32px;padding:32px 20px;transition:background-color .2s,opacity .2s;width:100%}.button--styles:hover{background-color:var(--color-yellow-100)}@media screen and (max-width:460px){.button--styles{font-size:20px;line-height:28px;padding:16px 20px}}.button--send>.button__value{opacity:0;visibility:hidden}.button--send>.button__loader{opacity:1}.button--dark{background-color:var(--color-black-100);border:2px solid #0000;color:var(--color-white);outline:none;transition:border .1s,background-color .2s,opacity .2s}.button--dark:hover{background-color:var(--color-black-90)}.button--dark:focus{border:2px solid var(--color-yellow-100)}.button--yellow{background-color:var(--color-yellow-100);color:var(--color-text-black)}.button--yellow path{fill:var(--color-black-100)}.button--yellow:hover{background-color:var(--color-yellow-90)}.button--gray{background-color:var(--color-steel-gray-100);color:var(--color-text-black)}.button--blue{background-color:var(--color-blue-90);color:var(--color-white)}.button--blue:hover{background-color:var(--color-blue-100)}.button--blue:active{background-color:var(--color-blue-110)}.button--tertiary-alpha{background-color:var(--color-bg-tertiary-alpha)}.button--tertiary-alpha:hover{background-color:var(--color-bg-tertiary-alpha-hover)}.button--tertiary-alpha:active{background-color:var(--color-bg-tertiary-alpha-active)}.button--white{background-color:var(--color-white);color:var(--color-text-black)}.button--white:hover{background-color:var(--color-yellow-100)}.button--white-event{background-color:var(--color-white);color:var(--color-blue-90)}.button--white-event:hover{background-color:var(--color-white);color:var(--color-text-black)}.button--bg-offer{background-color:var(--color-offer);color:var(--color-white)}.button--bg-offer path{fill:currentColor}.button--bg-offer:hover{background-color:#ff9291}.button--negative{color:var(--color-text-white)}.button--negative,.button--negative:hover{background-color:var(--color-accent-negative)}.button--negative:hover{color:var(--color-text-black)}.button--hide{display:none}.button--mini{padding:16px 20px}.button--mini:disabled{opacity:1}.button--height-65{height:65px}.button--height-96{height:96px}@media screen and (max-width:600px){.button--height-96{height:64px}}.button--width-unset{width:unset}.button--email-form{height:unset;padding:28px;width:unset}@media screen and (max-width:766px){.button--email-form{padding:12px}}.button--rounded{border-radius:6px}.button__value{opacity:1;transition:opacity .2s,visibility .2s;visibility:visible}.button__value--hide{opacity:0;visibility:hidden}.button__value--static{opacity:1;visibility:visible}.button__loader{display:block;height:100%;max-width:150px;object-fit:contain;object-position:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s}.button__loader--show{opacity:1}.button__icon{align-items:center;display:flex;height:32px;justify-content:center;margin-right:8px;position:relative;width:32px}.button__icon--width-animate{margin:0;max-width:0;transition:max-width .5s .1s,margin .5s .1s}.button__icon_default{height:100%;left:0;position:absolute;top:0;transition:opacity .1s;width:100%}.button__icon_loader{animation:circleLoader 1s linear 0s infinite;opacity:0;transition:opacity .1s;will-change:transform,opacity}.button__icon_loader--mini{height:50%;object-fit:contain;object-position:center;top:auto}.button__icon_loader--width-animate{transition:opacity .1s}.button__icon_loader--show{opacity:1}.button__icon_loader--single{height:40px;left:auto;top:auto;width:40px}.button--mini:disabled .button__icon--width-animate{margin-right:16px;max-width:32px;transition:max-width .5s,margin .5s}.button--fetching .button__icon_default{opacity:0}.button--fetching .button__icon_loader{opacity:1}.button--email-form>.button__loader{width:100%}.button--email-form .button__value{height:40px;width:40px}.button--disabled{color:var(--color-black-90);cursor:default;opacity:.4}.button--disabled:hover{background-color:var(--color-steel-gray-100)}.button:disabled{color:var(--color-text-disabled);cursor:not-allowed}.button:disabled,.button:disabled .button:hover{background-color:var(--color-bg-disabled)}@keyframes circleLoader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tooltip{flex:0 1;position:relative;text-align:center;width:100%}.tooltip:hover .tooltip__item{visibility:visible;z-index:var(--z-index-toast)}.tooltip--on-click:hover .tooltip__item{visibility:hidden}.tooltip--on-click:hover .tooltip__item--visible{visibility:visible}.tooltip__item{background-color:var(--color-black-100);max-width:218px;padding:4px 8px;position:absolute;visibility:hidden}.tooltip__item:after{border-color:var(--color-black-100) #0000 #0000 #0000;border-style:solid;border-width:5px;content:"";left:50%;position:absolute;top:100%;transform:translate(-50%)}.tooltip__item--large{width:210px}.tooltip__item--top{bottom:150%;left:50%;transform:translate(-50%)}.tooltip__item--top-start{bottom:150%;transform:translate(-88%)}.tooltip__item--top-start:after{left:unset;right:3%}.tooltip__item--top-end{bottom:130%;right:0}.tooltip__item--top-mid,.tooltip__item--top-mid-to-start{bottom:130%;transform:translate(-43%)}@media screen and (max-width:991px){.tooltip__item--top-mid-to-start{bottom:115%;transform:translate(-85%)}.tooltip__item--top-mid-to-start:after{left:unset;right:3%}}.tooltip__item--visible{visibility:visible}.tooltip__item--light-background{background-color:var(--color-black-90)}.tooltip__item--light-background:after{border-color:var(--color-black-90) #0000 #0000 #0000;content:""}.tooltip__text{color:var(--color-white)}.tooltip--disabled:hover .tooltip__item{visibility:hidden}.link{display:inline-block;position:relative}.link--styles>span{color:var(--color-white);font-weight:400;position:relative;transition:color .1s}.link--styles>span:after{background-color:var(--color-white);bottom:0;content:"";display:block;height:1px;left:0;opacity:0;position:absolute;transition:opacity .1s,visibility .1s;visibility:hidden;width:100%}.link--styles:hover>span:after{opacity:.8;visibility:visible}.link--no-line>span{color:var(--color-black-60)}.link--no-line>span:after{display:none}.link--dark>span,.link--no-line-active>span,.link--no-line:hover>span{color:var(--color-text-black)}.link--dark>span:after{background-color:var(--color-text-black)}.widget-skeleton{background-color:var(--color-white);border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:620px;padding:20px;width:100%}@media screen and (max-width:766px){.widget-skeleton{max-width:400px;min-height:400px;padding:12px}}.widget-skeleton__header{display:flex;gap:8px;justify-content:space-between;width:100%}.widget-skeleton__header-text{display:flex;flex-direction:column;gap:8px;width:100%}.widget-skeleton__title{height:104px;width:90%}.widget-skeleton__description{height:24px;width:80%}.widget-skeleton__settingsButton{height:52px;width:36px}.widget-skeleton__content{display:flex;flex-direction:column;gap:16px;width:100%}.widget-skeleton__button,.widget-skeleton__dropdown{height:96px;width:100%}@media screen and (max-width:766px){.widget-skeleton__button{height:66px}}.widget-skeleton_dark{background-color:var(--color-black-100)}.collapse{flex-direction:column}.collapse,.collapse__header{align-items:center;display:flex;justify-content:space-between}.collapse__header{cursor:pointer;padding:32px 0;width:100%}.collapse__header--text{color:var(--color-black-5);margin-right:20px;max-width:84%}@media screen and (max-width:328px){.collapse__header--text{word-break:break-word}}.collapse__chevron{display:inline-block;height:24px;position:relative;width:24px}.collapse__chevron:before{transform:translate(9px) rotate(-45deg)}.collapse__chevron:after{transform:translate(-2px) rotate(45deg)}.collapse__chevron:after,.collapse__chevron:before{background-color:var(--color-black-5);content:"";height:1.5px;position:absolute;top:12px;transition:transform .5s ease;width:17px}@media screen and (max-width:600px){.collapse__chevron:after,.collapse__chevron:before{transition:transform .1s ease}}.active .collapse__chevron:before{transform:translate(-2px) rotate(-45deg)}.active .collapse__chevron:after{transform:translate(9px) rotate(45deg)}.active~.collapse__content{max-height:4000px}@media screen and (max-width:600px){.active~.collapse__content{max-height:100%}}.collapse__content{max-height:0;overflow:hidden;padding-right:24px;transition:max-height .5s ease-out;width:100%;will-change:max-height}@media screen and (max-width:600px){.collapse__content{transition:max-height .1s ease-out}}.list{display:flex;flex-direction:column}.list--styles{max-width:696px}.list--styles>*+*{margin-top:26px}@media screen and (max-width:766px){.list--styles>*+*{margin-top:20px}}.list__point{padding-left:20px;position:relative}.list__point:before{background-color:var(--color-black-100);border-radius:50%;content:"";height:3px;left:4px;position:absolute;top:12px;width:3px}@media screen and (max-width:766px){.list__point:before{top:8px}}.list__point_faq-block:before{background-color:var(--color-text-white);border-radius:50%;content:"";height:3px;left:4px;position:absolute;top:15px;width:3px}.list__number{margin-left:26px;padding-left:8px;position:relative}.faq-block{color:var(--color-black-5);margin-bottom:62px;padding:40px;width:100%}.faq-block__header{padding-bottom:60px;padding-top:62px;text-align:center}.faq-block__header--affiliate{margin-bottom:60px;padding:0}.faq-block__main{display:flex;flex-direction:column}.faq-block__questions{border-top:1px solid var(--color-black-90);display:flex;width:100%}.faq-block__questions_header{align-items:flex-start;display:flex;flex-basis:30%;padding:32px 20px 32px 0}.faq-block__questions_header--text{color:var(--color-black-5)}.faq-block__questions_list{align-content:center;display:flex;flex-basis:70%;flex-direction:column}.faq-block__questions_list--noheader{flex-basis:100%}@media screen and (max-width:766px){.faq-block__questions{flex-direction:column}.faq-block__questions:not(:last-child){margin-bottom:70px}.faq-block__questions_header{padding:12px 0}.faq-block__questions,.faq-block__questions_header{border-bottom:1px solid var(--color-black-90)}}.faq-block__question-row~.faq-block__question-row{border-top:1px solid var(--color-black-90)}.faq-block__paragraph{color:var(--color-black-5)}@media screen and (max-width:328px){.faq-block__paragraph{word-break:break-word}}.faq-block__paragraph_link{color:var(--color-yellow-100);font-weight:500;position:relative;transition:color .1s}.faq-block__paragraph_link:after{background-color:var(--color-yellow-100);bottom:0;content:"";display:block;height:1px;left:0;opacity:0;position:absolute;transition:opacity .1s,visibility .1s;visibility:hidden;width:100%}.faq-block__paragraph_link:hover:after{opacity:.8;visibility:visible}.faq-block__paragraph~.faq-block__paragraph{margin-top:24px}.faq-block__list{list-style:initial;padding-left:32px}.faq-block__list:not(:first-child){margin-top:24px}.faq-block__list--numeric{list-style-type:decimal}.faq-block__list-item:not(:first-child){margin-top:24px}.faq-block__list:last-child,.faq-block__paragraph:last-child{margin-bottom:32px}.faq-block__questions~.faq-block__questions .faq-block__question-row:last-child{border-bottom:1px solid var(--color-black-90)}.faq-block__list{margin-top:24px;padding-left:26px}.faq-block__list .faq-block__paragraph{padding-left:8px}@media screen and (max-width:766px){.faq-block{padding:40px 12px}}.promo{background-color:var(--color-bg-content-tertiary);border-radius:16px;column-gap:56px;display:flex;min-height:700px;padding:40px 47px;position:relative;width:100%}@media screen and (max-width:1278px){.promo{display:flex;flex-direction:column;min-height:unset}}@media screen and (max-width:766px){.promo{border-radius:0 0 16px 16px;padding:40px 12px}}.promo--dark{background-color:var(--color-black-90)}.promo__informationContainer{justify-content:space-between}.promo__info,.promo__informationContainer{display:flex;flex-basis:50%;flex-direction:column}.promo__info{gap:20px;max-width:600px;width:100%}@media screen and (max-width:766px){.promo__info--mobile-padding{padding-top:34px}}.promo__logo{height:20px;width:97px}.promo__logo-img{height:inherit;object-fit:contain;object-position:center;width:inherit}@media screen and (max-width:766px){.promo__logo{display:none}}.promo__title{max-width:550px;width:100%}.promo__title--no-margin{margin:0}@media screen and (max-width:766px){.promo__title{padding-top:34px}}@media screen and (max-width:991px){.promo__title{text-align:left}}.promo__description{max-width:494px;width:100%}@media screen and (max-width:766px){.promo__description{display:none}}@media screen and (max-width:460px){.promo__description{max-width:366px}}.promo__description--mobile{display:none}@media screen and (max-width:766px){.promo__description--mobile{display:block;margin-top:0;word-break:break-word}}.promo__information{align-self:flex-start;display:flex;flex-direction:column;position:relative;width:100%}.promo__information--white>.promo__information-info{color:var(--color-white)}@media screen and (max-width:1278px){.promo__information{display:none}}.promo__information--mobile{display:none}@media screen and (max-width:1278px){.promo__information--mobile{display:flex}}.promo__information_text{font-size:12px;font-weight:100;letter-spacing:-.3px;line-height:17px}.promo__information_text a{color:var(--color-text-primary)}.promo__information_text--white,.promo__information_text--white a{color:var(--color-white)}.promo__information_social{align-items:center;border:1px solid var(--color-steel-gray-100);display:flex;margin-bottom:18px;max-width:641px;padding:20px;width:100%}.promo__information_social_text{color:var(--color-text-primary);max-width:285px;text-align:center;transform:translateY(2px)}.promo__information_social_wrapper{align-items:center;display:flex;justify-content:space-between;margin-left:20px;width:295px}@media screen and (max-width:346px){.promo__information_social_wrapper{flex-wrap:wrap;width:unset}}.promo__information_social_link{max-height:40px}@media screen and (max-width:460px){.promo__information_social_link{margin-bottom:2px}}.promo__information_social_link--youtube{background-color:var(--color-black-90)}.promo__information_social_link--wechat{position:relative}.promo__information_social_link--wechat:after{background-color:var(--color-black-100);background-image:url(https://s.lalal.ai/img/icons/social/wechat-qr.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:124%;content:"";height:142px;left:-125%;opacity:0;position:absolute;transition:opacity .1s,visibility .1s;visibility:hidden;width:142px;z-index:101}@media screen and (max-width:460px){.promo__information_social_link--wechat:after{left:-225%}}@media screen and (max-width:346px){.promo__information_social_link--wechat:after{left:0}}@media screen and (max-width:306px){.promo__information_social_link--wechat:after{left:-225%}}.promo__information_social_link--wechat:focus:after,.promo__information_social_link--wechat:hover:after{opacity:1;visibility:visible}@media (max-width:1438px) and (min-width:1278px){.promo__information_social{flex-direction:column;max-width:443px}.promo__information_social_wrapper{margin-left:0;margin-top:12px}}@media screen and (max-width:1278px){.promo__information_social{max-width:622px}}@media screen and (max-width:766px){.promo__information_social{flex-direction:column}.promo__information_social_wrapper{margin-left:0;margin-top:12px}}.promo__widget{align-items:flex-start;display:flex;margin:0 auto;max-width:586px;min-height:250px;position:relative;width:100%}.promo__widget--voice-changer{max-width:626px}@media screen and (max-width:1278px){.promo__widget{align-items:flex-start;margin:0 0 24px;margin-top:20px}}.promo__widget--batch-state{grid-row:2/5;max-width:632px;min-height:420px;padding-top:66px}@media screen and (max-width:1278px){.promo__widget--batch-state{min-height:inherit;padding-top:0}}.promo__widget--batch-done-state{grid-row:1/5}.promo__loader{height:73px;object-fit:contain;object-position:center}.promo__loader--align-self-center{align-self:center}.promo__loader--center{width:100%}@media screen and (max-width:600px){.promo__loader{width:100%}}.vcl-pricing-section{box-sizing:initial;margin:0 auto;max-width:864px}.vcl-pricing{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-gap:24px;gap:24px}@media screen and (max-width:991px){.vcl-pricing{grid-template-columns:1fr;width:100%}}.vcl-pricing__pack{background-color:var(--color-bg-content-primary);border-radius:16px;display:flex;flex-direction:column;gap:24px;padding:95px 40px 48px}@media screen and (max-width:991px){.vcl-pricing__pack{padding:32px 16px}}.vcl-pricing__pack-description{display:flex;flex-direction:column;gap:4px}.vcl-pricing__topic-title{align-items:center;display:flex;gap:8px}.vcl-pricing__topic-title-icon{height:16px;margin-top:4px;width:16px}.vcl-pricing__topic-title-tooltip-item{background-color:var(--color-bg-content-secondary)}.vcl-pricing__topic-title-tooltip-item:after{border-color:var(--color-bg-content-secondary) #0000 #0000 #0000;content:""}.vcl-pricing__pack-prime{border-radius:12px;padding:36px 36px 44px}@media screen and (max-width:991px){.vcl-pricing__pack-prime{padding:28px 16px}}.vcl-pricing__prime{align-items:center;background-color:var(--color-bg-primary);border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:15px 4px 4px}.vcl-pricing__icon{height:24px;width:24px}.vcl-pricing__info{align-items:center;display:flex;gap:6px}.vcl-pricing__one-time-fee{align-items:center;column-gap:6px;display:flex;flex-wrap:wrap}.vcl-pricing__stock-price{text-decoration:line-through}.vcl-pricing__discount-badge{align-items:center;background:var(--color-bg-secondary);border-radius:6px;display:flex;justify-content:center;padding:4px 8px 6px}.voice-cloner-page{display:flex;flex-direction:column;gap:12px}
.iJPryNbf:hover{text-decoration:underline}@media screen and (max-width:1278px){.O63Vph_y{display:none}}.IR4S4fxU{display:none}@media screen and (max-width:1278px){.IR4S4fxU{display:block}.kAMuhOtD{display:initial}}
.B8yZsgn9{width:100%}.QQESS29P{text-align:left}.qNGP1kjU{text-align:right}.grFtpN_m{color:currentColor;cursor:pointer;font-weight:400}.grFtpN_m:hover{text-decoration:underline}
.wkAZ0Tyi{background:var(--color-bg);max-width:262px;padding:8px}.echdynhF{flex-shrink:0}
.cOjwYU6q{background-color:var(--color-bg-black);border-radius:8px;gap:16px;grid-area:widget;max-width:626px;min-height:620px;padding:20px;position:relative}@media screen and (max-width:766px){.cOjwYU6q{max-width:400px;min-height:400px;padding:12px}}.EoPTBXXL{min-height:320px}@media screen and (max-width:1278px){.EoPTBXXL{margin-bottom:0}}@media screen and (max-width:766px){.EoPTBXXL{margin-bottom:0;max-width:626px;min-height:320px}}.H8Nj9mr_{min-height:198px}@media screen and (max-width:1278px){.H8Nj9mr_{margin-bottom:0}}@media screen and (max-width:766px){.H8Nj9mr_{margin-bottom:0;max-width:626px;min-height:198px}}
.j_gCwfzJ{height:var(--wrapperHeight);overflow:hidden;position:relative;transition:height .3s ease-in-out}.YYc7SHYX{width:100%}.uLxgfhpf{border-bottom:1px solid var(--color-separator-tertiary);padding:8px 0 7px}.uLxgfhpf:last-child{border-bottom:none;padding:8px 0}.PRejTeDI{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hVZ5t5i5{background-color:var(--color-bg-black);bottom:0;padding:7px 0 8px;position:absolute;z-index:var(--z-index-page-elements)}.uYDVAv6w{flex-shrink:0}.ICGtjxcG{vertical-align:text-top}
.EqCH9adE:hover{-webkit-text-decoration:underline solid 1px var(--color-black-40);text-decoration:underline solid 1px var(--color-black-40)}.EqCH9adE:focus,.EqCH9adE:hover{color:var(--color-black-40);opacity:.5}@media screen and (max-width:766px){.EqCH9adE{padding:17px 54px}}.bJTV0V0O{color:var(--color-icon-tertiary)}.criypdT7{overflow:hidden}
.mIeryer9{display:grid;grid-template-areas:"title    widget" "subtitle widget" "footer   widget";grid-template-columns:1fr 626px;grid-template-rows:auto auto 1fr;height:100%;position:relative;width:100%;z-index:var(--z-index-priority-page-elements);grid-gap:24px 56px;gap:24px 56px}@media screen and (max-width:1278px){.mIeryer9{gap:24px;grid-template-areas:"title" "subtitle" "widget" "footer";grid-template-columns:1fr;max-width:626px}}@media screen and (max-width:766px){.mIeryer9{grid-template-areas:"title" "widget" "subtitle" "footer"}}.mIeryer9.wJ2FB2qm{grid-template-areas:"back     back    " "title    controls" "subtitle controls" "footer   controls";grid-template-rows:minmax(58px,auto) auto auto 1fr}@media screen and (max-width:1278px){.mIeryer9.wJ2FB2qm{grid-template-areas:"back" "title" "subtitle" "controls" "footer";grid-template-columns:1fr;grid-template-rows:auto auto auto 1fr}}@media screen and (max-width:766px){.mIeryer9.wJ2FB2qm{grid-template-areas:"back" "title" "controls" "subtitle" "footer";grid-template-columns:1fr}}.JABosG3Z{grid-template-areas:"header   header" "textInfo widget";grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}@media screen and (max-width:1278px){.JABosG3Z{grid-template-areas:"header" "textInfo" "widget"}}
.sUWEbHXx{grid-area:title}.TwL6kdmR{grid-area:subtitle}.agXcVHLC{align-self:flex-end;grid-area:footer}
.gOLQ2QH8{flex-direction:row}@media screen and (max-width:1278px){.gOLQ2QH8{flex-direction:column}}.ouyvDijJ{flex-basis:50%}
.nkBBXgy3{grid-area:title}.OECGoVi1{grid-area:subtitle}.hyHsheaN{align-self:flex-end;grid-area:footer}
.L5Jzu3Za{align-items:center;background-color:initial;cursor:pointer;display:flex;gap:12px;padding:12px 20px}@media screen and (max-width:766px){.L5Jzu3Za{padding:0 8px}}.FjlpMVvt{border-radius:100px;height:56px;width:56px}@media screen and (max-width:460px){.FjlpMVvt{height:50px;width:50px}}
.ipvZSG4U{background-color:initial;color:var(--color-white);font-size:24px;line-height:32px;margin-left:16px;outline:none;padding:24px 0;width:100%}@media screen and (max-width:766px){.ipvZSG4U{padding:9px 8px 9px 9px}}@media screen and (max-width:460px){.ipvZSG4U{font-size:20px;line-height:28px}}.ipvZSG4U:disabled{cursor:not-allowed}
.JgllAKcy{background-color:var(--color-bg-content-primary);border-radius:6px;padding:8px 0}.hYuMMYle{height:100%}.aY6FJ84i{color:var(--color-icon-tertiary)}.tcs76WeF{animation:GMGUU0uj 2s linear 0s infinite}@keyframes GMGUU0uj{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.fdzhY50g{grid-area:title}.zFAVtfX1{grid-area:subtitle}.pMUHwXSM{align-self:flex-end;grid-area:footer}
.AAioyItT{background-color:initial;border:1px solid #0000;color:var(--color-text-primary);cursor:pointer;font-size:24px;justify-self:start;min-height:29px;padding:1px 0 0;position:relative;transition:color .1s,border-color .1s}.AAioyItT:before{background-color:var(--color-black-100);bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .1s;width:100%;will-change:transform}.AAioyItT:hover{color:var(--color-text-primary)}.AAioyItT:hover:before{transform:scaleX(1)}.AAioyItT.a4lXOGyX{color:var(--color-steel-gray-100)}.AAioyItT.a4lXOGyX:before{background-color:var(--color-steel-gray-100)}.AAioyItT.a4lXOGyX:hover{color:var(--color-white)}
.xkUNm0zW{grid-area:header}.k8VEN8NT{grid-area:textInfo}.fa8qGidB{grid-area:widget}@media screen and (max-width:1278px){.fa8qGidB{margin-top:52px}}@media screen and (max-width:600px){.fa8qGidB{margin-top:24px}}
.gmUjhcLX{color:var(--color-icon-tertiary)}
