.dropdown{position:relative}.dropdown__current-wrap{width:100%;display:flex;overflow:hidden;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1.3rem 1.6rem;outline:none;background:rgba(255,255,255,.02);transition:background var(--transition),color var(--transition)}@media screen and (min-width: 768px){.dropdown__current-wrap{padding:1.8rem 1.6rem;font-size:16px}}.dropdown__current-wrap:hover{background:var(--color-card-hover)}.dropdown__current-wrap:hover .dropdown__current{color:var(--color-white)}.dropdown__current{display:block;max-width:280px;margin-right:auto;font-weight:400;font-size:2rem;line-height:1.4;letter-spacing:var(--letter-spacing);color:var(--color-contrast);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width: 480px){.dropdown__current{max-width:340px}}@media screen and (min-width: 640px){.dropdown__current{max-width:480px}}@media screen and (min-width: 768px){.dropdown__current{max-width:100%}}.dropdown__arrow{flex-shrink:0;transition:transform var(--transition)}.dropdown__list{position:absolute;top:100%;left:0;z-index:var(--z-index-nav);display:none;min-width:100%;max-height:240px;border-radius:var(--border-radius);border:1px solid #2d3c54;padding:1.6rem;margin-top:1.6rem;background:var(--color-card-hover)}@media screen and (min-width: 768px){.dropdown__list{max-height:360px}}.dropdown__item{border:1px solid var(--color-outline-card);border-radius:calc(var(--border-radius) / 2);padding:.8rem 1.6rem;font-size:1.6rem;line-height:1.25;letter-spacing:-.032em;color:var(--color-contrast);background-color:rgba(255,255,255,.02);cursor:pointer;transition:color var(--transition),border var(--transition)}.dropdown__item:hover{border:1px solid var(--color-white);color:var(--color-white)}.dropdown__item+.dropdown__item{margin-top:.4rem}.dropdown.is-open .dropdown__current-wrap{background:var(--color-card-hover)}.dropdown.is-open .dropdown__list{display:block;background:var(--color-card-hover)}.dropdown.is-open .dropdown__arrow{transform:rotate(-90deg)}.dropdown.is-open .dropdown__current{color:var(--color-white)}.dropdown.is-open .dropdown__list{background:var(--color-card-hover)}.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)}.bg-card{height:100%}@media screen and (min-width: 1024px){.bg-card{min-height:360px}}.bg-card__inner{position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;background-color:var(--color-bg-card);border-radius:12px;padding:2.4rem}@media screen and (min-width: 768px){.bg-card__inner{padding:3.2rem}}.bg-card__link{display:block;color:var(--color-white);text-decoration:none}.bg-card__img-wrap{position:absolute;right:8px;bottom:8px;text-align:right}@media screen and (min-width: 1024px){.bg-card__img-wrap{text-align:center}}.bg-card__img{position:relative;z-index:0;width:60%}@media screen and (min-width: 1024px){.bg-card__img{width:auto}}.bg-card__info{position:relative;display:flex;flex-direction:column}.bg-card__title{margin-bottom:.8rem}.bg-card__desc{color:var(--color-contrast)}.bg-card__desc a{color:var(--color-contrast);text-decoration:underline}.bg-card__desc a:hover{color:var(--color-white);text-decoration:none}.bg-card._small{min-height:152px}@media screen and (min-width: 1024px){.bg-card._small{min-height:256px}}.hero-clip__inner{display:flex;position:relative;flex-direction:column;padding-top:5.6rem}@media screen and (min-width: 768px){.hero-clip__inner{overflow:hidden;min-height:calc(100vh - var(--header-height));justify-content:center;margin-right:calc(-1 * var(--container-padd));padding-bottom:var(--section-padd)}}@media screen and (min-width: 1024px){.hero-clip__inner{padding-top:calc(9.8rem + var(--header-height))}}@media screen and (min-width: 1280px){.hero-clip__inner{margin-right:0;padding-top:calc(5.6rem + var(--header-height) + var(--news-top))}}@media screen and (min-width: 2560px){.hero-clip__inner{min-height:auto}}.hero-clip__box{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media screen and (min-width: 768px){.hero-clip__box{flex-wrap:nowrap}}.hero-clip__content{width:100%;flex-shrink:0}@media screen and (min-width: 768px){.hero-clip__content{max-width:348px;padding-right:2.4rem}}@media screen and (min-width: 1024px){.hero-clip__content{max-width:496px}}@media screen and (min-width: 1280px){.hero-clip__content{padding-right:4rem}}.hero-clip__desc{color:var(--color-secondary)}.hero-clip__picture{margin-top:4.8rem;margin-right:-1.6rem;margin-left:-1.6rem}@media screen and (min-width: 768px){.hero-clip__picture{position:relative;width:632px;height:684px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0;border-radius:50% 90px 90px 50%;overflow:hidden}}@media screen and (min-width: 1024px){.hero-clip__picture{width:632px;height:684px}}@media screen and (min-width: 768px){.hero-clip__img{position:absolute;top:0;left:-50px;width:905px;height:100%}}@media screen and (min-width: 900px){.hero-clip__img{left:0}}@media screen and (min-width: 1024px){.hero-clip__img{width:1101px}}.bg-cards__list{display:flex;flex-wrap:wrap;justify-content:center}.bg-cards__list._more .bg-cards__item.is-hide{display:none}.bg-cards__list._more.is-show .bg-cards__item.is-hide{display:block}@media screen and (min-width: 1280px){.bg-cards__list._col-grid .bg-cards__item{width:33.33%}.bg-cards__list._col-grid .bg-cards__item:nth-child(n+4):nth-child(-n+5){width:33.33%}.bg-cards__list._col-grid .bg-cards__item:nth-child(n+9):nth-child(-n+10){width:33.33%;flex-grow:1}.bg-cards__list._col-grid .bg-cards__item:nth-child(n+14):nth-child(-n+15){width:33.33%}}.bg-cards__item{padding:.8rem}@media screen and (min-width: 1280px){.bg-cards__item:nth-child(n+4):nth-child(-n+5){width:50%;flex-grow:1}.bg-cards__item:nth-child(n+9):nth-child(-n+10){width:50%}.bg-cards__item:nth-child(n+14):nth-child(-n+15){width:50%;flex-grow:1}}.bg-cards__actions{display:none}.bg-cards__actions.is-show{display:block}.bg-cards._light .title{color:var(--color-primary)}.bg-cards._light .title-desc{color:var(--color-secondary)}.bg-cards._light .bg-card__inner{border:1px solid var(--color-stroke-light-gray);background-color:var(--color-light-gray)}.bg-cards._light .bg-card__title,.bg-cards._light .bg-card__desc{color:var(--color-primary)}.running-slider__inner{overflow:hidden}.running-slider__slide{position:relative;width:329px;overflow:hidden;border-radius:calc(var(--border-radius) + 6px)}@media screen and (min-width: 768px){.running-slider__slide{width:488px}}.info-box._primary{color:var(--color-white)}.info-box._light{color:var(--color-primary)}.careers-list{overflow:hidden}.careers-list__box{display:flex;flex-wrap:wrap;flex-direction:column}.careers-list__filter{display:flex;justify-content:space-between;flex-wrap:wrap}.careers-list__filter-sort{width:100%;margin-top:1.6rem}@media screen and (min-width: 768px){.careers-list__filter-sort{width:auto;margin-top:0}.careers-list__filter-sort+.careers-list__filter-sort{margin-left:1.6rem}.careers-list__filter-sort:nth-child(1){width:calc(66.66% - 1.6rem)}.careers-list__filter-sort:nth-child(2){width:33.33%}}.careers-list__list{width:100%;margin-top:6.4rem}@media screen and (min-width: 1024px){.careers-list__list{margin-top:7.2rem}}.careers-list__category+.careers-list__category{margin-top:6.4rem}.careers-list__category.is-hide{display:none}.careers-list__category-name{margin-bottom:1.6rem;padding-left:.8rem;color:var(--color-secondary);font-weight:600;font-size:2rem}.careers-list__item.is-hide{display:none}.careers-list__item-link{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-light);padding:2.4rem .8rem;text-decoration:none}.careers-list__item-link:hover{background-color:var(--color-card-contrast);border-bottom:1px solid var(--color-secondary)}.careers-list__item-info{display:flex;flex-direction:column}.careers-list__item-name{color:var(--color-white);font-size:1.8rem}@media screen and (min-width: 768px){.careers-list__item-name{font-size:2rem}}.careers-list__item-city{margin-top:.8rem;font-size:1.6rem;color:var(--color-contrast)}@media screen and (min-width: 768px){.careers-list__item-city{font-size:1.8rem}}.careers-list__item-btn{margin-left:1.6rem;flex-shrink:0}.careers-list__message{display:none;border-radius:var(--border-radius);padding:1.2rem 1.6rem;text-align:center;background:rgba(255,255,255,.02)}.careers-list__message.is-show{display:block}.subscribe__title{margin-bottom:1.6rem}.subscribe__desc{color:var(--color-contrast);text-align:center}.subscribe__result{display:none;color:var(--color-contrast);text-align:center}.subscribe.has-subscribe .subscribe__info{display:none}.subscribe.has-subscribe .subscribe__result{display:block}.modal-careers__form{padding:0}@media (min-width: 768px) and (max-width: 1023.98px){.modal-careers__form{margin:0 auto;max-width:432px}}.modal-careers__form[data-response]{display:none}.modal-careers .form__header{margin-bottom:24px}.modal-careers .form__title{font-size:3.2rem;color:var(--color-dark);text-align:center}.modal-careers .form__policy a{color:var(--color-secondary)}.modal-careers__result{display:none;flex-direction:column;justify-content:center;text-align:center}@media (min-width: 768px) and (max-width: 1023.98px){.modal-careers__result{margin:0 auto;max-width:432px}}[data-response=ok]+.modal-careers__result{display:flex;height:100%}[data-response=ok]+.modal-careers__result>div:first-child{display:block}[data-response=ok]+.modal-careers__result>div:last-child{display:none}[data-response=error]+.modal-careers__result{display:flex;height:100%}[data-response=error]+.modal-careers__result>div:first-child{display:none}[data-response=error]+.modal-careers__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}}@media screen and (min-width: 1024px){.page-careers .news-top~.page-content .hero-clip__inner{padding-top:calc(9.8rem + var(--header-height) + var(--news-top))}}@media screen and (min-width: 1280px){.page-careers .news-top~.page-content .hero-clip__inner{padding-top:calc(5.6rem + var(--header-height) + var(--news-top))}}@media screen and (min-width: 3000px){.page-careers .hero-clip{max-width:2560px;margin:0 auto}}
