:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes spin{to{transform:rotate(1turn)}}.Button{display:inline-flex;justify-content:center;align-items:center;gap:15px;width:100%;height:52px;padding:14px 40px;font-size:1rem;font-weight:500;line-height:1.5;color:var(--color-button-text);background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);transition:all .3s;border-radius:12px;cursor:pointer;text-align:center;white-space:nowrap;text-decoration:none}.Button--primary{background-color:var(--color-button-background-primary)}.Button--primary svg{fill:var(--color-button-text)}@media(hover:hover)and (pointer:fine){.Button--primary:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading){color:var(--color-bg-base);background-color:#202ed1}}.Button--primary:active{background-color:#1e2bc3}.Button--secondary{color:var(--color-button-background-primary);background-color:var(--color-button-background-secondary)}.Button--secondary svg{fill:var(--color-button-background-primary)}@media(hover:hover)and (pointer:fine){.Button--secondary:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading){color:var(--color-button-background-primary);background-color:#d2d3ee}}.Button--secondary:active{background-color:#c0c1e7}.Button--tertiary{color:var(--color-button-background-primary);background-color:var(--color-button-text)}.Button--tertiary svg{fill:var(--color-button-background-primary)}@media(hover:hover)and (pointer:fine){.Button--tertiary:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading){color:var(--color-button-background-primary);background-color:#d2d3ee}}.Button--outline{color:var(--color-bg-base);background-color:rgba(0,0,0,0);border-color:var(--color-bg-base)}.Button--outline svg{fill:var(--color-bg-base)}@media(hover:hover)and (pointer:fine){.Button--outline:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading){color:var(--color-text-secondary);background-color:var(--color-bg-base);border-color:var(--color-bg-base)}.Button--outline:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading) svg{fill:var(--color-text-secondary)}}.Button--outline-gray{color:var(--color-text-secondary);background-color:rgba(0,0,0,0);border-color:#e0e5eb}.Button--outline-gray svg{fill:var(--color-text-secondary)}@media(hover:hover)and (pointer:fine){.Button--outline-gray:hover:hover:not(.Button--not-allowed,.Button--disabled,.Button--no-hover,.Button--loading){color:var(--color-text-secondary);background-color:#e0e5eb;border-color:#e0e5eb}}.Button--disabled,.Button--loading{cursor:not-allowed;color:var(--color-text-hover);background-color:var(--color-accent-disabled);border-color:var(--color-accent-disabled)}.Button--not-allowed{cursor:not-allowed}.Button__arrow,.Button__icon{display:flex;align-items:center;transition:none}.Button__arrow img,.Button__icon img{transition:filter .3s}.Button--with-arrow svg.white-icon,.Button--with-icon svg.white-icon{fill:var(--color-text-primary)}@media(hover:hover)and (pointer:fine){.Button--with-arrow:hover:hover:not(.Button--disabled,.Button--not-allowed,.Button--no-hover,.Button--loading) svg,.Button--with-icon:hover:hover:not(.Button--disabled,.Button--not-allowed,.Button--no-hover,.Button--loading) svg{fill:#000}}.Button--with-arrow{width:50px;min-width:50px;height:50px;padding:10px}.Button__text{white-space:nowrap}.Button__spinner{width:24px;height:24px;margin:0 auto;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin .7s linear infinite}.Button--secondary .Button__spinner{border-top-color:#000}@media(min-width:768px){.Button{width:auto}}.cookie{position:fixed;right:0;bottom:0;left:0;background-color:#1e22aa;border-top:1px solid #fff;z-index:49;padding:16px 0 17px}.cookie__container{padding:0 25px}.cookie__desc{font-size:14px;font-weight:400;line-height:1.5;color:#fff;margin-bottom:19px}.cookie__desc-link{color:#fff;text-decoration:underline;text-underline-offset:.2em}.cookie__desc-link:hover{text-decoration:none}.cookie__button{width:100%;height:52px;padding:6px 21px 4px;font-size:16px;font-weight:600;line-height:24px;color:#fff;border:2px solid #fff;letter-spacing:-.02em;background-color:rgba(0,0,0,0);border-radius:12px;cursor:pointer}@media(width >= 768px){.cookie__container{display:flex;gap:20px;max-width:1087px;margin:0 auto}.cookie__desc{font-size:16px;line-height:24px;margin-bottom:0}.cookie__button{margin-right:13px;width:auto}}.info-badge{padding:6px 12px 6px 16px;font-size:.875rem;font-weight:500;line-height:1.4285714286;color:var(--color-accent-primary);border-radius:8px;background-color:var(--color-bg-secondary)}.info-badge,.info-badge__icon{display:inline-flex;justify-content:center;align-items:center}.info-badge svg{margin-left:5px}.info-badge__list{font-size:.875rem;font-weight:400;line-height:1.4285714286;color:var(--color-text-secondary)}.info-badge__list li{position:relative;padding-left:22px}.info-badge__list li:before{position:absolute;top:9px;left:9px;display:inline-block;width:3px;height:3px;content:"";border-radius:50%;background-color:var(--color-text-secondary)}.Radio{display:block}.Radio__container{margin-bottom:8px}.Radio__container.--disabled .Radio__text{cursor:not-allowed;color:var(--color-accent-disabled)}.Radio__container.--disabled .Radio__text a{color:var(--color-accent-disabled)}.Radio__input{margin:auto 0}.Radio__input--hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);word-wrap:normal!important;clip-path:inset(50%);overflow:hidden}.Radio__input:checked+.Radio__text:before{border:6px solid var(--color-accent-primary)}.Radio__input:focus+.Radio__text:before{border-color:var(--color-accent-primary)}.Radio__text{position:relative;display:flex;gap:12px;font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-text-secondary)}.Radio__text>span{transform:translateY(2px)}.Radio__text a{font-weight:700;color:var(--color-accent-primary);text-decoration:none;letter-spacing:0}.Radio__text:before{top:0;display:inline-block;width:20px;height:20px;background:var(--color-bg-base);border:2px solid #dae0e7;transform:translate(2px,5px);content:"";min-width:20px;border-radius:50%}.Radio__error{font-size:.875rem;line-height:1.5;color:var(--color-accent-danger);letter-spacing:.01em;margin-top:5px}.RadioTab{display:flex;width:100%;padding:10px 16px;font-size:1rem;font-weight:500;line-height:1.5;color:#000;background:rgba(0,0,0,0);border:2px solid #dae0e7;border-radius:12px;background-color:var(--color-bg-base);min-height:52px;margin-bottom:8px;text-align:left;cursor:pointer}.RadioTab,.RadioTab__icon{align-items:center;transition:border-color .2s}.RadioTab__icon{position:relative;display:inline-flex;justify-content:center;width:20px;height:20px;border:2px solid #dae0e7;min-width:20px;margin-right:10px;border-radius:50%}.RadioTab:hover,.RadioTab:hover .RadioTab__icon{border-color:var(--color-text-primary)}.RadioTab.--active,.RadioTab.--active .RadioTab__icon{border-color:var(--color-accent-primary)}.RadioTab.--active .RadioTab__icon{background-color:var(--color-accent-primary)}.RadioTab.--active svg{opacity:1}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.rating-slider{overflow:visible}.rating-slider__slide{width:280px;padding:24px 24px 23px;background-color:rgba(0,0,0,0);border-bottom:2px solid #cbd2dc;border-radius:12px 12px 0 0}.rating-slider__slide:active,.rating-slider__slide:hover{background-color:#fff;border-bottom-color:#1e22aa}.rating-slider__slide:nth-child(3) img{width:25px;height:auto}.rating-slider__head{padding-bottom:25px}.rating-slider__title{font-size:24px;line-height:28.8px;color:#1e2bc3;margin-bottom:8px}.rating-slider__company,.rating-slider__title{font-family:ProximaNova,Arial,sans-serif;font-weight:600}.rating-slider__company{display:block;font-size:16px;font-style:normal;line-height:23.68px;color:#212529}.rating-slider__info{display:flex;justify-content:space-between;align-items:center}.rating-slider__logo{display:block;max-height:20px}.rating-slider__year{display:block;padding:4px 7.5px;font-family:ProximaNova,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;color:#9faab7;border:1px solid #9faab7;border-radius:4px}@media(width >= 768px){.rating-slider__slide{width:315px;padding:36px}.rating-slider__head{padding-bottom:48px}.rating-slider__title{font-size:32px;font-weight:500;line-height:38.4px;margin-bottom:8px}.rating-slider__company{font-size:18px;font-style:normal;line-height:25.2px}}@media(width >= 1280px){.rating-slider__slide{width:315px;padding:32px}.rating-slider__slide:last-child{margin-right:0!important}.rating-slider__head{padding-bottom:46px}.rating-slider__title{font-size:40px;line-height:1.2;margin-bottom:9px}.rating-slider .swiper-wrapper{justify-content:center}}.about{padding:60px 16px;overflow-x:hidden}.about__logo--desktop,.about__logo--tablet{display:none}.about__text{font-family:ProximaNova,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.495;color:#475a6f}.about__text-wrapper{position:relative}.about__text-hidder{position:absolute;opacity:0}.about__text-container{position:relative;overflow:hidden;margin-bottom:13px}.about__text:not(:first-child){max-height:0;margin-bottom:0;transition:all .5s}.about__text-button{position:relative;display:inline-block;width:74px;height:20px;cursor:pointer;vertical-align:middle;background-color:rgba(0,0,0,0)}.about__text-button img{position:absolute;top:3px;left:77px;width:15px;height:15px}.about__text-hidder~.about__text-button:after{font-family:ProximaNova,Arial,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#000;content:"Подробнее"}.about__text-hidder:checked~.about__text-button:after{content:"Скрыть"}.about__text-hidder:checked~.about__text-container .about__text:not(:first-child){max-height:fit-content;margin-bottom:inherit}.about__text-hidder:checked~.about__text-container .about__text:not(:last-child){margin-bottom:10px}.about__text-hidder:checked~.about__text-container em{display:none}.about__text-hidder:checked~.about__text-button img{top:4px;left:61px;transform:rotate(180deg)}.about__wrapper{max-width:1008px;margin:0 auto}.about__description{display:flex;margin-bottom:63px}.about__video{position:relative;display:block;width:100%;padding:0;overflow:hidden;border-radius:10px}.about__slider-wrapper{padding-top:33px}@media(width <= 768px){.about{background-image:linear-gradient(0deg,#f6f7f9 68vh,transparent 0)}}@media(width >= 768px){.about{background-image:linear-gradient(0deg,#f6f7f9 30%,transparent 0);padding:100px 44px 60px}.about__description{column-gap:34px;margin-bottom:36px}.about__logo--tablet{display:block;transform:translateX(-14px)}.about__text-container{position:relative;max-height:none}.about__text-container em{display:none}.about__text:not(:first-child){max-height:fit-content;margin-bottom:inherit}.about__text:not(:last-child){margin-bottom:25px}.about__text em,.about__text-button,.about__text-hidder{display:none}.about__video{border-radius:20px}}@media(width >= 1280px){.about{padding:102px 16px 60px}.about__description{column-gap:152px}.about__text-wrapper{padding-right:100px}.about__logo--tablet{display:none}.about__logo--desktop{display:block;transform:translateX(-17px)}}.office-slider{margin-bottom:32px}.office-slider--tablet{display:none}.office-slider .swiper-slide{opacity:0;transition:opacity .8s ease}.office-slider .swiper-slide-active{opacity:1}.office-slider .swiper-pagination{position:absolute;bottom:34px;left:32px;z-index:10;display:flex;justify-content:center;margin-left:-4px}.office-slider .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px;background-color:#9faab7;border-radius:50%;cursor:pointer}.office-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.office-slider__item{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:320px;padding:24px;background-size:cover;background-position:0;background-repeat:no-repeat;overflow:hidden;border-radius:12px}.office-slider__item:after{position:absolute;bottom:0;left:0;z-index:2;display:block;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 40.87%,rgba(0,0,0,.6) 71.45%);content:""}.office-slider__img{object-fit:cover;object-position:center;z-index:1}.office-slider__subtitle{position:absolute;bottom:60px;left:32px;z-index:3;font-size:16px;font-weight:600;line-height:1.5;color:#fff;max-width:calc(100% - 68px);letter-spacing:.005em;white-space:normal}.office-slider__swiper{position:relative}.office-slider__swiper-buttons{position:absolute;right:24px;bottom:24px;z-index:10;display:none;gap:8px}.office-slider__swiper-button-icon,.office-slider__swiper-icon{color:var(--colors-gray0)}.office-slider__swiper-button:hover .office-slider__swiper-icon{color:var(--colors-gray100)}@media(width >= 768px){.office-slider__subtitle{bottom:57px;left:32px;font-size:18px;font-weight:600;line-height:1.4}.office-slider--mobile{display:none}.office-slider--tablet{display:block;width:100%;margin-bottom:0}.office-slider__swiper-buttons{right:32px;bottom:32px;display:flex}.office-slider .swiper-pagination{bottom:32px;left:32px}}@media(width >= 1280px){.office-slider .swiper-wrapper,.office-slider--tablet,.office-slider__item{height:100%}}.bonuses{padding:0 16px 60px;background-color:#f6f7f9}.bonuses__wrapper{max-width:1216px;margin:0 auto}.bonuses__heading{width:200px;font-size:24px;font-weight:600;line-height:1.2;color:#212529;margin-bottom:16px;font-style:normal;letter-spacing:-.01em}.bonuses__paragraph{font-size:16px;font-weight:400;line-height:1.5;color:#475a6f;margin-bottom:33px;font-style:normal}.bonuses__container{display:none}.bonuses__swiper--tab{margin-bottom:24px}.bonuses__swiper--tab.swiper{overflow-x:auto;scrollbar-width:none}.bonuses__tag{position:relative;z-index:2}.bonuses__tag--tab{padding:2px 14px;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em;color:#212529;border:2px solid #dae0e7;transition:background .2s;flex-shrink:0;background-color:#fff;border-radius:8px;outline:none;cursor:pointer}.bonuses__tag--tab-active{color:#fff;background-color:#1e22aa;border-color:#1e22aa}.bonuses__item{overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:332px;padding:25px 24px;background:#fff;flex-shrink:0;border-radius:12px}.bonuses__item--image{object-fit:cover;object-position:center;z-index:1}.bonuses__item--tab{width:fit-content}.bonuses__item--blue{justify-content:flex-end}.bonuses__item--blue .bonuses__title{color:#fff}.bonuses__item--blue .bonuses__text{color:#e0e5eb}.bonuses__item--small{height:fit-content}.bonuses__item--team{position:relative;width:100%;height:305px;border-radius:12px;overflow:hidden}.bonuses__item--big{margin-bottom:16px;height:auto}.bonuses__title{font-weight:600;color:#212529;margin-bottom:12px}.bonuses__text,.bonuses__title{font-size:16px;line-height:1.5;font-style:normal}.bonuses__text{font-weight:400;color:#475a6f}@media(width >= 452px){.bonuses__item--team{width:100%;height:auto;border-radius:12px;aspect-ratio:16/9}}@media(width >= 768px){.bonuses{padding:6px 44px 102px}.bonuses__heading{width:auto;font-size:32px;font-weight:500;letter-spacing:0}.bonuses__paragraph{max-width:680px}.bonuses__slider{display:none}.bonuses__container{display:grid;grid-template-columns:calc(37.5% - 1rem) calc(12.5% - 1rem) calc(50% - 1rem);grid-template-rows:1fr minmax(378px,auto) minmax(369px,auto) minmax(305px,auto);gap:24px}.bonuses__item{width:auto;height:100%;padding:31px 32px 33px}.bonuses__item--office-slider{height:fit-content;padding:0}.bonuses__item:first-child{grid-column:1/4;order:1;height:320px}.bonuses__item:nth-child(2){grid-column:2/4;order:3}.bonuses__item:nth-child(3){grid-column:1/2;order:2}.bonuses__item:nth-child(4){grid-column:1/3;order:4}.bonuses__item:nth-child(5){grid-column:3/4;order:5}.bonuses__item:nth-child(6){grid-column:1/4;order:6}.bonuses__item--simple{background-position:bottom}.bonuses__item--team{height:auto;background-size:cover;aspect-ratio:20/9}.bonuses__item--big{margin-bottom:0}.bonuses__title{font-size:18px;line-height:1.4}}@media(width >= 1280px){.bonuses{padding:110px 16px 100px}.bonuses__heading{margin-bottom:22px;font-size:40px;font-weight:500}.bonuses__paragraph{font-size:16px;font-weight:400;line-height:1.48;color:#475a6f;margin-bottom:40px;max-width:734px;font-style:normal}.bonuses__container{display:grid;grid-template-rows:378px 173px 20px 312px;grid-template-columns:488px 280px 384px;gap:32px}.bonuses__item{width:auto;height:100%;padding:32px}.bonuses__item--team{height:auto;aspect-ratio:unset}.bonuses__item--office-slider{padding:0}.bonuses__item:first-child{grid-column:1/3;height:378px}.bonuses__item:nth-child(2){grid-column:3/4}.bonuses__item:nth-child(3){grid-row:2/3;grid-column:1/2;height:auto}.bonuses__item:nth-child(4){order:5;grid-row:3/5;grid-column:1/2}.bonuses__item:nth-child(5){grid-row:2/4;grid-column:2/4;order:4}.bonuses__item:nth-child(6){grid-row:4/5;grid-column:2/4;order:6;height:auto}}.culture-slider__slides{overflow:visible}.culture-slider__navigation{display:none}.culture-slider__swiper-button{background-color:var(--colors-gray0)!important}.culture-slider__swiper-button:hover{background-color:var(--colors-gray50)!important}.culture-slider__swiper-button:disabled{background-color:var(--colors-gray40)!important}.culture-slider__card{display:flex;flex-direction:column;justify-content:flex-start;width:280px;padding:24px;transition:all .3s;background-color:#fff;border-radius:12px;row-gap:16px;min-height:388px;overflow:visible}.culture-slider__card:nth-child(2n){flex-direction:column-reverse;justify-content:space-between}.culture-slider__card:hover{background-color:#1e22aa}.culture-slider__card:hover .culture-slider__text,.culture-slider__card:hover .culture-slider__title{color:#f0f2f5}.culture-slider__card:hover .culture-slider__picture img{filter:invert(1) brightness(1000%) contrast(1000%)}.culture-slider__picture img{height:68px;width:121px}.culture-slider__title{font-weight:600;letter-spacing:.005em;color:#212529;margin-bottom:7px}.culture-slider__text,.culture-slider__title{font-family:ProximaNova,Arial,sans-serif;font-size:16px;line-height:1.5}.culture-slider__text{font-weight:400;color:#475a6f}@media(width >= 768px){.culture-slider__navigation{position:absolute;top:3px;right:0;display:block}.culture-slider__picture{padding-left:9px}.culture-slider__picture img{width:auto;height:80px}.culture-slider__title{font-size:18px;line-height:1.4;margin-bottom:11px}.culture-slider__card{width:384px;max-width:384px;min-height:358px;row-gap:15px;padding:41px 32px}.culture-slider__card:nth-child(2n){padding:32px 31px 27px}.culture-slider__swiper-buttons{display:flex;gap:12px}}.culture{background-color:#f6f7f9;overflow-x:hidden;padding:0 16px 60px}.culture__wrapper{max-width:1216px;margin:0 auto}.culture__title{font-family:ProximaNova,Arial,sans-serif;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#212529}.culture__slider-wrapper{padding-top:40px}.culture__content{position:relative}@media(width >= 768px){.culture{padding:0 44px 96px}.culture__title{font-size:32px;font-weight:500;line-height:1.2;letter-spacing:0}.culture__slider-wrapper{padding-top:35px}}@media(width >= 1280px){.culture{padding:0 16px 100px}.culture__slider-wrapper{padding-top:32px}.culture__content{position:relative}.culture__title{font-size:40px;line-height:48px}}.directions{padding:60px 16px}.directions__title{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#212529;margin-bottom:16px;font-style:normal}.directions__text{font-size:16px;font-weight:400;line-height:148%;color:#475a6f;margin-bottom:33px;max-width:592px;font-style:normal}.directions__pagination{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px}.directions__dot{padding:4px 16px;font-size:16px;font-weight:600;line-height:1.48;letter-spacing:-.038em;color:#212529;border:2px solid #dae0e7;transition:all .2s;flex-shrink:0;background-color:#fff;border-radius:8px;outline:none;cursor:pointer}.directions__dot--active{color:#fff;background-color:#1e22aa;border-color:#1e22aa}.directions__item{position:relative;width:100%;height:362px;background:#fff;border:2px solid #e4e7ec;border-radius:12px;cursor:pointer}.directions__item--bg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:12px;overflow:hidden}.directions__item--image{object-position:top;object-fit:cover}.directions__item--title{font-weight:600;color:#212529;margin-bottom:10px}.directions__item--text,.directions__item--title{position:relative;z-index:2;font-size:16px;line-height:1.48}.directions__item--text{font-weight:400;color:#475a6f}.directions__item--enterprise-top{display:block;padding:86px 22px 23px;border-bottom:2px solid #e0e5eb;cursor:pointer}.directions__item--enterprise-bottom{position:relative;display:block;padding:24px 22px 22px;background-color:#f6f7f9;border-radius:0 0 12px 12px}.directions__item--type-big{height:fit-content;padding:0;cursor:auto}.directions__item--type-background{background-color:#1e22aa;border:0}.directions__item--type-background .directions__item--title{color:#fff}.directions__item--type-background .directions__item--text{color:#f0f2f5}.directions__item--enterprise--wrapper{display:flex}.directions__link{position:relative;display:block;padding:88px 24px 24px;text-decoration:none}.directions__link--type-background{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:24px 24px 26px}.directions__link--type-background:after{transition:all .3s ease-in-out}.directions__link{cursor:pointer}@media(hover:hover)and (pointer:fine){.directions__link:hover .directions__item--title{color:var(--colors-accent80)}.directions__link--type-background:hover .directions__item--title{color:var(--colors-gray0)}}.directions__link--inline{display:inline;padding:0}.directions__link--inline:after{display:none}.directions__video{margin-bottom:35px;position:relative;display:block;width:60%;min-width:177px;padding:0;overflow:hidden;border-radius:8px}.directions__icon{position:absolute;top:22px;left:22px}@media(width >= 400px){.directions__item--type-background{background-position:center 35%;background-size:110%}}@media(width >= 768px){.directions{padding:99px 44px 97px}.directions__title{font-size:32px;letter-spacing:0;font-weight:500}.directions__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1216px}.directions__link{display:flex;flex-direction:column;height:100%;padding:102px 31px 32px}.directions__link--inline{flex-direction:row;padding:0}.directions__link--inline:after{display:none}}@media(width >= 768px)and (hover:hover)and (pointer:fine){.directions__link--inline:hover .directions__item--title{color:#1e22aa}}@media(width >= 768px){.directions__link--type-background{background-color:#1e22aa;border-radius:12px;cursor:pointer}.directions__link--type-background .directions__item--title{color:#fff}.directions__link--type-background .directions__item--text{color:#f0f2f5}.directions__item:after{display:none}.directions__item--title{font-size:18px;font-weight:600;line-height:1.48;color:#212529;margin-bottom:10px}.directions__item--text{color:#475a6f}.directions__item--enterprise-top{position:relative;width:55.6%;padding:99px 30px 33px;border-bottom:none;border-right:2px solid #e0e5eb}.directions__item--enterprise-top:after{top:30px;right:30px}}@media(width >= 768px)and (hover:hover)and (pointer:fine){.directions__item--enterprise-top:hover .directions__item--title{color:#1e22aa}}@media(width >= 768px){.directions__item--enterprise-bottom{position:relative;width:45%;padding:30px 32px}.directions__item--enterprise-bottom:after{top:30px;right:30px}.directions__item--enterprise-container{position:relative}.directions__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:fit-content 337px 337px;gap:22px}.directions__grid-item{position:relative;background:#fff;border:2px solid #e4e7ec;border-radius:12px;cursor:auto}.directions__grid-item:first-child{grid-column:span 2}.directions__grid-item:nth-child(3){order:5}.directions__grid-item:nth-child(4){order:3}.directions__grid-item:nth-child(5){order:4}.directions__video{margin-bottom:28px}.directions__icon{position:absolute;top:32px;left:32px}}@media(width >= 900px){.directions__link--type-background{background-position:center 35%;background-size:110%}}@media(width >= 1280px){.directions{padding:98px 16px 100px}.directions__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1216px}.directions__title{margin-bottom:22px;font-size:40px}.directions__text{margin-bottom:32px}.directions__icon{top:30px;left:30px}.directions__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:fit-content 316px;gap:32px}.directions__grid-item:first-child,.directions__grid-item:nth-child(2){grid-column:span 3}.directions__grid-item:nth-child(2){border:0}.directions__grid-item:nth-child(3),.directions__grid-item:nth-child(4),.directions__grid-item:nth-child(5){grid-column:span 2;grid-row:2}.directions__link{padding:99px 31px 33px}.directions__link--inline{flex-direction:column;padding:0}.directions__item--enterprise-top{width:100%;border-right:none;border-bottom:2px solid #e0e5eb;padding:99px 30px 31px}.directions__item--enterprise-top:after{top:32px;right:32px}.directions__item--enterprise-bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%;height:100%;padding:31px 30px 35px}.directions__item--enterprise-bottom:after{top:32px;right:32px}.directions__video{margin-bottom:0;width:100%}}.carousel__item-link{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:16px;text-align:left}.carousel__params-container{display:block}.carousel__category{display:inline-block;padding:4px 8px;font-size:14px;font-weight:500;line-height:18px;color:#1e22aa;margin-bottom:11px;background-color:rgba(33,37,41,.04);border-radius:4px;white-space:nowrap;max-width:100%}.carousel__category,.carousel__title{overflow:hidden;text-overflow:ellipsis}.carousel__title{display:-webkit-box;font-size:16px;font-weight:600;line-height:1.5;color:#212529;letter-spacing:0;margin-bottom:31px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.carousel__title:hover{color:#1e22aa}}.carousel__level{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:400;line-height:148%;color:#9faab7;margin-bottom:8px;text-align:center}.carousel__level span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.carousel__location{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:400;line-height:148%;color:#9faab7;text-align:center}.carousel__location span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media(width >= 768px){.carousel__title{font-size:18px;line-height:1.4;margin-bottom:31.25px}.carousel__level,.carousel__location{letter-spacing:-.005em}}.carousel__skeleton-loader{background:hsla(0,0%,100%,.3);overflow:hidden}.carousel__skeleton-loader-image{width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.4) 25%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.4) 75%);background-size:200% 100%;animation:shimmer 2s infinite;opacity:1}.carousel__skeleton-heading{margin-bottom:20px}.carousel__skeleton-heading .carousel__skeleton-loader{width:133px;height:24px;border-radius:6px}.carousel__skeleton-btns{display:none}.carousel__skeleton-items{display:flex;gap:16px}.carousel__skeleton-items .carousel__skeleton-loader{width:280px;min-width:280px;height:200px;border-radius:12px}@media(width >= 768px){.carousel__skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.carousel__skeleton-heading{margin-bottom:0}.carousel__skeleton-btns{display:flex;gap:8px}.carousel__skeleton-btns .carousel__skeleton-loader{width:44px;height:44px;border-radius:10px}.carousel__skeleton-items{gap:24px}.carousel__skeleton-items .carousel__skeleton-loader{height:200px}}@media(width >= 1280px){.carousel__skeleton-items{gap:32px}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.carousel__navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.carousel__link{display:flex;gap:8px;color:#212529;text-decoration:none;outline:none}.carousel__link:hover .carousel__vacancies{color:#1e22aa}.carousel__link:hover .carousel__vacancies svg{fill:#1e22aa}.carousel__vacancies{position:relative;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.carousel__vacancies svg{position:absolute;top:calc(50% - 12px);right:-32px;z-index:1;display:inline-block;width:24px;height:24px}.carousel__swiper-buttons{display:none;gap:8px}.carousel__swiper-button{display:flex;justify-content:center;align-items:center;gap:8px;width:44px;height:44px;padding:5px;border:none;transition:all .3s ease;border-radius:10px;cursor:pointer;outline:2px solid rgba(0,0,0,0);background-color:var(--colors-gray0)!important}.carousel__swiper-button:hover{background-color:var(--colors-gray50)!important}.carousel__swiper-button:disabled{background-color:var(--colors-gray40)!important}.carousel__swiper{overflow:visible;scrollbar-width:none;display:flex;align-items:stretch}.carousel__item{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:auto;min-width:280px;max-width:280px;min-height:200px;max-height:200px;height:auto;background:#fff;flex-shrink:0;border-radius:12px;cursor:pointer}@media(width >= 768px){.carousel__swiper-buttons{display:flex}.carousel__navigation{margin-bottom:20px;min-height:44px}.carousel__item{min-height:208px;max-height:208px}}.tags{display:flex;align-items:center}.tags__skills{font-size:14px;font-weight:500;line-height:18px;color:#212529;font-style:normal}.tags__swiper-wrapper{position:relative;background:rgba(0,0,0,0);overflow-x:hidden}.tags__swiper-wrapper--start{mask-image:linear-gradient(90deg,#808080 96%,rgba(115,115,115,0))}.tags__swiper-wrapper--processed{mask-image:linear-gradient(90deg,rgba(217,217,217,0),#ccc 3.64%,#808080 96%,rgba(115,115,115,0))}.tags__swiper-wrapper--end{mask-image:linear-gradient(90deg,rgba(217,217,217,0),#ccc 3.64%,#808080 96%)}.tags__swiper.swiper{margin:0 0 0 8px;overflow-x:auto;scrollbar-width:none}.tags__item,.tags__link{width:fit-content}.tags__link{display:inline-flex;justify-content:center;align-items:center;height:24px;padding:1px 29px 1px 8px;font-size:14px;font-weight:500;line-height:18px;color:#212529;text-decoration:none;border:none;border-radius:4px;background-color:#fff;outline:none;cursor:pointer}.tags__link--active,.tags__link:hover{background-color:#1e22aa;color:#fff}.tags__link--active .tags__tag svg path,.tags__link:hover .tags__tag svg path{fill:currentcolor}.tags__link:focus-visible{outline:2px solid #1e22aa;outline-offset:2px}.tags__tag{position:relative;white-space:nowrap}.tags__tag svg{position:absolute;top:calc(50% - 8px);right:-21px;z-index:1;display:inline-block;width:16px;height:16px}.tags__tag svg path{fill:currentcolor}@media(width >= 768px){.tags__swiper.swiper{margin:0 0 0 24px}}@media(width >= 950px){.tags__swiper-wrapper{mask-image:none}}.first-screen{position:relative;padding:166px 16px 40px;background-size:cover;background-position:50%;background-repeat:no-repeat;overflow-x:hidden}.first-screen__bg{position:absolute;top:0;right:0;left:0;z-index:-1;width:100%;height:100%}.first-screen__bg-image{object-position:top;object-fit:cover}.first-screen:after{position:absolute;top:0;right:0;width:100%;height:20%;background:linear-gradient(#fff 10.5%,rgba(255,255,255,0) 99.67%);content:""}.first-screen__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1216px}.first-screen__title{color:#212529;margin-bottom:32px;max-width:420px;font-style:normal}.first-screen__search{width:100%;height:52px;padding:6px 58px 6px 14px!important;font-size:16px;font-weight:500;line-height:24px;color:#212529;border:2px solid rgba(224,229,235,0);transition:all .3s ease-in-out;letter-spacing:.01em;font-style:normal;border-radius:12px;background-color:#fff;outline:none}.first-screen__search-icon{display:none}.first-screen__search:hover{border:2px solid #cbd2dc}.first-screen__search:focus{border:2px solid #1e22aa}.first-screen__search-container{position:relative;margin-bottom:16px}.first-screen__button{position:absolute;top:0;right:0;width:44px;height:44px;padding:10px;border:none;cursor:pointer}.first-screen__button--search{top:4px;right:4px}.first-screen__button-text{display:none}.first-screen__tags{margin-bottom:100px}.first-screen__link{font-size:16px;font-weight:600;line-height:24px;color:#212529;text-decoration:none}@media(width >= 768px){.first-screen{padding:244px 44px 40px}.first-screen__title{margin-bottom:41px;max-width:520px}.first-screen__search{position:relative;padding:6px 120px 6px 50px!important}.first-screen__search-icon{position:absolute;top:14px;left:20px;z-index:9;display:inline-block}.first-screen__search-container{position:relative;margin-bottom:16px}.first-screen__button-text{display:block}}@media(width >= 1280px){.first-screen{padding:225px 16px 47px}.first-screen__title{margin-bottom:32px;max-width:600px}}.interviews{padding:60px 16px;background-color:#f6f7f9;overflow-x:hidden}.interviews__wrapper{max-width:1216px;margin:0 auto}.interviews__navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.interviews__title{font-size:24px;font-weight:600;line-height:120%;color:#212529}.interviews__swiper{overflow:visible;scrollbar-width:none}.interviews__swiper-buttons{display:none}.interviews__swiper-button{background-color:var(--colors-gray0)!important}.interviews__swiper-button:hover{background-color:var(--colors-gray50)!important}.interviews__swiper-button:disabled{background-color:var(--colors-gray40)!important}.interviews__item{max-width:280px}.interviews__item:hover .interviews__item__subtitle{color:#1e22aa}.interviews__image{position:relative;height:58px}.interviews__image-bg{border-radius:12px 12px 0 0}@media(width >= 768px){.interviews{padding:100px 44px 80px}.interviews__navigation{margin-bottom:32px}.interviews__swiper-buttons{display:flex;gap:12px}.interviews__title{font-size:32px;font-weight:500}.interviews__item{max-width:384px}.interviews__image{height:80px}}@media(width >= 1280px){.interviews{padding:95px 16px 92px}.interviews__image:after{top:20px;right:16px}.interviews__navigation{margin-bottom:36px}.interviews__title{font-size:40px}}:root{--color-text-primary:#475a6f;--color-text-secondary:#212529;--color-text-hover:#adadad;--color-text-active:#e8e9ff;--color-bg-base:#fff;--color-bg-secondary:#f6f7f9;--color-accent-primary:#1e22aa;--color-accent-danger:#e44f41;--color-accent-disabled:#565656;--color-select-border:#c5c5c5;--color-select-option:#000;--color-button-text:#fff;--color-button-background-primary:#1e22aa;--color-button-background-secondary:#e4e4f5}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul{list-style:none}
/*# sourceMappingURL=ad5cd8d390da272c.css.map*/