.banner{height:200px;position:relative}.banner__image{background-image:url(/static/media/banner_home.843442976dcb28f99d5d.jpg);background-position:50%;background-size:cover;bottom:0;filter:blur(5px);height:100%;left:0;position:absolute;right:0;top:0;z-index:1}.banner__overlay{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%;z-index:2}.banner__text{color:#000;font-size:64px;font-weight:500}.filter{border:1px solid #e0e0e0;border-radius:24px;max-width:248px;padding:16px}.filter h2{font-size:16px;font-weight:700}.filter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.filter-header button{background-color:initial;border:none;cursor:pointer}.filter-section{margin-bottom:1rem}.filter-section__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:26px}.filter-section__header h3{font-size:16px;font-weight:700}.filter-section__icon{transition:transform .3s}.filter-section__icon.open{transform:rotate(90deg)}label{align-items:center;cursor:pointer;display:flex;gap:10px;margin-bottom:12px}.styled-checkbox{-webkit-appearance:none;appearance:none;border:1px solid #8e8e93;border-radius:2px;cursor:pointer;height:24px;position:relative;width:24px}.styled-checkbox:checked{background-color:#000;border:2px solid #000}.styled-checkbox:checked:before{color:#fff;content:"✓";display:block;font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.header{padding:16px 0}.header__logo{color:#000;text-decoration:none}.header-container{align-items:center;display:flex;justify-content:space-between}.header__left{align-items:center;column-gap:24px;display:flex}.header__nav-list{column-gap:8px;display:flex}.header__nav-li{cursor:pointer;padding:6px 8px;position:relative;transition:color .3s ease;&:before{background:#000;bottom:0;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}&:hover:not(:first-child){&:before{transform:scaleX(1)}}&:hover .dropdown{display:block}&:first-child{padding:6px 38px 6px 8px;position:relative;&:after{background-image:url(/static/media/uiw_down.47aedc4a2831ac28e5d1.svg);background-repeat:no-repeat;content:"";height:16px;position:absolute;right:8px;top:10px;width:16px}}}.header__nav-li a{color:#000;font-size:16px;text-decoration:none}.header__actions{align-items:center;column-gap:12px;display:flex}.header__search{background-color:#efefef;border:1px solid #ddd;border-radius:51px;color:#999;font-size:16px;height:44px;padding:16px 28px;width:clamp(9.375rem,.804rem + 35.16vw,29.375rem)}.header__actions img{cursor:pointer}.header__login{background-color:#efefef;border:1px solid #ddd;color:#000}.header__login,.header__register{align-items:center;border-radius:51px;cursor:pointer;display:flex;font-size:16px;height:44px;padding:16px 28px;width:fit-content}.header__register{background-color:#40a6ff;border:none;color:#fff}.dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;display:none;left:0;list-style:none;margin:0;padding:16px;position:absolute;top:100%;width:256px;z-index:103}.dropdown li:not(:last-child),.dropdown-divider{margin-bottom:12px}.dropdown-divider{border:.3px solid #ebe8e8;width:100%}.dropdown li a{color:#000;display:block}.header__share{align-items:center;background-color:#efefef;border:1px solid #ddd;border-radius:51px;color:#000;cursor:pointer;display:flex;font-size:16px;height:44px;justify-content:center;padding:16px 28px;white-space:nowrap;width:auto}.header__avatar{border-radius:40px;height:43px;width:43px}.project-card{border-radius:4px;cursor:pointer;display:flex;flex-direction:column;position:relative}.project-image-container{margin-bottom:12px;object-fit:cover;overflow:hidden}.project-image{height:244px;transition:transform .3s ease;width:100%;&:hover{transform:scale(1.1)}}.project-header{justify-content:space-between}.more-options,.project-header{align-items:center;display:flex}.more-options{background-color:initial;border:none;cursor:pointer;height:24px;justify-content:center;width:24px}.project-title{color:#000;font-size:16px;font-weight:700}.project-author{color:#555;margin-bottom:14px}.project-stats{display:flex;gap:8px}.project-date{color:#000;font-size:12px}.project-stats span{align-items:center;display:flex;font-size:12px;gap:4px}.context-menu{background-color:#fff;border-radius:24px;bottom:-62%;box-shadow:0 4px 8px 0 #00000040;max-width:184px;padding:16px;position:absolute;right:0;width:100%;z-index:10}.context-menu ul{display:flex;flex-direction:column;gap:22px}.context-menu li{cursor:pointer;font-size:16px}.vacancy-card{background-color:#f8f8f8;border:1px solid #c7c7c7;border-radius:4px;cursor:pointer;max-width:353px;padding:16px}.vacancy-card__header{align-items:flex-start;display:flex;justify-content:space-between}.vacancy-card__header-left{align-items:center;display:flex}.vacancy-card__logo{border-radius:20px;height:32px;margin-right:8px;width:32px}.vacancy-card__department{color:#888;font-size:12px}.vacancy-card__description{color:#000;font-size:12px;line-height:100%;margin-bottom:24px}.vacancy-card__title{color:#000;font-size:16px;font-weight:700;line-height:100%;margin:16px 0 12px}.vacancy-card__type{color:#888;font-size:12px}.vacancy-card__date{color:#000;font-size:12px}.vacancy-card__icons{align-items:center;display:flex;gap:7px;opacity:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.vacancy-card__favorite-btn,.vacancy-card__options-btn{background-color:initial;border:none;cursor:pointer;height:24px;width:24px}.vacancy-card:hover .vacancy-card__icons{opacity:1;visibility:visible}.project-list{grid-column-gap:16px;grid-row-gap:56px;column-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;row-gap:56px;@media screen and (max-width:900px){grid-template-columns:repeat(2,1fr)}@media screen and (max-width:600px){grid-template-columns:repeat(1,1fr)}}.sort{background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:24px;box-shadow:0 4px 9px 0 #00000040;display:none;padding:16px;position:absolute;right:0;top:50px;width:100%;z-index:3}.sort-button{align-items:center;background-color:#efefef;border:1px solid #ddd;border-radius:51px;color:#000;cursor:pointer;display:flex;font-size:16px;height:44px;padding:16px 28px;text-align:left;width:248px}.sort.visible{display:block}.sort h2{font-size:16px;font-weight:700}.sort-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.sort-header button{background-color:initial;border:none;cursor:pointer}.hidden-radio{display:none}.footer{background-color:#eaeaea;padding:44px 0}.footer__wrapper{align-items:center;display:flex;flex-direction:column;gap:76px}.footer__social{gap:20px}.footer__block,.footer__social{align-items:center;display:flex}.footer__block{flex-direction:column;gap:44px;&:last-child{gap:16px}}.footer__logo{color:#000;display:block;font-size:32px;margin-bottom:32px;text-align:center;text-decoration:none}.footer__row{display:flex;gap:32px}.footer__row-link{color:#000;text-decoration:none;&:hover{text-decoration:underline}}.projectModal_modalOverlay__KTiIp{align-items:center;animation:projectModal_fadeIn__SW\+mG .3s forwards;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:100}.projectModal_modalContainer__di912{animation:projectModal_scaleIn__JrYVp .3s forwards;background:#fff;border-radius:24px;box-shadow:0 4px 15px #0003;height:auto;max-width:1148px;padding:44px;position:relative;transform:scale(.7);width:90%}.projectModal_modalCloseButton__TEnab{background:none;border:none;cursor:pointer;position:absolute;right:44px;top:40px}.projectModal_modalHeader__EfvrF{margin-bottom:20px}.projectModal_modalTitle__lDlTZ{font-size:16px;font-weight:700;margin-bottom:8px}.projectModal_modalPublished__7PFJb{color:#000;font-size:12px}.projectModal_modalContent__AbrlI{display:flex}.projectModal_modalImage__w62Z4{height:auto;max-width:698px;width:100%}.projectModal_modalDetails__WIuD5{margin-left:20px}.projectModal_modalAuthor__xZAm4{align-items:center;display:flex;margin-bottom:24px;position:relative}.projectModal_authorAvatar__p2lFd{height:52px;margin-right:13px;object-fit:cover;width:52px}.projectModal_authorName__GV0bR{color:#000;font-size:24px;font-weight:400;line-height:1;margin-bottom:12px}.projectModal_subscribeButton__Ei0Sn{background:none;border:none;color:#000;cursor:pointer;font-size:12px;position:absolute;right:0;top:4px}.projectModal_projectStats__CgLdS{display:flex;gap:8px}.projectModal_projectDate__OGIRp{color:#000;font-size:12px}.projectModal_projectStats__CgLdS span{align-items:center;display:flex;font-size:12px;gap:4px}.projectModal_modalActions__SkyhM{margin-bottom:125px}.projectModal_modalActions__SkyhM div{display:flex;justify-content:space-between;margin-bottom:16px}.projectModal_modalActions__SkyhM button{align-items:center;border:none;border-radius:51px;cursor:pointer;display:flex;font-size:16px;line-height:100%;white-space:nowrap}.projectModal_rateButton__NK-NP{background-color:#40a6ff;color:#fff;padding:16px 49px}.projectModal_shareButton__hVaEt{background-color:#efefef;padding:16px 28px}.projectModal_messageButton__8Dimg{background-color:#efefef;padding:16px 49px;width:100%}.projectModal_tags__\+tsRU{display:flex;gap:10px;white-space:nowrap}.projectModal_tag__\+Mmp6{align-items:center;background-color:initial;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:inline-flex;max-height:35px;padding:12px 24px;transition:background-color .3s}.projectModal_modalDetails__WIuD5 .projectModal_tags__\+tsRU{flex-wrap:wrap}@keyframes projectModal_fadeIn__SW\+mG{to{opacity:1}}@keyframes projectModal_scaleIn__JrYVp{to{transform:scale(1)}}@keyframes projectModal_fadeOut__nIr\+s{0%{opacity:1}to{opacity:0}}@keyframes projectModal_scaleOut__cwgPU{0%{transform:scale(1)}to{transform:scale(.7)}}.projectModal_modalOverlay__KTiIp.projectModal_fadeOut__nIr\+s{animation:projectModal_fadeOut__nIr\+s .2s forwards}.projectModal_modalContainer__di912.projectModal_scaleOut__cwgPU{animation:projectModal_scaleOut__cwgPU .2s forwards}.container--flex{display:flex}.aside{margin-right:30px;max-width:248px;width:20%}.section{width:80%}.section-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:33px}.title{color:#000;font-size:32px;font-weight:400;line-height:100%;margin-bottom:24px}.tags{display:flex;gap:10px;white-space:nowrap}.tags__tag{align-items:center;background-color:initial;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:inline-flex;max-height:35px;padding:12px 24px;transition:background-color .3s}.tags__tag:hover{background-color:#efefef}.infoModal_modalOverlay__2ExYD{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.infoModal_modalContent__p7Dwb{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;max-width:90%;padding:40px;position:relative;text-align:center;width:400px}.infoModal_modalClose__uNNck{color:#333;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px}h1{color:#4a90e2;font-size:24px;margin-bottom:20px}p{color:#555;font-size:16px;line-height:1.6;margin-bottom:15px}.infoModal_modalContent__p7Dwb p:last-child{color:#333;font-weight:700;margin-top:20px}.search-bar{align-items:flex-start;display:flex;flex-direction:column;margin-top:-20px!important;position:relative;z-index:1}.employment-type{display:flex;gap:32px;justify-content:center;margin-bottom:32px}.employment-button{align-items:center;background-color:#efefef;border:1px solid #ddd;border-radius:51px;color:#000;cursor:pointer;display:flex;font-size:16px;height:44px;padding:16px 28px;text-align:left;width:248px}.search-controls{display:flex;gap:36px}.search-controls input{background-color:#efefef;border:1px solid #ddd;border-radius:51px;color:#999;width:clamp(22.375rem,17.955rem + 18.13vw,32.688rem)}.search-button,.search-controls input{font-size:16px;height:44px;padding:16px 28px}.search-button{align-items:center;background-color:#40a6ff;border:none;border-radius:51px;color:#fff;cursor:pointer;display:flex;justify-content:flex-start;width:248px}.controls-container{display:flex;justify-content:space-between;width:100%}.vacancyModal_modalOverlay__hLMwI{align-items:center;animation:vacancyModal_fadeIn__FDXep .3s forwards;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:100}.vacancyModal_modalContainer__-bWAu{animation:vacancyModal_scaleIn__AMjOk .3s forwards;background:#fff;border-radius:24px;box-shadow:0 4px 15px #0003;max-height:710px;max-width:1148px;overflow-x:auto;padding:44px 44px 0;position:relative;transform:scale(.7);width:90%}.vacancyModal_close__6MYZn{background:none;border:none;cursor:pointer;position:absolute;right:44px;top:40px}.vacancyModal_modalHeader__GCHL7{margin-bottom:68px}.vacancyModal_modalHeader__GCHL7 p{color:#000;font-size:20px;margin-bottom:28px;text-align:center}.vacancyModal_modalTitle__kQJ40{color:#000;font-size:32px;font-weight:700;line-height:100%;margin-bottom:28px;text-align:center}.vacancyModal_actions__vGOzV{align-items:center;display:flex;gap:24px;justify-content:center}.vacancyModal_actions__vGOzV button{align-items:center;border:none;border-radius:51px;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:16px 28px}.vacancyModal_submitBtn__tc1mU{background-color:#40a6ff;color:#fff;width:203px}.vacancyModal_saveBtn__HHQts{background-color:#efefef;color:#000;width:131px}.vacancyModal_modalContent__o0uN3{display:flex;justify-content:space-between}.vacancyModal_overview__h2p9X{flex-basis:696px}.vacancyModal_overview__h2p9X p{font-size:20px}.vacancyModal_modalDetails__1gR1L{border:1px solid #e5e5ea;border-radius:24px;height:max-content;max-width:320px;padding:32px;width:100%}.vacancyModal_items__SHraQ{color:#000;font-size:20px}.vacancyModal_items__SHraQ:not(:last-child){margin-bottom:44px}.vacancyModal_items__SHraQ div{color:#000;font-size:20px;font-weight:700;margin-top:16px;text-transform:capitalize}@keyframes vacancyModal_fadeIn__FDXep{to{opacity:1}}@keyframes vacancyModal_scaleIn__AMjOk{to{transform:scale(1)}}@keyframes vacancyModal_fadeOut__8cXKA{0%{opacity:1}to{opacity:0}}@keyframes vacancyModal_scaleOut__242w-{0%{transform:scale(1)}to{transform:scale(.7)}}.vacancyModal_modalOverlay__hLMwI.vacancyModal_fadeOut__8cXKA{animation:vacancyModal_fadeOut__8cXKA .2s forwards}.vacancyModal_modalContainer__-bWAu.vacancyModal_scaleOut__242w-{animation:vacancyModal_scaleOut__242w- .2s forwards}.vacancies-list{grid-column-gap:14px;grid-row-gap:24px;column-gap:14px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;row-gap:24px;@media screen and (max-width:900px){grid-template-columns:repeat(2,1fr)}@media screen and (max-width:600px){grid-template-columns:repeat(1,1fr)}}.results-count{font-weight:500;margin-bottom:32px}.main{padding-bottom:116px;padding-top:28px}.information-section{margin:24px auto;padding:0 36px}.information-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.info-card{background:#f8f8f8;border:1px solid #c7c7c7;border-radius:4px;flex:1 1;margin-right:24px;padding:24px;width:auto}.info-card:hover{transform:scale(1.05)}.info-card h2{margin-bottom:10px}.info-card p{color:#666}.questions-section{margin:0 auto 58px;padding:36px}.question-main{border:1px solid #c7c7c7;border-radius:4px;cursor:pointer;margin:0 auto 24px;padding:24px;position:relative;width:auto}.question-main:after{background-image:url(/static/media/Vector.71c1ef3f1b4b82d416de.svg);background-repeat:no-repeat;content:"";height:16px;position:absolute;right:26.1px;top:26.1px;transition:transform .3s;width:16px}.question-main.open:after{background-image:url(/static/media/uiw_down.47aedc4a2831ac28e5d1.svg);transform:rotate(1turn)}.question-text{color:#666;display:none;font-size:16px;font-weight:400;line-height:20.42px;margin-top:24px;text-align:left}.question-text.visible{display:block}.question-text.hidden{display:none}.Footer{margin-top:183px}.SearchContact_searchSection__G6BRf{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:54px}.SearchContact_contactButton__B1-g8,.SearchContact_searchBar__UvxCE,.SearchContact_searchBlue__IaNWg{align-items:center;border-radius:51px;color:#fff;display:flex;font-size:16px;height:44px;margin-right:20px;padding:16px 28px}.SearchContact_searchBar__UvxCE{background-color:#efefef;border:1px solid #ddd;width:800px}.SearchContact_contactButton__B1-g8,.SearchContact_searchBlue__IaNWg{border:1px solid #ddd;width:248px}.SearchContact_searchBlue__IaNWg{background-color:#40a6ff;border-color:#40a6ff;color:#fff}.SearchContact_contactButton__B1-g8{background-color:#efefef;border-color:#ddd}.parent-container{height:auto;position:relative;width:100%}.banner-container{position:relative}.filter-education,.search-education{padding:16px 28px;position:relative;z-index:1}.blue-search,.filter-education button,.sort-search{border:2px solid #0000;border-radius:51px;cursor:pointer;font-size:16px;font-weight:400;height:44px;line-height:20.42px;width:248px}.filter-education button{align-items:flex-start;bottom:35px;flex-direction:column;margin-right:16px;position:relative;z-index:1}.filter-education button:hover{border:2px solid #0d0d0d;transition:all .3s linear}.search-education input{background-color:#efefef;border:1px solid #ddd;border-radius:51px;font-size:16px;font-weight:400;height:44px;line-height:20.42px;margin-right:16px;padding:16px 28px;text-align:left;width:523px}.blue-search{background-color:#40a6ff;color:#fff}.sort-search{float:right}.content-wrapper{align-items:flex-start;display:flex;gap:16px;padding:16px 28px}.results-count{flex-direction:column;margin-top:0}.articles-section,.results-count{align-items:flex-start;display:flex;padding:0}.articles-section{flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:32px}.article-item{display:flex;flex-direction:column;height:auto;margin-bottom:16px;width:353px}.logo{border-radius:4px;height:244px;width:353px}.title-and-icon{align-items:center;display:flex;justify-content:space-between;margin-top:12px}.title-and-icon h3{margin-right:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description{margin-bottom:4px}.articles-section p,span{font-size:14px;font-weight:400;line-height:17.86px;text-align:left}.ancillary-icon{height:24px;width:24px}.article-info img,span{margin-right:4px}.days{margin-left:16px}.ancillary-icon{display:flex;margin-left:8px}.article-item .description{margin-top:10px}.article-item p.courses{margin-top:5px}.article-info{margin-top:10px}.support-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:24px}.support-main{border:1px solid #c7c7c7;border-radius:4px;height:Hug (1,103px);padding:24px;width:812px}.support-main h2{margin-top:24px}.support-main h3{margin-bottom:24px}.add-file,.description,.email,.question-support,.subject{margin-top:48px}.add-file button,.description input,.email input,.question-support button,.subject input,.submit button{align-items:center;background-color:#efefef;border:1px solid #ddd;border-radius:51px;font-weight:500;height:44px;justify-content:space-between;padding:16px 28px;width:100%}.question-support button{display:flex;font-size:16px;font-weight:500;line-height:20.42px;text-align:left}.question-support button:after{background-image:url(/static/media/uiw_down.47aedc4a2831ac28e5d1.svg);background-repeat:no-repeat;content:"";height:16px;padding:auto;position:relative;width:16px}.description input{height:223px}.add-file button{background-color:#fff;border:5.5px dashed #ddd;height:182px;padding:20px;width:764px}.add-file span{color:#40a6ff;text-decoration:underline}.submit button{background:#40a6ff;color:#fff;font-size:16px;margin-top:48px;padding:10px}.specialist-card{border:1px solid #c7c7c7;border-radius:4px;cursor:pointer;max-width:353px;padding:16px;transition:.3s;&:hover{box-shadow:0 4px 4px 0 #00000040}}.specialist-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.specialist-name{color:#000;font-size:16px;font-weight:400}.specialist-location{color:#888;font-size:12px}.specialist-details h3{line-height:1;margin-bottom:12px}.specialist-details p{color:#000;font-size:12px;margin-bottom:16px}.avatar{border-radius:20px;height:32px;width:32px}.header-right{align-items:flex-end;display:flex;flex-direction:column}.header-left{align-items:center;display:flex;gap:8px}.top-badge{background-color:#7321ff;border-radius:4px;color:#f2f2f7;display:block;font-size:16px;line-height:1;padding:4px 8px;width:46px}.response-time{color:#038901;display:block;font-size:12px}.expertise{display:flex;justify-content:space-between;margin-bottom:16px}.expertise-logo{height:61px;width:74px}.stats{display:flex;justify-content:space-between}.stats p{background-color:#efefef;border:1px solid #ddd;border-radius:51px;margin-bottom:16px;width:156px}.hire-button,.stats p{align-items:center;display:flex;height:32px;justify-content:center;padding:16px 28px}.hire-button{background-color:#40a6ff;border:none;border-radius:5px;border-radius:51px;color:#fff;cursor:pointer;font-size:16px;width:100%}.specialists-list{grid-column-gap:16px;grid-row-gap:24px;column-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;row-gap:24px;@media screen and (max-width:900px){grid-template-columns:repeat(2,1fr)}@media screen and (max-width:600px){grid-template-columns:repeat(1,1fr)}}*{box-sizing:border-box;font-family:inherit}body,div,h1,h2,h3,h4,h5,h6,li,ol,p,span,ul{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Space Grotesk,sans-serif;margin:0;padding:0}body{background-color:#f8f8f8;overflow-x:hidden}ol,ul{list-style:none}.container{margin:0 auto;max-width:1398px;padding:0 15px}
/*# sourceMappingURL=main.e990340b.css.map*/