.form-block{display:grid;grid-template-columns:clamp(343px,28.0555555556vw,505px) auto;grid-template-rows:auto auto 1fr;grid-column-gap:clamp(20px,11.9444444444vw,215px);grid-row-gap:clamp(12px,2.2222222222vw,40px)}.form-block .text{font-family:var(--font-2);font-size:var(--font-size-7);font-weight:300}.form-block>.title,.form-block>.text,.form-block>.btn{grid-column:1}.form-block>.btn{gap:clamp(10px,1.1111111111vw,20px)}.form-block>.btn:after{content:"";width:6px;height:9px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M1 8.5L5 4.5L1 0.5' stroke='black'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}@media(max-width:768px){.form-block{display:flex;flex-direction:column}.form-block .faqs-button{width:100%;justify-content:center}.form-block .faqs-button .only-desktop{display:none}}.form-wrap{grid-column:2;grid-row:1/4;padding:clamp(24px,2.7777777778vw,50px) clamp(28px,2.7777777778vw,50px) clamp(24px,1.9444444444vw,35px) clamp(28px,2.7777777778vw,50px);padding-bottom:10px;background-repeat:no-repeat;background-position:center;background-size:100% 100%;display:flex;flex-direction:column;gap:clamp(20px,4.4444444444vw,80px);background-color:#fff;border-radius:clamp(30px,1.9444444444vw,35px);position:relative}.form-wrap:before{content:"";width:clamp(334px,24.2777777778vw,437px);height:clamp(80px,8.7222222222vw,157px);background-image:url(/build/assets/form-angle-top-bncdudo6.png);background-repeat:no-repeat;background-position:top right;background-size:100% 100%;position:absolute;top:0;right:0}.form-wrap:after{content:"";width:clamp(215px,17.7222222222vw,319px);height:clamp(108px,8.8888888889vw,160px);background-image:url(/build/assets/form-angle-bottom-irbvsydg.png);background-repeat:no-repeat;background-position:bottom left;background-size:100% 100%;position:absolute;bottom:0;left:0}@media(max-width:600px){.form-wrap{border-radius:32px;background:#fff}}.form-tabs{display:flex;align-items:center;justify-content:flex-end;gap:clamp(4px,.5vw,9px);position:relative;box-sizing:border-box;width:max-content;margin:0;border-radius:30px;padding:4px;border:1px solid rgba(0,0,0,.1)}@media(max-width:600px){.form-tabs{width:100%}}.form-tab{display:flex;align-items:center;line-height:1;padding:clamp(9px,.6666666667vw,12px) clamp(18px,1.1111111111vw,20px);height:fit-content;min-height:clamp(40px,2.6666666667vw,48px);border-radius:clamp(40px,2.6666666667vw,48px);width:auto;white-space:nowrap;text-align:center;color:#000;font-family:var(--font-2);background-color:#0000;cursor:pointer;border:none;outline:none;position:relative;transition:color .18s ease-in-out,outline .18s ease-in-out,background-color .18s ease-in-out}.form-tab:hover{color:#000c}.form-tab.is-active{color:#fff;background-color:var(--purple)}.form-tab.is-active:hover{color:#fff}.form-tab-label-desktop{display:block}@media(max-width:768px){.form-tab-label-desktop{display:none}}.form-tab-label-mobile{display:none}@media(max-width:768px){.form-tab-label-mobile{display:block}}.form-tab:not(.is-active).btn{background-color:transparent;font-weight:300}.form-tab:not(.is-active):hover{color:var(--purple-hover)}@media(max-width:768px){.form-tab{width:100%}.form-tab.btn{justify-content:center}}.form-underline{position:absolute;min-height:clamp(40px,2.6666666667vw,48px);border-radius:clamp(40px,2.6666666667vw,48px);background-color:var(--purple);transition:left .5s,width .5s}.form-item{grid-column:1/-1;display:none;grid-template-columns:1fr 1fr;gap:clamp(8px,.5555555556vw,10px)}.form-item.is-active{display:grid}.form-item label{opacity:1;white-space:normal}.form-item fieldset{display:flex;align-items:center;position:relative;height:clamp(46px,3.4444444444vw,62px);border-bottom:1px solid rgba(26,37,44,.4);margin-bottom:16px}.form-item fieldset.is-full{grid-column:1/-1}.form-item fieldset:focus-within label{font-size:clamp(10px,.6666666667vw,12px);transform:translateY(-20px)}.form-item fieldset label{position:absolute;left:0;top:0;bottom:0;margin:auto;display:flex;font-size:clamp(16px,1.1111111111vw,20px);font-weight:300;font-family:var(--font-2);align-items:center;color:#000c;line-height:1.4;white-space:normal;cursor:initial;transition:transform .2s ease-in-out,font-size .2s ease-in-out}.form-item fieldset input{font-size:clamp(16px,1.1111111111vw,20px);font-weight:300;font-family:var(--font-2);color:#000}.form-item fieldset input:not(:placeholder-shown)+label,.form-item fieldset input:focus+label{font-size:clamp(10px,.6666666667vw,12px);transform:translateY(-20px)}.form-item fieldset select:valid+label,.form-item fieldset select:focus+label{font-size:clamp(10px,.6666666667vw,12px);transform:translateY(-20px)}@media(max-width:600px){.form-item fieldset{grid-column:1/-1}}.form-bottom{grid-column:1/-1;margin-top:clamp(20px,3.8888888889vw,70px);display:flex;align-items:flex-start;justify-content:flex-start;gap:clamp(20px,3.7222222222vw,67px);margin-left:calc(-1*clamp(8px,1.6666666667vw,30px));z-index:2}.form-bottom .checkbox-field{display:flex}.form-bottom .checkbox-field label{display:block;margin:4px 0 5px;white-space:normal;color:#374151}.form-bottom .checkbox-field.is-invalid label{color:#d10303}.form-bottom .checkbox-field.is-invalid input[type=checkbox]{border-color:#d10303}.form-bottom .submit-button{width:clamp(160px,13.1111111111vw,236px)}.form-bottom a{color:var(--purple);transition:color .18s ease-in-out}.form-bottom a:after{content:"";display:inline-block;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 8.66667V12.6667C12 13.0203 11.8595 13.3594 11.6095 13.6095C11.3594 13.8595 11.0203 14 10.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V5.33333C2 4.97971 2.14048 4.64057 2.39052 4.39052C2.64057 4.14048 2.97971 4 3.33333 4H7.33333' stroke='%233C388D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 2H14V6' stroke='%233C388D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66797 9.33333L14.0013 2' stroke='%233C388D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:2px}.form-bottom a:hover{color:var(--purple-hover)}.form-bottom .text{margin-top:clamp(0px,.2777777778vw,5px)}@media(max-width:600px){.form-bottom .text{margin-left:0;align-self:flex-start}}@media(max-width:600px){.form-bottom{margin-left:0;flex-direction:column;margin-bottom:clamp(20px,3.8888888889vw,70px)}}@media(max-width:980px){.form-bottom{flex-direction:column;margin-bottom:clamp(20px,3.8888888889vw,70px)}}@media(max-width:768px){.form-bottom .btn{width:100%;justify-content:center}}.modal-success{display:none}.modal-success.fancybox__content{padding:28px 28px 32px;min-width:390px;background-color:#000;border-radius:30px;cursor:initial!important}.modal-success.fancybox__content .title{color:#fff;font-family:var(--font-1);font-size:20px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:12px}.modal-success.fancybox__content .text{color:#fff;font-family:var(--font-2);font-size:18px;font-style:normal;font-weight:300;line-height:140%}.modal-success.fancybox__content .carousel__button.is-close{top:20px;right:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect width='32' height='32' rx='16' fill='white' fill-opacity='0.25'/%3E%3Cpath d='M20.5706 11.4297L11.4277 20.5725' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.4277 11.4297L20.5706 20.5725' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-color:#404040;border-radius:100%;width:32px;height:32px}@media(max-width:1900px){.form-wrap:before{content:"";width:clamp(163px,17.7777777778vw,320px);height:clamp(80px,8.7222222222vw,157px)}}@media(max-width:1450px){.form-block{grid-template-columns:1fr clamp(540px,53.3333333333vw,960px);grid-column-gap:clamp(20px,2.2222222222vw,40px)}.form-wrap{padding:clamp(24px,1.5555555556vw,28px) clamp(20px,1.5555555556vw,28px) clamp(10px,.6666666667vw,12px) clamp(20px,1.5555555556vw,28px);gap:clamp(20px,2.2222222222vw,40px)}.form-bottom{margin-top:clamp(20px,2.2222222222vw,40px);margin-left:calc(-1*clamp(8px,.5555555556vw,10px))}}@media(max-width:1170px){.form-wrap:before{width:clamp(153px,14vw,200px)}}@media(max-width:1070px){.form-wrap{background-image:none;background-color:#fff;border-radius:32px}.form-wrap:before,.form-wrap:after{display:none}.form-bottom{margin-left:0}.form-bottom .text br{display:none}}@media(max-width:680px){.form-bottom .text br{display:block}}.tabs{display:flex;align-items:center;justify-content:flex-end;gap:clamp(4px,.5vw,9px);position:relative;box-sizing:border-box;width:max-content;margin:0 0 auto auto;border-radius:30px;padding:4px;border:1px solid rgba(0,0,0,.1)}@media(max-width:650px){.tabs{width:100%}}.tabs .tab{display:flex;align-items:center;line-height:1;padding:clamp(9px,.6666666667vw,12px) clamp(18px,1.1111111111vw,20px);height:fit-content;min-height:clamp(40px,2.6666666667vw,48px);border-radius:clamp(40px,2.6666666667vw,48px);width:auto;white-space:nowrap;font-weight:300;text-align:center;color:#000;font-family:var(--font-2);background-color:#0000;cursor:pointer;border:none;outline:none;position:relative;transition:color .18s ease-in-out,outline .18s ease-in-out,background-color .18s ease-in-out}.tabs .tab:hover{color:#000c}.tabs .tab.is-active{color:#fff;font-weight:300}.tabs .tab.is-active:hover{color:#fff}.tabs .tab:not(.is-active).btn{background-color:transparent}.tabs .tab:not(.is-active):hover{color:var(--purple-hover)}@media(max-width:650px){.tabs .tab{width:100%;font-size:15px}.tabs .tab.btn{justify-content:center}}.tabs .underline{position:absolute;min-height:clamp(40px,2.6666666667vw,48px);border-radius:clamp(40px,2.6666666667vw,48px);background-color:var(--purple);transition:left .5s,width .5s}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}: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);-webkit-backface-visibility:hidden;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-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stages-of-education{display:flex;flex-direction:column;padding:clamp(28px,2.7777777778vw,50px) 0 clamp(40px,8.3333333333vw,150px) 0}.stages-of-education-container{position:relative;margin:0 auto -40px;padding:0 clamp(70px,6.6666666667vw,120px) 40px clamp(70px,6.6666666667vw,120px);width:100%;max-width:1920px;border-top-left-radius:30px;border-top-right-radius:30px;background-color:#f1f1f3;background-position:top right;background-repeat:no-repeat;background-image:url(/build/assets/directions-top-right-dt1sb8hl.png)}@media(max-width:1500px){.stages-of-education-container{background-size:330px 135px;padding:0 clamp(16px,2.2222222222vw,40px)}}@media(max-width:1200px){.stages-of-education-container{background-size:270px 106px;margin-bottom:0}}@media(max-width:1024px){.stages-of-education-container{padding:0 clamp(16px,2.2222222222vw,40px);background-size:auto auto;background-image:url(/build/assets/admissions-start-bg-mobile-h2f1cv2z.png)}}.stages-of-education .header .title{display:flex;flex-direction:column-reverse;gap:12px;margin:clamp(0px,5.5555555556vw,100px) 0 40px 0}@media(max-width:1024px){.stages-of-education .header .title{max-width:80%;margin:0 0 20px}}.stages-of-education .header .btn{position:absolute;top:clamp(0px,.5555555556vw,10px);right:77px;padding:14px 44px;height:80px}@media(max-width:1500px){.stages-of-education .header .btn{padding:14px 30px;height:65px;right:70px}}@media(max-width:1200px){.stages-of-education .header .btn{right:50px;padding:13px 20px;height:50px;top:7px}}@media(max-width:1024px){.stages-of-education .header .btn{display:none}}@media(max-width:1024px){.stages-of-education .header .menu{display:none}}.stages-of-education .content{display:grid;grid-template-columns:clamp(260px,21.9444444444vw,395px) calc(100% - clamp(260px,21.9444444444vw,395px) - 20px);gap:clamp(8px,1.1111111111vw,20px)}@media(max-width:1024px){.stages-of-education .content{grid-template-columns:100%}}.stages-of-education .stages-cards{display:flex;flex-direction:column;gap:clamp(8px,1.1111111111vw,20px)}@media(max-width:1024px){.stages-of-education .stages-cards{width:100%}}.stages-of-education .stages-cards .stage-card{width:100%;margin-bottom:0;padding:clamp(20px,2.8888888889vw,52px);border-radius:clamp(20px,1.6666666667vw,30px);background:#fff}.stages-of-education .stages-cards .stage-card .title{font-family:var(--font-1);font-size:clamp(22px,1.8888888889vw,34px);font-style:normal;font-weight:600;line-height:normal}.stages-of-education .stages-cards .stage-card .text{font-family:var(--font-2);font-size:clamp(14px,1vw,18px);font-style:normal;font-weight:300;line-height:140%;margin-bottom:0;opacity:.8}.stages-of-education .stages-cards .lk-card{display:flex;flex-direction:column;gap:clamp(16px,2.2222222222vw,40px)}.stages-of-education .stages-cards .lk-card .content{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:700px){.stages-of-education .stages-cards .lk-card .content{flex-direction:column}.stages-of-education .stages-cards .lk-card .content .btn{min-height:clamp(48px,3.1111111111vw,56px);padding:14px 30px 15px;width:100%;justify-content:center}}.stages-of-education .stages-cards .lk-card .description{display:flex;align-items:center;flex-grow:1;gap:clamp(16px,2.2222222222vw,40px)}.stages-of-education .stages-cards .lk-card .description .icon{display:flex;flex-shrink:0;width:clamp(44px,2.7777777778vw,50px);height:clamp(44px,2.7777777778vw,50px);background-repeat:no-repeat;background-size:contain;background-image:url(/build/assets/user-icon-bu8c8kpi.png)}.stages-of-education .stages-cards .lk-card .description .text{display:inline-block;max-width:650px}.stages-of-education .stages-cards .lk-card .description .text .link{font-weight:500}@media(max-width:600px){.stages-of-education .stages-cards .lk-card .description{align-items:flex-start}}.stages-of-education .stages-cards .practice-card{display:flex;flex-direction:column;gap:clamp(16px,2.2222222222vw,40px)}.stages-of-education .stages-cards .practice-card .content{display:flex;flex-direction:column;gap:clamp(24px,2.2222222222vw,40px)}.stages-of-education .stages-cards .practice-card .content .cards{display:flex;gap:12px}.stages-of-education .stages-cards .practice-card .content .cards .card{display:flex;flex:1 0 0;border-radius:clamp(16px,1.6666666667vw,30px);border:1px solid rgba(0,0,0,.1);background:#fff;padding:clamp(20px,1.3333333333vw,24px) clamp(20px,1.9444444444vw,35px)}.stages-of-education .stages-cards .practice-card .content .cards .card .text{display:flex;gap:clamp(16px,1.2222222222vw,22px)}.stages-of-education .stages-cards .practice-card .content .cards .card .text:before{display:flex;flex-shrink:0;width:clamp(44px,3vw,54px);height:clamp(44px,3vw,54px);content:"";background-repeat:no-repeat;background-size:contain}.stages-of-education .stages-cards .practice-card .content .cards .card .text.work:before{background-image:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='54' height='54' rx='27' fill='%239FC53A'/%3E%3Crect x='10' y='9' width='32' height='32' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1748_16468' transform='scale(0.015625)'/%3E%3C/pattern%3E%3Cimage id='image0_1748_16468' width='64' height='64' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAADLklEQVR4nO2aXWhPYRzHzyJWkoi8S9q8ZEWiViYuyC7UUpZClia72IWai6Vd0JS0rGRJFi5WVlvJy4XahdkURSOJtHAxks1LMWKz8dHJUb89/v+z85ydZ6dzPJ96rp7f7/d8n+9//z1vf8exWCwWi8VisVgSAzABWAOUKq0EWOSkGWA2cJfs/AROOGkFaCUYO5y0AUwGBgIa0OKkDSCP4Dxw0gZQoGHAUydtAGs1DHjhpA1gFdAVsN2IW6/F8j/Cn+9pPXAB2AdM9NnRlQF7gbkBa2/wNkJBW8axjQBMA856W1FJh7uBUeJOAoMi5juwO8AY5egx1fjEXYDtwBsfIVXeAeYA8C5LjGtIvuMDUKlpwCzHJMB84EoAIc+ARwHiDo8ynmukDgtNTTzH++5+JFqaRxm3RrNenonJ5wPtmKFrlLFrNesVRD35Mo3TWBi+ANXeP7t//nyBOs1666KcfAXjSz9QpGg4rVmjKKrJLwW+Mf60KzoaNfM3R2VAA/HwStHRpJm/LSoD3hIPLxUdLZr5Y78WA6YQH08ULdc08/dEYcAC4mPEtRbQppm/P+kG3FG0dGrmVybdgJuKlnua+YdMG3DV27hUZ1ijb4m+Y0rfQ9FX47O5GnGtFfA8IakxbUCpT1yVUkdSr/S9zlL/shLXrWlAbdINuKTE9WgaUGfagHIRt1LpO6pcgkjOi75JwIcs9S8qWno1DWgwbYBpzihaPmnmNybdgHpFi+5JtCnpBhxXLmF+aea3mjagw32L91pzhqXub985pe+56DsFDGWpf0ToyEWf60lfBapFzPQQBrQl3YCDImZOCAM6TRuwS8Qt8fn03KUu6/IE9GWpXyFiFocw4L5pA766Z3avqWv5gOhTJzgk+vzeE8qEjuUhDHhs2gDT7BQ6VofI7066ASVCR2GI/J4oDJhHfBQLHRtD5PdFYUAuMEw8bBI6tobI/zxmA1yA28RDodDg/gpUl0EnCoAtIbahUbBMaCgOkd8fiQHiZVZ9+zeJe/mRI8afEeIxduxnAQmw3nsOf485fnjXaSsyjF/knTGGA7wxur8QmanWsFgsFovFYnE8fgMfl0+YpooICAAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A")}.stages-of-education .stages-cards .practice-card .content .cards .card .text.remote:before{background-image:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='54' height='54' rx='27' fill='%239FC53A'/%3E%3Crect x='11' y='11' width='32' height='32' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1748_16473' transform='scale(0.015625)'/%3E%3C/pattern%3E%3Cimage id='image0_1748_16473' width='64' height='64' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAABq0lEQVR4nO2aPUsEMRBAAyooeKXYWFiplSD+AgUbG0ttbARBFBsbKwux8l8IooW9KJ543VX211jY2/oJB0+CKyyCx2Y3l0z25sGUmzBvk+wsE2MURVEURVEUPwBjwBywWCRMXQBWgBvgCwf+jLEGTJkE3/ilS9I9BBwAT8lIAEaA+7LJ/yOAZCQAJ1WS7yFAvgRgEnjrowDZEoDdqskXEGB5BqaNNICLQAJkrgSgFVCAPAlAO7AAWduBOALkSCCeABkSiCsgvgQ8CQBGc2NuOT4b72DEn4D53JjjwB3QFS8BfwJOTYrgT8A7sGAGWIDlBVg1Ayzgl0e7JYBDx9isi4CytFVAaNAVgG4B5CD+DOhkJ7xLdOoiYK/CHPt1ENCoMEejDgLWK8yxUQcBXaAJXDlG0+GvULSAEKgAoysgMGgdgNYBFEPrAFN+m2kdgODPYAs5PCTbHvfEeQwBO8hhO9krMh54BSaCC7AAx8TnyMQCGM56ebG4BYaiCbDY7q49hCIkf5bvLEcHWAaugc8+Jv2RzbFkpMLPipgtelnaIWZEvXFFURRFURSTON+oOEymz2ZKPwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A")}@media(max-width:600px){.stages-of-education .stages-cards .practice-card .content .cards .card .text br{display:none}}@media(max-width:700px){.stages-of-education .stages-cards .practice-card .content .cards{flex-direction:column}}.stages-of-education .stages-cards .labs-card,.stages-of-education .stages-cards .vkr-gos-card{display:grid;grid-template-columns:.49fr .51fr;gap:clamp(24px,2.2222222222vw,40px)}.stages-of-education .stages-cards .labs-card .info,.stages-of-education .stages-cards .vkr-gos-card .info{display:flex;flex-direction:column;gap:clamp(16px,1.1111111111vw,20px)}.stages-of-education .stages-cards .labs-card .image,.stages-of-education .stages-cards .vkr-gos-card .image{border-radius:clamp(16px,1.6666666667vw,30px);object-fit:contain}@media(max-width:700px){.stages-of-education .stages-cards .labs-card,.stages-of-education .stages-cards .vkr-gos-card{grid-template-columns:1fr}}.stages-of-education .stages-cards .education-plan-card{display:flex;flex-direction:column;gap:clamp(8px,1.7777777778vw,32px)}.stages-of-education .stages-cards .education-plan-card .content{display:flex;flex-direction:column;gap:clamp(16px,1.7777777778vw,32px)}.stages-of-education .stages-cards .education-plan-card .tabs{margin-left:0}@media(max-width:600px){.stages-of-education .stages-cards .education-plan-card .tabs{display:none}}.stages-of-education .stages-cards .education-plan-card .tabs-mobile{display:none}@media(max-width:600px){.stages-of-education .stages-cards .education-plan-card .tabs-mobile{display:flex;gap:8px;overflow-x:auto;max-width:100%}.stages-of-education .stages-cards .education-plan-card .tabs-mobile .btn{color:#000;border:1px solid rgba(0,0,0,.1);background:#fff;min-height:clamp(41px,3.1111111111vw,56px);padding:clamp(11px,.6666666667vw,12px) clamp(16px,1.6666666667vw,30px) clamp(11px,.7777777778vw,14px)}.stages-of-education .stages-cards .education-plan-card .tabs-mobile .btn.is-active{color:#fff;border-color:var(--purple);background-color:var(--purple)}}.stages-of-education .stages-cards .education-plan-card .tabs-wrap{display:none}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.is-active{position:relative;display:block}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .slides{width:100%;max-width:100%;overflow:hidden}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .controls{bottom:0;left:0;top:auto;right:auto}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .controls .nav-button:before{display:flex;flex-shrink:0;content:"";width:20px;height:20px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 4L6.5 10L12.5 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .controls .nav-button.next:before{transform:rotate(180deg)}@media(max-width:700px){.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .controls{display:none}}.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .mobile-controls{display:none}@media(max-width:700px){.stages-of-education .stages-cards .education-plan-card .tabs-wrap.slider .mobile-controls{position:absolute;bottom:24px;display:flex;align-items:center;justify-content:center;z-index:5;--swiper-pagination-color: var(--purple)}}.stages-of-education .stages-cards .education-plan-card .tab-card{position:relative;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;column-gap:65px;padding:clamp(20px,1.9444444444vw,35px);border-radius:clamp(16px,1.6666666667vw,30px);background:#f4f5f7}.stages-of-education .stages-cards .education-plan-card .tab-card .info{display:flex;flex-direction:column;gap:12px}.stages-of-education .stages-cards .education-plan-card .tab-card .info .icon{margin-bottom:clamp(0px,.8888888889vw,16px);display:flex;flex-shrink:0;width:clamp(44px,2.7777777778vw,50px);height:clamp(44px,2.7777777778vw,50px);background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='25' fill='%233C388D' fill-opacity='0.12'/%3E%3Cpath d='M34.8099 24.8152C34.8819 24.8557 34.8963 24.9416 34.8992 24.9743L34.9 24.9874L34.8199 30.1519C34.8199 32.212 33.2237 33.892 31.2138 33.995L31.018 34H18.972C16.9366 34 15.2768 32.3844 15.175 30.3501L15.1701 30.1519L15.1001 24.9874C15.1001 24.9874 15.1001 24.8659 15.1901 24.8152C15.2701 24.7646 15.3702 24.8254 15.3802 24.8355C17.4012 26.1924 19.8324 27.0937 22.3837 27.4684C22.7439 27.519 23.1041 27.2861 23.2041 26.9216C23.4105 26.1431 24.0477 25.6138 24.8273 25.5507L24.985 25.5443H25.015C25.8654 25.5443 26.5758 26.0912 26.7959 26.9216C26.8959 27.2861 27.2561 27.519 27.6163 27.4684C30.1676 27.0937 32.5988 26.1924 34.6198 24.8355C34.6198 24.8355 34.6398 24.8254 34.6598 24.8152C34.6999 24.795 34.7599 24.7849 34.8099 24.8152ZM24.995 26.9924C24.619 26.9924 24.3018 27.2818 24.2516 27.6498L24.2446 27.7519V29.0583C24.2446 29.4836 24.5848 29.8177 24.995 29.8177C25.3802 29.8177 25.6897 29.5369 25.7386 29.1625L25.7454 29.0583V27.7519C25.7454 27.3367 25.4152 26.9924 24.995 26.9924ZM26.2856 14C27.7864 14 29.017 15.1443 29.2071 16.6126H31.1881C33.2891 16.6126 35 18.3443 35 20.4709C35 20.4709 34.94 21.3711 34.92 22.6248C34.918 22.724 34.8699 22.8212 34.7909 22.88C34.3097 23.2354 33.8694 23.5291 33.8294 23.5493C32.1686 24.6632 30.2386 25.447 28.1826 25.8369C28.0485 25.8632 27.9165 25.7934 27.8484 25.6739C27.2721 24.6754 26.1956 24.0253 24.995 24.0253C23.8024 24.0253 22.7159 24.6683 22.1226 25.6678C22.0535 25.7853 21.9235 25.8531 21.7904 25.8278C19.7514 25.4369 17.8214 24.6541 16.1706 23.5594L15.2101 22.8911C15.1301 22.8405 15.08 22.7493 15.08 22.6481C15.05 22.1316 15 20.4709 15 20.4709C15 18.3443 16.7109 16.6126 18.8119 16.6126H20.7829C20.973 15.1443 22.2036 14 23.7044 14H26.2856ZM26.2856 15.519H23.7044C23.034 15.519 22.4637 15.9848 22.3037 16.6126H27.6863C27.5263 15.9848 26.956 15.519 26.2856 15.519Z' fill='%233C388D'/%3E%3C/svg%3E%0A")}.stages-of-education .stages-cards .education-plan-card .tab-card .info .title{font-family:var(--font-1);font-size:clamp(18px,1.3888888889vw,25px);font-style:normal;font-weight:600;line-height:140%}.stages-of-education .stages-cards .education-plan-card .tab-card .info .text{font-family:var(--font-2);font-size:clamp(14px,1vw,18px);font-style:normal;font-weight:300;line-height:170%}.stages-of-education .stages-cards .education-plan-card .tab-card.slide{width:100%;max-width:100%;grid-template-rows:auto 64px}.stages-of-education .stages-cards .education-plan-card .tab-card.slide:before{position:absolute;bottom:0;left:0;content:"";width:clamp(200px,12.9444444444vw,233px);height:clamp(90px,5.8888888889vw,106px);background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='233' height='107' viewBox='0 0 233 107' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M233 107L233 107.002L-9.35178e-06 107.002L0 0.0304972C0.0165238 16.585 13.4416 29.9999 30 29.9999L113.5 29.9999C134.763 29.9999 152 47.237 152 68.4999C152 89.7629 169.237 107 190.5 107L233 107Z' fill='white'/%3E%3C/svg%3E%0A")}.stages-of-education .stages-cards .education-plan-card .tab-card.slide .bottom{grid-column:1/-1;display:flex;justify-content:space-between;width:100%}.stages-of-education .stages-cards .education-plan-card .tab-card.slide .current-slide{margin:auto 0 0 auto;height:fit-content;color:#0000004d;font-family:var(--font-2);font-size:13px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}@media(max-width:700px){.stages-of-education .stages-cards .education-plan-card .tab-card.slide{grid-template-rows:auto auto 8px;gap:28px}.stages-of-education .stages-cards .education-plan-card .tab-card.slide:before{display:none}.stages-of-education .stages-cards .education-plan-card .tab-card.slide .current-slide{display:none}}@media(max-width:700px){.stages-of-education .stages-cards .education-plan-card .tab-card{grid-template-columns:1fr;row-gap:28px}}.stages-of-education .stages-cards .diploms-card{display:grid;grid-template-columns:1fr 308px;justify-content:space-between}.stages-of-education .stages-cards .diploms-card .info{display:flex;flex-direction:column;gap:clamp(16px,2.2222222222vw,40px)}@media(max-width:700px){.stages-of-education .stages-cards .diploms-card{grid-template-columns:1fr;row-gap:24px}.stages-of-education .stages-cards .diploms-card .image{max-width:188px;height:auto}}.stages-of-education .application-form{margin-top:clamp(60px,8.3333333333vw,150px)}@media(max-width:1420px){.stages-of-education .application-form .form-block{grid-column-gap:clamp(20px,3.3333333333vw,60px)}}@media(max-width:1100px){.stages-of-education .application-form .form-block{display:flex;flex-direction:column}}.stages-navigation-menu.desktop{will-change:transform;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(20px,2.8888888889vw,52px);width:100%;height:fit-content;border-radius:clamp(20px,1.6666666667vw,30px);background:#fff}.stages-navigation-menu.desktop.active{margin-top:10px!important}.stages-navigation-menu.mobile{display:none;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:clamp(20px,1.6666666667vw,30px);background:#fff}.stages-navigation-menu.mobile .label{font-family:var(--font-2);font-size:15px;font-style:normal;font-weight:500;line-height:normal}.stages-navigation-menu.mobile .open-button{display:flex;flex-shrink:0;width:24px;height:24px;border:none;outline:none;background:none;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7H21' stroke='%233C388D' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 12H21' stroke='%233C388D' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 17L21 17' stroke='%233C388D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.stages-navigation-menu.mobile-modal{display:none}.stages-navigation-menu.mobile-modal.fancybox__content{position:absolute;top:8px;display:flex;flex-direction:column;width:100%;max-width:355px;padding:0;background:transparent;cursor:initial!important;overflow:hidden}.stages-navigation-menu.mobile-modal.fancybox__content .content{width:100%}.stages-navigation-menu.mobile-modal.fancybox__content .content .head{position:relative;display:flex;width:100%;max-width:355px;height:80px;padding:28px;background-repeat:no-repeat;background-size:contain;background-image:url(/build/assets/mobile-modal-border-top-jhngj91q.png)}.stages-navigation-menu.mobile-modal.fancybox__content .content .head:before{position:absolute;content:"";height:12px;background-color:#fff;bottom:-6px;left:0;right:1px}.stages-navigation-menu.mobile-modal.fancybox__content .content .head .title{color:#000;font-family:var(--font-1);font-size:22px;font-style:normal;font-weight:600;line-height:130%}.stages-navigation-menu.mobile-modal.fancybox__content .content .body{display:flex;flex-direction:column;padding:0 28px 36px;background-color:#fff;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.stages-navigation-menu.mobile-modal.fancybox__content .carousel__button.is-close{width:40px;height:40px;border-radius:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.276 13.7256L13.7266 24.275' stroke='%233C388D' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7266 13.7256L24.276 24.275' stroke='%233C388D' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:#fff}.stages-navigation-menu .stages,.stages-navigation-menu .stage{display:flex;flex-direction:column;gap:clamp(16px,1.6666666667vw,30px)}.stages-navigation-menu .stage-info{position:relative;display:flex;flex-direction:column;gap:8px}.stages-navigation-menu .stage-info.is-active:before{content:"";position:absolute;width:2px;height:100%;background-color:var(--purple);left:calc(-1*clamp(28px,2.8888888889vw,52px));top:0%;animation:.32s stickyMenuActiveLink ease-in-out}.stages-navigation-menu .stage-info.is-active{color:var(--purple)}@keyframes stickyMenuActiveLink{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.stages-navigation-menu .stage-info:not(.is-active)~.stage-submenu .stage-submenu-name{color:initial}.stages-navigation-menu .stage-submenu{display:flex;flex-direction:column;gap:clamp(16px,1.6666666667vw,30px);margin-left:24px}.stages-navigation-menu .stage-submenu-name{font-family:var(--font-2);font-size:clamp(14px,1vw,18px);font-style:normal;font-weight:300;line-height:140%}.stages-navigation-menu .stage-submenu-name.is-active{color:var(--purple)}.stages-navigation-menu .stage-submenu-name:hover{cursor:pointer;color:var(--purple)}.stages-navigation-menu .stage-num{color:#0000004d;font-family:var(--font-2);font-size:13px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.stages-navigation-menu .stage-name{font-family:var(--font-2);font-size:clamp(15px,1vw,18px);font-style:normal;font-weight:500;line-height:normal;transition:color .18s ease-in-out}.stages-navigation-menu .stage-name:hover{cursor:pointer;color:var(--purple)}@media(max-width:1024px){.stages-navigation-menu.desktop{display:none}.stages-navigation-menu.mobile{display:flex}.stages-navigation-menu.mobile-modal .stage .stage-info.is-active:before{display:none}.stages-navigation-menu.mobile-modal .stage .stage-submenu{margin-left:0}}@media(max-width:400px){.stages-of-education .application-form .form-block>.btn{width:100%;justify-content:center}.stages-of-education .application-form .form-block>.btn span{display:none}}
