.breadcrumbs{width:100%}@media screen and (min-width: 1024px){.breadcrumbs{z-index:var(--z-index-element);position:absolute}}@media screen and (max-width: 1024px){.breadcrumbs{background:var(--dark, #000d22)}}.breadcrumbs__inner{margin-top:var(--header-height);padding-top:.7rem}@media screen and (min-width: 768px){.breadcrumbs__inner{padding-top:1.4rem}}.breadcrumbs__item{display:inline-block;vertical-align:middle;position:relative;padding:.2rem 1rem;font-weight:600;font-size:1.4rem;letter-spacing:-.02em;line-height:1.35;color:var(--color-secondary);text-decoration:none}.breadcrumbs__item:not(:last-child):hover{color:var(--color-primary)}.breadcrumbs__item:not(:first-child){padding:.2rem 1rem .2rem 2.6rem}.breadcrumbs__item:not(:first-child):before{content:"";position:absolute;top:50%;left:0;width:16px;height:16px;transform:translate3d(0,-50%,0);color:var(--color-secondary);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuOTM5NDUzIDcuNDk5ODlMMy45Mzk0NSA0LjQ5OTg5TDAuOTM5NDUzIDEuNDk5ODlMMi4wMDAxMSAwLjQzOTIyNkw2LjA2MDc3IDQuNDk5ODlMMi4wMDAxMSA4LjU2MDU1TDAuOTM5NDUzIDcuNDk5ODlaIiBmaWxsPSIjNUQ2RDg5Ii8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.breadcrumbs__item:first-child{padding:.2rem 1rem .2rem 0}.mode-dark .breadcrumbs__item{color:var(--color-secondary)}.mode-dark .breadcrumbs__item:not(:last-child):hover{color:var(--color-white)}.blog-card{overflow:hidden;height:100%;border:1px solid var(--color-stroke-light-gray);border-radius:var(--border-radius);background-color:var(--color-white)}.blog-card__link{display:inline-block;color:var(--color-primary);text-decoration:none}.blog-card__link:hover{color:var(--color-accent)}.blog-card__inner{height:100%;display:flex;flex-direction:column}.blog-card__image-wrap{position:relative;height:300px;flex-shrink:0;overflow:hidden;background-color:var(--color-light-gray)}.blog-card__image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.blog-card__info{display:flex;flex-direction:column;height:100%;padding:2.4rem 1.6rem 1.6rem}.blog-card__date{font-size:1.4rem;font-weight:600;letter-spacing:-.02em;color:var(--color-secondary)}@media screen and (min-width: 768px){.blog-card__date{margin-bottom:.8rem}}.blog-card__title{margin-bottom:.8rem}.blog-card__desc{margin-top:.8rem;margin-bottom:1.6rem}.blog-card__tags{display:flex;flex-wrap:wrap;margin-top:auto;margin-right:-.4rem;margin-left:-.4rem}.blog-card__tag{margin:.4rem}.blog-card__tag-link{color:var(--color-secondary);text-decoration:none;transition:border var(--transition)}.blog-card__tag-link:hover{border:1px solid var(--color-stroke-gray-hover)}.blog-card._has-form .form__fields{margin-bottom:2.4rem}.blog-card._has-form .field-text__input{padding:1rem 0;color:rgba(93,109,137,.5)}.blog-card._has-form .field-text.has-error .field-text__input{border:none;border-bottom:1px solid var(--color-error)}.pages-line__list{display:flex;margin-right:calc(-1 * var(--container-padd))}@media screen and (min-width: 768px){.pages-line__list{flex-wrap:wrap;justify-content:center;margin-right:0}}.pages-line__item{flex-shrink:0;padding:.4rem}.pages-line__link{width:100%}.tags-line__list{display:flex;justify-content:center;flex-wrap:wrap}.tags-line__category{padding:.6rem;flex-grow:1}@media screen and (min-width: 640px){.tags-line__category{flex-grow:0}}.tags-line__category.is-active .tags-line__category-link{color:var(--color-white);background-color:var(--color-accent)}.tags-line__category-link{display:block;border:1px solid var(--color-stroke-light-gray);border-radius:var(--border-radius);padding:1.2rem 1.6rem;color:var(--color-tags);text-align:center;text-decoration:none;background-color:var(--color-light-first);cursor:pointer}.pagination{text-align:center}.pagination__separator{cursor:default}.pagination .btn+.btn{margin-left:.4rem}.hero__inner{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.hero__img-wrap{margin-bottom:2.4rem}@media screen and (min-width: 768px){.hero__img-wrap{margin-bottom:4.8rem}}.hero__content{display:flex;flex-direction:column;justify-content:center;flex-grow:1;max-width:774px;height:100%;margin:0 auto;padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0;text-align:center}@media screen and (min-width: 768px){.hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}@media screen and (min-width: 1440px){.hero__content{width:880px}}.hero__content._centered{padding:calc(var(--header-height) + var(--section-padd)) 0}.hero__content._wide{max-width:100%;width:100%}.hero__content._wide .hero__title{margin-left:auto;margin-right:auto}.hero__content._err-500{width:100%}.hero__content._err-500.hero__content{padding:calc(var(--header-height)) 0 0}.hero__content._err-500 .hero__img-wrap{margin-bottom:6.4rem}.hero__content._err-500 .hero__title{margin:0 auto}.hero__content._err-500 .hero__actions{padding:0 var(--container-padd)}.hero__desc{max-width:576px;margin:1.2rem auto 0}@media screen and (min-width: 1440px){.hero__desc{max-width:656px}}@media screen and (min-width: 1800px){.hero__desc{max-width:704px}}.hero__desc._narrow{max-width:397px}.hero__sub-desc{display:inline-block;vertical-align:middle;max-width:576px;margin:0 auto 2.4rem;border-radius:100px;padding:.4rem 1.2rem;font-size:1.6rem;line-height:1;color:var(--color-contrast);background-color:rgba(255,255,255,.1)}@media screen and (min-width: 1024px){.hero__sub-desc{margin:0 auto 3.2rem}}@media screen and (min-width: 1440px){.hero__sub-desc{max-width:656px}}.hero__box{width:100%;margin-top:3.2rem}@media screen and (min-width: 768px){.hero__box{margin-top:4.8rem}}@media screen and (min-width: 1280px){.hero__box{margin-top:7.2rem}}.hero__box._has-padd{margin-bottom:4rem}@media screen and (min-width: 768px){.hero__box._has-padd{margin-bottom:4.8rem}}@media screen and (min-width: 1280px){.hero__box._has-padd{margin-bottom:12rem}}.hero__box._has-cards{margin-bottom:2.4rem}.hero__box._has-cards .flat-card__inner{padding:2.4rem}.hero__box._wide .title{max-width:100%;width:100%}.hero__tags-line{margin-top:4.8rem}@media screen and (min-width: 768px){.hero__tags-line{margin:3.8rem 0 1.8rem}}.hero__search-knowledge{width:100%;margin-top:3.2rem;margin-bottom:1.6rem}@media screen and (min-width: 768px){.hero__search-knowledge{margin-top:8rem}}.hero__app-images{margin-top:3.2rem}.hero__app-bottom{text-align:center;margin-top:4.8rem}@media screen and (min-width: 768px){.hero__app-bottom{margin-top:8rem}}.hero__app-bottom p{max-width:428px;color:var(--color-contrast)}.hero__app-bottom .btn{margin-top:2.4rem}.hero._light,.hero._light .hero__desc{color:var(--color-primary)}.hero._light .hero__sub-desc{color:var(--color-primary);background-color:var(--color-light-gray)}.hero._no-vh .hero__inner{min-height:auto}.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0}@media screen and (min-width: 768px){.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}.hero._no-vh .hero__desc{max-width:477px}.hero._align-left .hero__content{width:100%;max-width:100%;text-align:left}.hero__mode{position:fixed;z-index:var(--z-index-fix);top:calc(100vh - 62px);left:50%;font-size:0;transform:translate3d(-50%,15rem,0)}.hero__mode .switch-mode__inner{box-shadow:0 4px 5px -2px rgba(0,0,0,.16),0 48px 150px -8px #000;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:all var(--transition)}.hero__mode.is-scale{cursor:pointer}.hero__mode.is-scale .switch-mode__inner{max-width:48px;height:48px}.hero__mode.is-scale .switch-mode__inner:before{content:"";position:absolute;display:block;top:50%;left:50%;width:18px;height:4px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDE4IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjE0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iIzAwMEYyQSIvPgo8L3N2Zz4K);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transform:translate3d(-50%,-50%,0)}.hero__mode.is-scale .switch-mode__label{transform:scale(0)}.hero__mode.is-scale:hover .switch-mode__inner{max-width:var(--width, 500px);height:auto}.hero__mode.is-scale:hover .switch-mode__inner:before{content:none}.hero__mode.is-scale:hover .switch-mode__label{transform:scale(1)}.blog__categories{display:flex;flex-direction:column}@media screen and (min-width: 1280px){.blog__categories{display:block}}.blog__categories-all.btn{margin-bottom:.4rem}@media screen and (min-width: 1280px){.blog__categories-all.btn{display:none;pointer-events:none}}.blog__categories-all .btn__name{flex-grow:1}@media screen and (min-width: 1280px){.blog__categories-all .btn__name{flex-grow:0}}.blog__categories-all .arrow._more .arrow__inner:before{border-top:2px solid var(--color-primary);border-right:2px solid var(--color-primary)}.blog__categories-all .arrow._more .arrow__inner:after{border-top:2px solid var(--color-secondary);border-right:2px solid var(--color-secondary)}.blog__categories-all.is-show+.blog__categories-list{display:flex}.blog__categories-all.is-show .arrow._more .arrow__inner:before{border-top:2px solid var(--color-secondary);border-right:2px solid var(--color-secondary)}.blog__categories-all.is-show .arrow._more .arrow__inner:after{border-top:2px solid var(--color-primary);border-right:2px solid var(--color-primary)}.blog__categories-list{display:none;flex-direction:column;margin-bottom:3.2rem;border-radius:var(--border-radius);background-color:var(--color-light-gray)}@media screen and (min-width: 1280px){.blog__categories-list{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:-.8rem;margin-left:-.8rem;background-color:transparent}}@media screen and (min-width: 1280px){.blog__categories-list{flex-direction:column;margin:0;transition:padding-top var(--transition)}}@media screen and (min-width: 1280px){.blog__categories-list.has-padd{padding-top:calc(var(--header-height) + 4rem)}}.blog__category.is-active .blog__category-link{color:var(--color-white);border:var(--border, 1px solid rgba(255, 255, 255, .2));background-color:var(--color-accent)}.blog__category-link{display:inline-block;vertical-align:middle;border-radius:8px;padding:1.4rem 1.6rem 1.6rem;min-width:100%;max-width:100%;font-weight:600;color:var(--color-secondary);text-align:center;text-decoration:none;background-color:var(--color-light-gray);transition:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width: 1280px){.blog__category-link{min-width:300px;max-width:300px;text-align:left;background-color:var(--color-white)}}.blog__subscribe{margin-top:.8rem;margin-bottom:2.4rem}@media screen and (min-width: 1280px){.blog__subscribe{margin-top:2.4rem;margin-bottom:0}}.blog__subscribe .btn__name{flex-grow:1}@media screen and (min-width: 1280px){.blog__subscribe .btn__name{flex-grow:0}}.blog__list{display:flex;justify-content:center;flex-wrap:wrap;margin:0 -.8rem;padding-top:3.2rem}@media screen and (min-width: 1280px){.blog__list{justify-content:flex-start;margin:0 -2rem}}.blog__item{position:relative;width:100%;margin-bottom:3.2rem;padding:0 .8rem}@media screen and (min-width: 768px){.blog__item{width:50%;margin-bottom:4rem}}@media screen and (min-width: 1024px){.blog__item{width:33.33%}}@media screen and (min-width: 1280px){.blog__item{padding:0 1.6rem}}.blog__item .blog-card{transition:transform .25s ease-in-out}.blog__item .blog-card:hover{transform:translate3d(0,-8px,0);box-shadow:0 2px 4px -2px rgba(0,0,0,.02),0 7px 10px -3px rgba(0,0,0,.05)}@media screen and (min-width: 768px){.blog__item:nth-child(3n+1){width:100%}}@media screen and (min-width: 1024px){.blog__item:nth-child(3n+1){width:33.33%}}@media screen and (min-width: 1024px){.blog__item:nth-child(1){width:66.67%}}@media screen and (min-width: 1024px){.blog__item:nth-child(n+3):nth-child(-n+4){width:50%}}.blog__item:nth-child(5) .blog-card:hover{transform:translateZ(0);box-shadow:none}.blog__pagination{margin-top:3.2rem}@media screen and (min-width: 768px){.blog__pagination{margin-top:4.8rem}}.modal-subscribe-blog__form{padding:0}@media (min-width: 768px) and (max-width: 1023.98px){.modal-subscribe-blog__form{margin:0 auto;max-width:432px}}.modal-subscribe-blog__form[data-response]{display:none}.modal-subscribe-blog .form__header{margin-bottom:24px}.modal-subscribe-blog .form__title{color:var(--color-dark);text-align:left}.modal-subscribe-blog .form__policy a{color:var(--color-gray)}.modal-subscribe-blog__result{display:none;flex-direction:column;justify-content:center;text-align:center}@media (min-width: 768px) and (max-width: 1023.98px){.modal-subscribe-blog__result{margin:0 auto;max-width:432px}}[data-response=ok]+.modal-subscribe-blog__result{display:flex;height:100%}[data-response=ok]+.modal-subscribe-blog__result>div:first-child{display:block}[data-response=ok]+.modal-subscribe-blog__result>div:last-child{display:none}[data-response=error]+.modal-subscribe-blog__result{display:flex;height:100%}[data-response=error]+.modal-subscribe-blog__result>div:first-child{display:none}[data-response=error]+.modal-subscribe-blog__result>div:last-child{display:block}.page-header{position:fixed;z-index:var(--z-index-fix);top:0;left:0;right:0;width:100%;background-color:var(--light, var(--color-white)) var(--dark, var(--color-header));border:var(--light, 1px solid var(--color-light-gray)) var(--dark, none);border-bottom:var(--light, 1px solid var(--color-light-gray)) var(--dark, 1px solid rgba(93, 109, 137, .24));will-change:transform}.page-header__inner{position:relative;height:56px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:0 auto;padding:0 1.6rem}@media screen and (min-width: 768px){.page-header__inner{height:72px}}.page-header__logo{flex-grow:1}@media screen and (min-width: 768px){.page-header__logo{flex-grow:0;margin-right:1.2rem}}@media screen and (min-width: 1280px){.page-header__logo{margin-right:2.4rem}}.page-header__right{display:flex;align-items:center;margin-left:auto}.page-header__contacts{display:none}@media screen and (min-width: 375px){.page-header__contacts{display:block;padding:0 1.2rem}}.page-header__contacts-phone{font-weight:600;font-size:1.6rem;color:var(--color-text);text-decoration:none}@media screen and (min-width: 768px){.page-header__login{margin-right:.8rem}}.page-header__skeleton{margin-left:.8rem}.page-header__skeleton>.v-skeleton{width:40px;height:34px}@media screen and (min-width: 768px){.page-header__skeleton>.v-skeleton{width:134px}}@media screen and (min-width: 1140px){.page-header__toggle{display:none}}@media screen and (max-width: 768px){.page-header__btn{width:0;position:absolute;opacity:0;visibility:hidden;max-height:0;pointer-events:none}}.page-header__btn+.page-header__under{margin-left:.8rem}@media screen and (max-width: 520px){.page-header__under{width:0;position:absolute;opacity:0;visibility:hidden;max-height:0;pointer-events:none}}.page-header__under+.page-header__under{margin-left:.8rem}.page-header__under:hover{background-color:var(--light, var(--color-light-black-pale)) var(--dark, var(--color-light-white-pale))}.page-content{position:relative}.page-content .breadcrumbs+.hero-cards{padding-top:3.2rem}@media screen and (min-width: 1024px){.page-content .breadcrumbs+.hero-cards{padding-top:calc(7.2rem + var(--header-height))}}.page-footer{position:relative;color:var(--color-contrast)}.page-footer__inner{padding:8rem 0}.page-footer__form{max-width:700px;margin:6.4rem auto}@media screen and (min-width: 1280px){.page-footer__form{margin:12rem auto}}.page-footer__form .field-text__input:focus{box-shadow:0 0 0 2px rgba(141,166,211,.1)}.page-footer__middle{margin-bottom:6.4rem}@media screen and (min-width: 768px){.page-footer__middle{margin-bottom:4rem}}@media screen and (min-width: 1280px){.page-footer__middle{display:flex;justify-content:space-between;margin-bottom:5.6rem}}.page-footer__contacts{display:flex;flex-direction:column;color:var(--color-contrast)}@media screen and (min-width: 1280px){.page-footer__contacts{width:280px;flex-shrink:0}}.page-footer__contacts-name{margin-bottom:1.2rem;color:var(--color-secondary)}.page-footer__contacts-call{display:flex;flex-direction:column;margin-bottom:.8rem}@media screen and (min-width: 480px){.page-footer__contacts-call{flex-direction:row}}@media screen and (min-width: 768px){.page-footer__contacts-call{margin-bottom:1.6rem}}@media screen and (min-width: 1280px){.page-footer__contacts-call{flex-direction:column}}.page-footer__contacts-call a{color:var(--color-contrast);text-decoration:none}.page-footer__contacts-call a:hover{color:var(--color-white)}@media screen and (min-width: 480px){.page-footer__contacts-call a+a{margin-left:1.2rem}}@media screen and (min-width: 1280px){.page-footer__contacts-call a+a{margin-left:0}}.page-footer__contacts-address{display:flex;flex-direction:column;margin-bottom:1.2rem;font-size:1.6rem;line-height:1.2;letter-spacing:-.02em}@media screen and (min-width: 768px){.page-footer__contacts-address{display:block;margin-bottom:1.6rem}.page-footer__contacts-address span:nth-child(3){display:block}}@media screen and (min-width: 1280px){.page-footer__contacts-phone{margin-bottom:1.6rem}}.page-footer__achievement{display:flex;flex-direction:column;align-items:flex-start;margin-top:2.4rem}@media screen and (min-width: 768px){.page-footer__achievement{margin-top:3.2rem}}.page-footer__achievement-link{display:inline-block}.page-footer__achievement-link .achievement__icon{transition:fill var(--transition)}.page-footer__achievement-link .achievement__icon._registry{fill:var(--color-contrast)}.page-footer__achievement-link:hover .achievement__icon._registry{fill:var(--color-white)}.page-footer__achievement-link+.page-footer__achievement-link{margin-top:2rem}.page-footer__bottom{display:flex;flex-direction:column;margin-top:6.4rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--color-secondary)}@media screen and (min-width: 768px){.page-footer__bottom{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-top:4rem}}@media screen and (min-width: 1280px){.page-footer__bottom{align-items:center;justify-content:space-between;margin-top:5.6rem}}.page-footer__bottom a{color:var(--color-secondary);text-decoration:none}.page-footer__bottom a:hover{color:var(--color-contrast)}.page-footer__pay-system{margin-bottom:2.4rem}@media screen and (min-width: 768px){.page-footer__pay-system{margin-bottom:0;order:2}}@media screen and (min-width: 1280px){.page-footer__pay-system{margin-right:3.2rem;order:1}}.page-footer__copyright{margin-bottom:1.2rem}@media screen and (min-width: 1280px){.page-footer__copyright{margin-bottom:0;margin-right:3.2rem;flex-shrink:0}}.page-footer__info{font-size:1.6rem}@media screen and (min-width: 768px){.page-footer__info{display:flex;flex-direction:column;order:1}}@media screen and (min-width: 1280px){.page-footer__info{flex-direction:row;align-items:center;justify-content:flex-end;order:2;width:100%}}.page-footer__policy{display:flex;flex-direction:column;margin-bottom:1.2rem}@media screen and (min-width: 768px){.page-footer__policy{margin-bottom:0}}@media screen and (min-width: 1280px){.page-footer__policy{flex-direction:row}}.page-footer__policy-link:not(:last-child){margin-right:3.2rem;margin-bottom:1.2rem}@media screen and (min-width: 1280px){.page-footer__policy-link:not(:last-child){margin-right:3.2rem;margin-bottom:0}}.page-footer__applications{margin-bottom:6.4rem}@media screen and (min-width: 768px){.page-footer__applications{margin-bottom:8rem}}
