.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);opacity:0;visibility:hidden;width:100%;max-width:742px;max-height:calc(100% - 20px);z-index:var(--z-index-popup);flex-direction:column;transition:opacity .2s,visibility .2s,box-shadow .2s;display:flex;position:fixed;top:9px;left:50%;transform:translate(-50%)}.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{border-bottom:1px solid var(--color-black-10);justify-content:space-between;align-items:center;width:100%;padding:20px 16px 18px;display:flex}.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{cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-menu__header_close path{transition:stroke .1s}.mobile-menu__header_close:hover path{stroke:var(--color-black-75)}.mobile-menu__content{flex-direction:column;gap:20px;padding:24px 16px;display:flex}.mobile-menu__list{flex-direction:column;gap:20px;display:flex}.mobile-menu__row{flex-direction:row;gap:12px;width:100%;display:flex}.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{max-height:0;display:none}.mobile-menu__more-label:hover{cursor:pointer}.mobile-menu__input{opacity:0;-webkit-user-select:none;user-select:none;visibility:hidden;display:none}.mobile-menu__input:checked~.mobile-menu__more-label{display:none}.mobile-menu__input:checked~.mobile-menu__more-items{max-height:100%;display:flex}.mobile-menu__profile-block{border-top:1px solid var(--color-black-75);width:100%;padding:0}.mobile-menu__lang-selector{flex-direction:column;display:none}.mobile-menu__lang-selector--show{display:flex}.mobile-menu__lang-selector_title{cursor:pointer;color:var(--color-black-40);align-self:flex-end;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{max-height:100%;display:flex}.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{justify-content:center;align-items:center;width:40px;height: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{width:inherit;height:inherit;cursor:pointer;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:relative}.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 path,.mobile-menu-button__label--white:hover .mobile-menu-button__icon 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{position:absolute;top:50%;left: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);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block;position:absolute;transform:rotate(0)}.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);opacity:0;visibility:hidden;width:100vw;height:110vh;z-index:var(--z-index-popup-shadow);transition:opacity .1s,visibility .1s;position:fixed;top:-10px;left:0}.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{opacity:1;visibility:visible;overflow-y:scroll;box-shadow:0 40px 40px #0a002014,0 10px 20px #0000000d}.menu-card{border-bottom:1px solid var(--color-black-75);gap:12px;padding:16px 0;display:flex}.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{width:24px;height:24px}}.menu-card__text-wrapper{flex-direction:column;gap:4px;display:flex}.menu-card__header,.menu-card__description{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__header,.menu-card:hover .menu-card__description{color:var(--color-text-primary)}.menu-card:hover .menu-card__icon path{fill:var(--color-white)}.menu-card--active .menu-card__header,.menu-card--active .menu-card__description{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%;width:8px;height:8px;display:inline-block}@media screen and (max-width:1278px){.menu-card{border:none;padding-top:0;padding-bottom:20px}}.article-menu__nav{flex-direction:column;margin-top:32px;display:flex}.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{flex-direction:column;gap:24px;display:flex}.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:hover,.article-menu__nav_title--active{color:var(--color-black-90)}.article-menu__nav_title--white{color:var(--color-black-10)}.article-menu__nav_title--white:hover,.article-menu__nav_title--white.article-menu__nav_title--active{color:var(--color-black-40)}.article-menu__nav_list{flex-direction:column;gap:16px;max-height:-webkit-fit-content;max-height:fit-content;transition:max-height 1s;display:flex;overflow:hidden}.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{content:"";background-color:var(--color-black-90);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:-10px}.article-menu__nav_item_link+.article-menu__nav_item_link{margin-top:12px}.article-menu__nav_item>.link{display:block}.article-menu__nav_horizontal{justify-content:space-between;display:flex}.dropdown-menu{flex-direction:column;display:flex;position:relative}.dropdown-menu__title{position:relative}.dropdown-menu__label{cursor:pointer;align-items:center;gap:4px;display:flex;position:relative}.dropdown-menu__badge{text-transform:uppercase;background-color:var(--color-accent-negative);border-radius:6px;margin-right:4px;padding:4px}.dropdown-menu__body{background-color:var(--color-black-90);opacity:0;visibility:hidden;flex-direction:column;min-width:320px;padding:16px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 16px);left:-12px;box-shadow:0 2px 6px #00000040}@media screen and (max-width:766px){.dropdown-menu__body{display:none}}.dropdown-menu__arrow{cursor:pointer;transition:transform .2s;position:relative;transform:rotate(180deg)}.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:hover .dropdown-menu__arrow,.dropdown-menu__label:focus .dropdown-menu__arrow,.dropdown-menu__label:focus-within .dropdown-menu__arrow{transform:rotate(0)}.dropdown-menu__label:hover .dropdown-menu__arrow path{fill:var(--color-white)}.dropdown-menu__body:hover,.dropdown-menu__body:focus,.dropdown-menu__body:focus-within,.dropdown-menu__label:hover .dropdown-menu__body,.dropdown-menu__label:focus .dropdown-menu__body,.dropdown-menu__label:focus-within .dropdown-menu__body{opacity:1;visibility:visible}.header{width:100%;z-index:var(--z-index-over-page-elements);background-color:#0000;flex-direction:column;justify-content:center;align-items:center;transition:top .2s linear;display:flex;position:-webkit-sticky;position:sticky;top:0}.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>path,.header--fix .header__wrapper_user g>circle{stroke:var(--color-steel-gray-100)}.header--fix .header__wrapper_user:hover,.header--fix .header__wrapper_user:focus,.header--fix .header__wrapper_user:focus-within{background-color:var(--color-black-90)}.header--fix .header__wrapper_user:hover g>path,.header--fix .header__wrapper_user:focus g>path,.header--fix .header__wrapper_user:focus-within g>path,.header--fix .header__wrapper_user:hover g>circle,.header--fix .header__wrapper_user:focus g>circle,.header--fix .header__wrapper_user:focus-within g>circle{opacity:1}@media screen and (max-width:1438px){.header--fix .header__wrapper{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{color:var(--color-white);background-color:var(--color-black-90)}.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{width:40px;height:40px;margin-bottom:0;transition:width .2s .2s,height .2s .2s,margin .2s .2s}.header--fix .header__logo_text{opacity:0;visibility:hidden;max-width:0;margin-left:0;transition:opacity .2s,visibility .2s,margin .2s .2s,max-width .2s .2s}.header__wrapper{width:100%;height:60px;max-width:var(--screen-width);justify-content:space-between;align-items:center;padding:0;transition:padding .2s,max-width .2s;display:flex;position:relative}.header__wrapper_navigate{align-items:center;display:flex}@media screen and (max-width:1278px){.header__wrapper_navigate_menu{display:none}}.header__wrapper_info{justify-content:flex-end;align-items:center;display:flex}.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{background-color:#0000;justify-content:center;align-items:center;height:40px;transition:background-color .1s;display:flex}.header__wrapper_user g>path,.header__wrapper_user g>circle{stroke:var(--color-steel-gray-100);opacity:.8;transition:opacity .1s}@media screen and (max-width:766px){.header__wrapper_user{visibility:hidden;display:none}}.header__wrapper_user--white g>path,.header__wrapper_user--white g>circle{stroke:var(--color-steel-gray-100)}.header__wrapper_user--width-auto{width:auto;padding:0 6px}.header__wrapper_user--width-auto span{color:var(--color-steel-gray-100)}.header__wrapper_user:hover g>path,.header__wrapper_user:hover g>circle{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;height:100%;padding:0 12px 0 0;transition:padding .2s;display:flex}.header__logo--hidden{display:none}.header__logo_short{will-change:width,height,margin;width:19px;height:20px;transition:width .2s,height .2s,margin .2s}.header__logo_text{will-change:margin,max-width;max-width:130px;margin-left:7px;transition:opacity .2s .2s,visibility .2s .2s,margin .2s,max-width .2s}.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:auto;justify-content:center}@media screen and (max-width:991px){.header__navigate{display:none}}.header__lang{justify-content:flex-end;align-items:center;width:60px;display:flex;position:relative}.header__lang-img{object-fit:contain;object-position:center;width:20px;height:20px}@media screen and (max-width:991px){.header__lang{display:none}}.section{padding:102px 40px}.section__title{color:var(--color-text-primary);text-align:center;max-width:805px}@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{flex-direction:row;justify-content:space-between;display:flex}.row-section__left-column{flex-direction:column;align-items:flex-start;max-width:540px;display:flex}@media screen and (max-width:991px){.row-section__left-column{align-items:center}}.row-section__right-column{flex-direction:column;display:flex}.row-section__title{text-align:left}@media screen and (max-width:991px){.row-section__title{text-align:center}}.row-section__subtitle{text-align:left;margin-top:24px}@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{flex-direction:column;align-items:center}}.row-section__description{margin-top:24px}.row-section__release{align-self:flex-start;margin-top:8px}.column-section{flex-direction:column;align-items:center;display:flex}.column-section__title{text-align:center;max-width:760px}.column-section__subtitle{text-align:center;max-width:808px;margin-top:24px}.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{width:100%;max-width:852px;margin-top:56px}@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{max-width:423px;margin-top:40px}@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}}.rounded-cards{grid-template-rows:min-content min-content;grid-template-columns:1fr 1fr;gap:12px;margin-top:56px;display:grid}@media screen and (max-width:991px){.rounded-cards{grid-template-rows:1fr;grid-template-columns:1fr}}.rounded-cards--api{grid-template-rows:min-content;max-width:924px}@media screen and (max-width:991px){.rounded-cards--api{grid-template-rows:min-content;grid-template-columns:1fr 1fr}}@media screen and (max-width:766px){.rounded-cards--api{grid-template-rows:1fr;grid-template-columns:1fr}}.rounded-cards__card{background-color:var(--color-black-90);border-radius:16px;flex-direction:column;display:flex}.rounded-cards__card--first-position{order:-1}.rounded-cards__img{border-radius:16px 16px 0 0;width:100%}.rounded-cards__content{flex-direction:column;justify-content:space-between;gap:48px;height:100%;padding:32px 24px 24px;display:flex}@media screen and (max-width:600px){.rounded-cards__content{gap:24px}}.rounded-cards__text-block{flex-direction:column;gap:8px;width:100%;display:flex}.rounded-cards__links-block{flex-direction:column;gap:24px;width:100%;display:flex}@media screen and (max-width:600px){.rounded-cards__links-block{gap:16px}}.rounded-cards__footer{justify-content:space-between;width:100%;display:flex}@media screen and (max-width:1278px){.rounded-cards__footer{flex-flow:column-reverse;gap:16px}}.rounded-cards__link{color:var(--color-text-quaternary);text-decoration:none}.rounded-cards__link:hover{color:var(--color-text-quaternary-hover)}.rounded-cards__link:active{color:var(--color-text-quaternary-active)}.rounded-cards__buttons-wrapper{gap:2px;display:flex}@media screen and (max-width:991px){.rounded-cards__buttons-wrapper{flex-direction:column}}.left-image{z-index:-1;position:absolute;top:60px;left:0}@media screen and (max-width:991px){.left-image{display:none}}.right-image{z-index:-1;position:absolute;top:260px;right:0}@media screen and (max-width:991px){.right-image{display:none}}.link-header{justify-content:space-between;width:100%;display:flex}
/*# sourceMappingURL=api-97b7e19e77e5070e2b7d.css.map*/