:root{--black: #222222;--white: #ffffff;--purple: #43176E;--purple-light: #D3B9FC;--grey: #f6f6f6;--blue: #215bfa;--green: #2b7d4b;--pink: #C5168C;--pink-darken: #9B258E;--black20: rgba(39, 39, 39, .2);--black40: rgba(39, 39, 39, .4);--black60: rgba(39, 39, 39, .6);--white40: rgba(255, 255, 255, .4);--content-width: min(1766px, 92vw);--content-mobile-width: min(768px, 84vw);--content-padding-x: max( calc(50vw - 800px) , calc(50vw - 700px) , calc(5vw - 7px) );--content-padding: 0 var(--content-padding-x);--gradient-enin: radial-gradient(circle,rgba(67, 23, 110, 1) 0%, rgba(155, 37, 142, 1) 33%, rgba(196, 31, 141, 1) 66%, rgba(215, 176, 194, 1) 100%);--gradient-linear: linear-gradient(45deg,rgba(67, 23, 110, 1) 0%, rgba(155, 37, 142, 1) 50%, rgba(197, 22, 140, 1) 75%, rgba(242, 189, 213, 1) 100%);--text-size: min(1.1vw, 16px);--shadow: -.1875rem -.1875rem 1.25rem 0px rgba(41, 10, 105, .05), .1875rem .1875rem 1.25rem 0px rgba(41, 10, 105, .05) }:root{--text-size: min(1.1vw, 16px);--header-1: calc(var(--text-size) * 5.3125);--header-2: calc(var(--text-size) * 3.25);--header-3: calc(var(--text-size) * 2.5);--header-4: calc(var(--text-size) * 1.5);--header-5: calc(var(--text-size) * 1.25);--subtitle: calc(var(--text-size) * 1.125);--text-medium: calc(var(--text-size) * 1.25);--header-6: calc(var(--text-size) * .75);--small-text: calc(var(--text-size) * .875);--tiny: calc(var(--text-size) * .75);--descriptor: calc(var(--text-size) * .625)}@media(max-width:768px){:root{--text-size: 16px;--shadow: -1.565px -1.565px 10.435px 0px rgba(41, 10, 105, .05), 1.565px 1.565px 10.435px 0px rgba(41, 10, 105, .05)}}@media screen and (max-width:768px){:root{--text-size: 14px;--header-1: calc(var(--text-size) * 2);--header-2: calc(var(--text-size) * 1.715);--header-3: calc(var(--text-size) * 1.286);--header-4: calc(var(--text-size) * 1.143);--text-medium: var(--text-size);--subtitle: var(--text-size);--descriptor: calc(var(--text-size) * .857) }}html{overflow-x:hidden;font-size:var(--text-size)}body{margin:0;font-family:Montserrat;font-weight:400;line-height:1.6;color:var(--black);background-color:var(--white);overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}body *{box-sizing:border-box}a{text-decoration:none;color:inherit}img{max-width:100%}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.main-text{font-size:1.25rem;margin:0}.main-text:not(:last-child){margin-bottom:1.5rem}.semi-bold{font-weight:600}.bold{font-weight:700}.content,.container{width:var(--content-width);margin:0 auto}.content-text{width:min(1520px,90vw);margin:0 auto}.text-link{font-size:1.5rem}.semi-transparent{opacity:.5}.underline{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.5em;text-decoration-color:currentColor}.grid{display:grid;gap:1em}.grid-1{grid-template-columns:repeat(1,1fr)}.grid-1-2{grid-template-columns:1fr 2fr}.grid-1-3{grid-template-columns:1fr 3fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-2-1{grid-template-columns:2fr 1fr}.grid-2-3{grid-template-columns:2fr 3fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-3-1{grid-template-columns:3fr 1fr}.grid-3-2{grid-template-columns:3fr 2fr}.grid-5-3{grid-template-columns:5fr 3fr}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.blue-text{color:var(--blue)}.red-text{color:var(--red)}.pink-text{color:var(--pink)}.pink-darken-text{color:var(--pink-darken)}.purple-text{color:var(--purple)}.black-text{color:var(--black)}.white-text{color:var(--white)}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.no-margin{margin:0!important}.subtitle{font-size:var(--subtitle)}.small{font-size:var(--small-text)}.descriptor{font-size:var(--descriptor)}@media screen and (max-width:768px){.text-link,.main-text{font-size:1rem}}@media screen and (max-width:768px){.mobile-hide{display:none!important}}@media screen and (min-width:769px){.pc-hide{display:none!important}}@media screen and (min-width:520px){.tablet-hide{display:none!important}}.header-layout{display:grid;grid-template-columns:auto 1fr auto;gap:7.5rem;place-items:center;background-color:var(--grey);padding:1rem 7.5rem;border-radius:4rem}@media screen and (max-width:768px){.header-layout{padding:.75rem 1.5rem;gap:1rem;background-color:#f6f6f6;border-radius:3rem;margin-top:.5rem;box-shadow:0 4px 20px #00000014}}.promo-container{position:relative}@media screen and (max-width:768px){.promo{background-image:url(../../../img/promo-bg-mobile.png)!important;background-size:cover;background-position:center;border-radius:3rem;margin:3rem 0;padding:3rem 1.5rem!important;min-height:80vh;display:flex;flex-direction:column;justify-content:space-between;text-align:center;color:#fff}.promo__title{font-size:1.75rem!important;line-height:1.2!important;margin-bottom:1.5rem!important}.promo_text{font-size:1rem!important;line-height:1.4!important;margin-bottom:2rem!important;font-weight:500}.promo-mobile-actions{width:100%;margin-top:auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.promo__button{width:100%;font-size:2rem;text-decoration:none}.promo__list{margin-top:1rem!important;display:flex;flex-direction:row!important;overflow-x:auto}.promo-mobile-nav{margin-top:1.5rem!important;background:#fff;padding:1rem 1.5rem;border-radius:2rem;box-shadow:0 4px 15px #0000001a;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;width:100%;box-sizing:border-box}.promo-mobile-nav::-webkit-scrollbar{display:none}.promo-mobile-nav ul{display:flex;flex-direction:row!important;flex-wrap:nowrap!important;width:max-content;padding:0;margin:0}.promo-mobile-nav :global(.kit-link){white-space:nowrap;flex-shrink:0}.openday-container{border-radius:3rem;text-align:center}.openday__title{font-size:1.5rem!important;margin-bottom:1rem!important}.openday__subtitle{font-size:1rem!important;font-weight:600;margin-bottom:1rem!important}.openday_text{font-size:.9rem!important;line-height:1.4!important;margin-bottom:2rem!important}.openday-mobile-button{width:100%}.about-mobile-button{margin:2rem 0;width:100%}.about__list{display:flex;flex-direction:column!important;gap:1.5rem!important;margin-bottom:2rem!important}.about__item{text-align:left!important}.dorm-mobile-button{margin-top:2rem!important;width:100%!important}.dorm-mobile-text{text-align:center!important;margin-top:1rem!important}.dorm-mobile-phone{font-size:2.25rem!important;text-align:center!important}.dorm-mobile-fio{text-align:center!important}.content-text{padding:0 1rem!important}:global(.kit-section){overflow:hidden}.openday{background:url(../../../img/openday-bg-mobile.png) center / cover no-repeat!important;padding:3rem 1.5rem!important;min-height:650px!important}}.header-logo-wrapper{display:flex;gap:1rem}.header-logo{width:8.75rem;height:4rem;background-color:#fff;border-radius:999px;padding:.75rem}.header-logo--scrolled{background-color:#ffffff1a;box-shadow:0 4px 30px #0000001a,inset -13.84px -13.84px 6.92px -13.84px #fff,inset 13.84px 13.84px 6.92px -13.84px #fff,inset 0 0 0 2px #9993,inset 0 0 10px #ffffff1a}@media(max-width:1600px){.header-logo{width:6.5rem;height:3.25rem}}@media screen and (max-width:768px){.header-layout{grid-template-columns:1fr auto;justify-items:start;align-items:center}.header-logo-wrapper{gap:.625rem;display:flex;align-items:center}.header-logo-wrapper img{height:60px;width:auto}}section{padding-top:3.5rem;padding-bottom:3.5rem}.section__layout{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;align-items:start}.section__heading{font-family:Halo Grotesk,Montserrat,Arial,Helvetica,sans-serif;font-size:4rem;font-weight:400;margin-top:0;margin-bottom:2.5rem;line-height:1.2;text-transform:uppercase}.section__heading--bright{color:#fff}.columns-layout{display:grid;grid-template-columns:repeat(10,1fr);column-gap:1.5rem}.section__title{font-size:3.25rem;font-weight:600;color:var(--purple);margin:0;margin-bottom:2rem;line-height:1.1}@media screen and (min-width:769px){.section__content{grid-column:3/13}.section__content--short{grid-column:3/12}.section__heading--vertical{max-width:min-content;grid-column:1/2;margin:0;writing-mode:vertical-lr;transform:rotate(180deg)}.columns-layout__left{grid-column:1/6}.columns-layout__left--edu{grid-column:1/7}.columns-layout__right{grid-column:6/11}}@media screen and (max-width:768px){section{padding-top:2.5rem;padding-bottom:0}.section__layout{display:block}.section__title{margin-bottom:2rem;font-size:1rem}.section__title:before{top:8px}.section__heading{font-size:2rem;margin-top:0;margin-bottom:1.5rem}.columns-layout{grid-template-columns:1fr}}section#promo{margin-top:10rem}@media screen and (max-width:768px){section#promo{margin-top:5rem}.about-wrapper{width:unset!important}}.promo{background:url(../../../img/promo-bg.png) center / cover no-repeat;min-height:80vh;border-radius:4rem;padding:7.5rem}.promo__title{font-size:4.5rem;color:var(--white);line-height:1.1;font-weight:600;margin:0;margin-bottom:2rem}.promo_text{font-size:1.5rem;color:var(--white);line-height:1.2;margin-bottom:2.5rem}.promo__list{background-color:var(--white);border-radius:2rem;padding:1.25rem 2.5rem;width:fit-content;margin-top:4rem}.openday{background:url(../../../img/openday-bg.jpg) center / cover no-repeat;min-height:50vh;border-radius:4rem;padding:5rem 7.5rem}.openday__title{font-size:2.5rem;color:var(--white);font-weight:600;margin:0;margin-bottom:2rem;line-height:1.1}.openday__subtitle{font-size:1.5rem;color:var(--white);margin:0;margin-bottom:1rem;line-height:1.2}.openday_text{color:var(--white);margin:0;margin-bottom:4rem}.about__subtitle{font-size:1.5rem;margin-top:0;margin-bottom:1rem;font-weight:600}.about__text{line-height:1.2;margin-bottom:2.5rem}.about__list{margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.about__item{list-style:none;min-width:12rem}.about__num{display:block;font-size:40px;font-weight:600;line-height:1em;color:var(--purple);margin:0}.about__num:after{content:"";display:block;width:100%;height:6px;background-color:var(--purple);margin-top:8px}.about__caption{font-weight:500}.about__img{border-radius:1.25rem}.footer__layout{background:var(--gradient-linear);border-radius:4rem;padding:7.5rem;display:grid;grid-template-columns:repeat(2,1fr)!important}.footer_phone>a{font-size:1.5rem!important;display:inline!important}.footer_phone_wrapper{display:flex!important;flex-direction:row!important;gap:.5rem}@media screen and (max-width:768px){.footer_phone_wrapper{display:flex;flex-direction:column!important}.footer__layout{padding:3rem 1.5rem}.footer_phone:first-child{margin:0!important;margin-top:2rem!important}.footer_phone>a{font-size:1.5rem!important;font-weight:500!important}.footer_phone>a,.footer__layout>div>*{text-align:center!important}.map-wrapper{min-height:20rem!important}.footer__layout{grid-template-columns:repeat(1,1fr)!important}}.marquee-wrapper{position:relative;overflow:hidden}.marquee-wrapper:before,.marquee-wrapper:after{content:"";position:absolute;top:0;width:12rem;height:100%;z-index:2;pointer-events:none}.marquee-wrapper:before{left:0;background:linear-gradient(90deg,#fff,#fffc 30%,#f6f6f600)}.marquee-wrapper:after{right:0;background:linear-gradient(270deg,#fff,#fffc 30%,#f6f6f600)}.map-wrapper{position:relative;width:100%;height:100%;min-height:40rem;border-radius:2rem;overflow:hidden}.map-wrapper iframe{width:100%;height:100%;border:0;display:block}.side-promo{min-height:50vh;border-radius:4rem;padding:5rem 7.5rem}.side-promo_bachelor{background:url(../../../img/bachelor-bg.png) center / cover no-repeat}.side-promo_master{background:url(../../../img/master-bg.png) center / cover no-repeat}@media screen and (max-width:768px){.side-promo_bachelor{background:url(../../../img/bachelor-bg-mobile.png) center / cover no-repeat}.side-promo_master{background:url(../../../img/master-bg-mobile.png) center / cover no-repeat}.side-promo{border-radius:3rem;margin:3rem 0;padding:3rem 1.5rem;min-height:100vh;display:flex;flex-direction:column;text-align:center;color:#fff}}.about-wrapper{width:75%}.with-dot{position:relative;padding-left:1rem}.with-dot:before{content:"";position:absolute;left:0;top:.6em;width:.3rem;height:.3rem;border-radius:50%;background:var(--purple)}.algorithm{position:relative;background-color:var(--purple-light);border-radius:4rem;padding:2rem 4rem;overflow:hidden}@media screen and (max-width:768px){.algorithm{padding:4rem 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.algorithm::-webkit-scrollbar{display:none}.algorithm-mobile-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}}.step__item>p,.step__item>a{font-size:12px!important}.algorithm:before,.algorithm:after{content:"";position:absolute;width:110px;height:110px;background-image:url(../../../img/icons/star.svg);background-repeat:no-repeat;background-size:contain;pointer-events:none}.algorithm:before{width:195px;height:195px;top:300px;left:115px}.algorithm:after{top:450px;left:375px}
