.Logo_root__DgB0Q {
    display: flex;
    margin-right: 88px
}

.Button_button__nz0om {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: var(--white-color);
    border: 1px solid #00db00;
    border-radius: 48px;
    transition: .5s;
    padding: clamp(10px, min(14/1920 * 100vw, 14 * 1.25 * 1px), 14px) clamp(12px, min(17/1920 * 100vw, 17 * 1.25 * 1px), 17px) 10px
}

.Button_button__nz0om.Button_buttonArrow__iBUgA {
    font-size: clamp(14px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    font-weight: 600;
    padding: clamp(16px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px) clamp(24px, min(48/1920 * 100vw, 48 * 1.25 * 1px), 48px) clamp(16px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px)
}

.Button_button__nz0om.Button_green__CEAUp {
    color: var(--text-color);
    background: var(--accent-color)
}

.Button_button__nz0om.Button_green__CEAUp:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), #00db00
}

.Button_button__nz0om.Button_lightGreen__r2JkC {
    color: var(--accent-color);
    background: rgba(0, 219, 0, .16);
    border-color: rgba(0, 219, 0, .16)
}

.Button_button__nz0om.Button_lightGreen__r2JkC:hover {
    background: rgba(0, 219, 0, .28)
}

.Button_button__nz0om.Button_gray__pjxxt {
    color: var(--text-color);
    background: none;
    border-color: #c6cfda
}

.Button_button__nz0om.Button_gray__pjxxt:hover {
    border: 1px solid #1d2633
}

.Button_button__nz0om.Button_dark__6yUq5 {
    color: var(--white-color);
    background: var(--dark-color);
    border-color: var(--dark-color);
    transition: .5s
}

.Button_button__nz0om.Button_dark__6yUq5:hover {
    background: #334359
}

.Button_button__nz0om.Button_big__nPCyS {
    font-weight: 600;
    font-size: calc(16px + .4166666667vw);
    line-height: 120%;
    padding: clamp(18px, min(25/1920 * 100vw, 25 * 1.25 * 1px), 25px) clamp(30px, min(48/1920 * 100vw, 48 * 1.25 * 1px), 48px) clamp(15px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px)
}

.Button_button__nz0om.Button_full__AfcsA {
    width: 100%;
    font-weight: 600;
    font-size: calc(16px + .4166666667vw);
    line-height: 120%;
    justify-content: center;
    padding: clamp(17px, min(25/1920 * 100vw, 25 * 1.25 * 1px), 25px) clamp(32px, min(48/1920 * 100vw, 48 * 1.25 * 1px), 48px) clamp(16px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px)
}

.Button_button__nz0om.Button_medium__KavZc {
    width: 100%;
    font-weight: 600;
    font-size: calc(16px + .2083333333vw);
    line-height: 120%;
    justify-content: center;
    padding: 18px 48px 12px
}

.Button_button__nz0om.Button_cross__aw24_ {
    border: none
}

.Button_button__nz0om.Button_cross__aw24_:hover {
    background: var(--white-color)
}

.Button_button__nz0om.Button_navMobile__3z9lj {
    display: none;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--accent-color);
    border-radius: 48px;
    padding: 0
}

.Button_button__nz0om.Button_navMobile__3z9lj.Button_isActive__FPcIR {
    background: #ebecf4
}

.Button_navMobileIconLines__iznF9 {
    display: none;
    width: 20px
}

.Button_navMobileIconLines__iznF9.Button_isActive__FPcIR {
    display: flex
}

.Button_navMobileIconLines__iznF9 rect {
    fill: #1d2633
}

.Button_iconArrow__R_THy {
    opacity: .3;
    transition: .5s;
    margin-left: clamp(20px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px);
    width: clamp(34px, min(54/1920 * 100vw, 54 * 1.25 * 1px), 54px)
}

.Button_buttonArrow__iBUgA:hover .Button_iconArrow__R_THy {
    opacity: 1
}

.Button_navMobileIconCross__ybNpH {
    display: none;
    width: 36px;
    height: 36px
}

.Button_navMobileIconCross__ybNpH.Button_isActive__FPcIR {
    display: flex
}

@media(max-width:800px) {
    .Button_navMobileIconCross__ybNpH {
        width: 30px;
        height: 30px
    }
    .Button_button__nz0om.Button_buttonArrow__iBUgA {
        font-size: 20px;
        padding: 25px 48px 21px
    }
}

@media(max-width:500px) {
    .Button_navMobileIconLines__iznF9 {
        width: 16px
    }
    .Button_navMobileIconCross__ybNpH {
        width: 24px;
        height: 24px
    }
}

@media(max-width:425px) {
    .Button_button__nz0om.Button_big__nPCyS {
        font-size: 16px;
        padding: 16px 48px 13px
    }
    .Button_button__nz0om.Button_buttonArrow__iBUgA {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 19px 48px 15px
    }
    .Button_button__nz0om.Button_full__AfcsA {
        font-size: 14px;
        padding: 17px 48px 14px
    }
}

@media(max-width:360px) {
    .Button_button__nz0om.Button_big__nPCyS {
        font-size: 12px
    }
}

.Nav_nav__wZ2Di {
    display: flex;
    gap: 20px
}

.Nav_item__Lg5o0 {
    position: relative;
    border-radius: 20px;
    padding: 17px clamp(15px, min(22/1920 * 100vw, 22 * 1.25 * 1px), 22px)
}

.Nav_item__Lg5o0.Nav_arrow__B6NSj {
    padding: 17px clamp(29px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px) 17px clamp(15px, min(22/1920 * 100vw, 22 * 1.25 * 1px), 22px)
}

.Nav_item__Lg5o0:nth-of-type(2) .Nav_navSubWrapper__q59ys {
    top: 52px;
    right: -100%
}

.Nav_item__Lg5o0:nth-of-type(2) .Nav_navSubWrapper__q59ys .Nav_navSub__z_xot {
    position: relative
}

.Nav_item__Lg5o0:nth-of-type(2) .Nav_navSubWrapper__q59ys .Nav_navSub__z_xot:after {
    left: 15px
}

@media(max-width:1650px) {
    .Nav_item__Lg5o0:nth-of-type(2) .Nav_navSubWrapper__q59ys .Nav_navSub__z_xot:after {
        left: 27px
    }
}

.Nav_item__Lg5o0:nth-of-type(2) .Nav_navSubTwo__lKjKc:after {
    top: -184px
}

.Nav_item__Lg5o0:nth-of-type(4) .Nav_navSubWrapper__q59ys {
    top: 62px;
    right: -66%
}

.Nav_item__Lg5o0:nth-of-type(4) .Nav_navSubTwo__lKjKc:after {
    top: -184px
}

.Nav_item__Lg5o0:nth-of-type(4) .Nav_navSub__z_xot:after {
    left: 50px
}

.Nav_item__Lg5o0:hover {
    background: var(--white-color)
}

.Nav_item__Lg5o0:hover .Nav_link__RZJlp {
    color: #1d2633;
    font-weight: 600;
    position: relative;
    z-index: 101
}

.Nav_item__Lg5o0.Nav_arrow__B6NSj:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 16px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid var(--white-color);
    border-bottom: 1.5px solid var(--white-color);
    transform: rotate(45deg);
    transition: .5s;
    z-index: 101
}

.Nav_root____uLg.Nav_dark__hyUnU .Nav_nav__wZ2Di .Nav_item__Lg5o0.Nav_arrow__B6NSj:after {
    border-color: var(--dark-color)
}

.Nav_link__RZJlp {
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer
}

.Nav_root____uLg.Nav_dark__hyUnU .Nav_nav__wZ2Di .Nav_link__RZJlp {
    font-weight: 400;
    color: #fff
}

.Nav_root____uLg.Nav_dark__hyUnU .Nav_item__Lg5o0 {
    position: relative
}

.Nav_root____uLg.Nav_dark__hyUnU .Nav_item__Lg5o0:hover {
    background-color: #f4f4f9
}

.Nav_navSubWrapper__q59ys {
    display: none;
    position: absolute;
    top: 52px;
    right: -47%;
    background: var(--white-color);
    border-radius: 20px;
    transition: .3s;
    z-index: 100;
    padding: 12px
}

.Nav_navSub__z_xot {
    position: relative
}

.Nav_navSub__z_xot:after {
    transform: rotateY(180deg);
    left: 16px;
    top: -45px
}

.Nav_navSub__z_xot:after,
.Nav_navSub__z_xot:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 49px;
    background: #fff;
    mask-image: radial-gradient(circle at 0 0, transparent 0, transparent 35px, black 0);
    -webkit-mask-image: radial-gradient(circle at 0 0, transparent 0, transparent 35px, black 0);
    z-index: 110
}

.Nav_navSub__z_xot:before {
    transform: rotateX(180deg);
    left: -47px;
    top: -15px
}

.Nav_navSubTwo__lKjKc {
    position: relative
}

.Nav_subItem__Oaw3Y {
    position: relative;
    border-radius: 12px;
    transition: .3s;
    padding: 12px 16px;
    z-index: 200
}

.Nav_subItem__Oaw3Y:hover {
    background: var(--accent-color)
}

.Nav_subLink__5_y7N {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-color)
}

.Nav_root____uLg.Nav_dark__hyUnU .Nav_navSubTwo__lKjKc:after,
.Nav_root____uLg.Nav_dark__hyUnU .Nav_navSubWrapper__q59ys,
.Nav_root____uLg.Nav_dark__hyUnU .Nav_navSub__z_xot:after,
.Nav_root____uLg.Nav_dark__hyUnU .Nav_navSub__z_xot:before {
    background: #f4f4f9
}

@media(min-width:1431px) {
    .Nav_item__Lg5o0:hover .Nav_navSubWrapper__q59ys {
        display: block
    }
    .Nav_item__Lg5o0.Nav_arrow__B6NSj:hover:after {
        transform: rotate(223deg);
        border-color: var(--dark-color)
    }
}

@media(max-width:1580px) {
    .Nav_root____uLg .Nav_nav__wZ2Di {
        gap: 0
    }
}

@media(max-width:1430px) {
    .Nav_root____uLg.Nav_dark__hyUnU .Nav_navSubTwo__lKjKc:after {
        content: none
    }
    .Nav_root____uLg.Nav_dark__hyUnU .Nav_item__Lg5o0:hover {
        background-color: var(--white-color)
    }
    .Nav_root____uLg.Nav_dark__hyUnU .Nav_navSubWrapper__q59ys {
        background: var(--white-color)
    }
    .Nav_nav__wZ2Di {
        flex-direction: column
    }
    .Nav_item__Lg5o0 {
        border-top: 1px solid #d2d9e1;
        border-bottom: 1px solid #d2d9e1;
        border-radius: initial;
        padding: 17px clamp(29px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px) 17px clamp(15px, min(22/1920 * 100vw, 22 * 1.25 * 1px), 22px)
    }
    .Nav_item__Lg5o0:first-of-type {
        border-top: none
    }
    .Nav_item__Lg5o0:last-of-type {
        border-bottom: none
    }
    .Nav_root____uLg .Nav_nav__wZ2Di .Nav_link__RZJlp {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #fff
    }
    .Nav_root____uLg .Nav_nav__wZ2Di .Nav_item__Lg5o0.Nav_arrow__B6NSj:after {
        border-color: var(--dark-color)
    }
    .Nav_item__Lg5o0.Nav_arrow__B6NSj:after {
        width: 14px;
        height: 14px;
        border-width: 2px;
        top: 23px
    }
    .Nav_navSubWrapper__q59ys {
        display: none;
        position: static;
        padding-left: 0
    }
    .Nav_navSubWrapper__q59ys.Nav_isActive__JJQ31 {
        display: block
    }
    .Nav_item__Lg5o0.Nav_arrow__B6NSj.Nav_isActive__JJQ31:after {
        transform: rotate(223deg)
    }
    .Nav_navSub__z_xot:after,
    .Nav_navSub__z_xot:before {
        display: none
    }
    .Nav_subLink__5_y7N {
        font-weight: 400;
        color: #8e9299
    }
}

@media(max-width:500px) {
    .Nav_item__Lg5o0.Nav_arrow__B6NSj:after {
        top: 23px;
        width: 10px;
        height: 10px
    }
}

.SocialLink_root__atiLf {
    width: clamp(48px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    height: clamp(48px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px)
}

.SocialLink_link__853HW {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #334048;
    transition: .5s;
    border-radius: 74px
}

.SocialLink_link__853HW:hover {
    background: rgba(160, 231, 32, .28)
}

@media(max-width:500px) {
    .SocialLink_icon__5Zv_d {
        width: 20px
    }
}

.Htag_root__zIKM1 p span,
.Htag_root__zIKM1 p span span,
.Htag_root__zIKM1 span {
    background: linear-gradient(106deg, #21A038 13.47%, #A0E720 82.45%, #FAED00 96.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.Htag_root__zIKM1.Htag_white__yYEel,
.Htag_root__zIKM1.Htag_white__yYEel p {
    color: var(--white-color)
}

.Htag_root__zIKM1.Htag_white__yYEel p span,
.Htag_root__zIKM1.Htag_white__yYEel p span span {
    background: linear-gradient(106.44deg, #21A038, #A0E720 49%, #FAED00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.Htag_h1__97Ekm {
    font-size: clamp(32px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px);
    line-height: 100%
}

.Htag_h1__97Ekm,
.Htag_h2__MeX_j {
    font-weight: 600;
    color: var(--htag-dark-color)
}

.Htag_h2__MeX_j {
    font-size: calc(28px + 1.6666666667vw);
    line-height: 110%
}

.Htag_h3__UK1_x {
    font-size: calc(24px + 1.0416666667vw);
    line-height: 140%
}

.Htag_h3__UK1_x,
.Htag_h4__MWoo4 {
    font-weight: 600;
    color: var(--htag-dark-color)
}

.Htag_h4__MWoo4 {
    font-size: clamp(22px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px);
    line-height: clamp(28px, min(42/1920 * 100vw, 42 * 1.25 * 1px), 42px)
}

.Htag_h5__Cizjt {
    font-size: 28px
}

.Htag_h5__Cizjt,
.Htag_h6__VErVx {
    font-weight: 600;
    line-height: 130%;
    color: var(--htag-dark-color)
}

.Htag_h6__VErVx {
    font-size: 24px
}

@media(max-width:560px) {
    .Htag_h1__97Ekm {
        font-size: 32px;
        line-height: 110%
    }
}

@media(max-width:425px) {
    .Htag_h2__MeX_j {
        font-size: 28px
    }
    .Htag_h3__UK1_x {
        font-size: 24px
    }
}

@media(max-width:370px) {
    .Htag_h1__97Ekm {
        font-size: 28px
    }
}

@media(max-width:345px) {
    .Htag_h1__97Ekm {
        font-size: 26px
    }
}

.Header_root___hw8m {
    padding: clamp(16px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px) 0 clamp(40px, min(120/1920 * 100vw, 120 * 1.25 * 1px), 120px)
}

.Header_top__vdGgA {
    display: flex;
    align-items: flex-start
}

.Header_btns___fmni {
    display: flex;
    gap: 8px;
    margin-left: auto;
    margin-right: 28px
}

.Header_btn__NjHoT.Header_darkText__M1Zwx {
    color: var(--dark-color)
}

.Header_btnSignIn__rfz46 {
    font-weight: 600;
    padding: 12px 35px 10px;
    margin-top: 5px;
    margin-left: auto
}

.Header_btnSignInMobile__Hi8AM {
    display: none;
    font-weight: 600;
    line-height: 120%;
    padding: 20px 17px 14px
}

.Header_logoNavMobile__ide1P {
    display: none;
    width: 70px;
    height: 70px
}

.Header_navOverlay__3Kj2w.Header_isActive__gHC1M {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.Header_navWrapper__W8bSU {
    padding: 0 clamp(16px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px)
}

.Header_navWrapper__W8bSU.Header_isActive__gHC1M {
    padding: clamp(16px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px) clamp(16px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px) clamp(40px, min(120/1920 * 100vw, 120 * 1.25 * 1px), 120px)
}

@media(max-width:1650px) {
    .Header_logo__X2AKx {
        margin-right: 20px
    }
}

@media(max-width:1330px) {
    .Header_logo__X2AKx {
        width: 70px;
        height: 70px
    }
}

@media(max-width:1430px) {
    .Header_logoNavMobile__ide1P {
        display: flex
    }
    .Header_navOverlay__3Kj2w.Header_isActive__gHC1M {
        background: rgba(0, 0, 0, .2)
    }
    .Header_navWrapper__W8bSU {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        background: var(--white-color);
        opacity: 0;
        border-radius: 0 0 40px 40px;
        z-index: 100
    }
    .Header_navTop__PnWDV {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px
    }
    .Header_nav__qw3Y_ {
        margin-bottom: 20px
    }
    .Header_navWrapper__W8bSU.Header_isActive__gHC1M {
        visibility: visible;
        opacity: 1
    }
    .Header_btnSignIn__rfz46 {
        display: none
    }
    .Header_btnSignInMobile__Hi8AM {
        display: flex;
        justify-content: center
    }
    .Header_root___hw8m .Header_btnNav__vhNCD {
        display: flex;
        margin-left: auto
    }
}

@media(max-width:800px) {
    .Header_logoNavMobile__ide1P,
    .Header_logo__X2AKx,
    .Header_root___hw8m .Header_btnNav__vhNCD {
        width: 60px;
        height: 60px
    }
}

@media(max-width:500px) {
    .Header_logoNavMobile__ide1P,
    .Header_logo__X2AKx,
    .Header_root___hw8m .Header_btnNav__vhNCD {
        width: 40px;
        height: 40px
    }
}

.Footer_root__Gq5wF {
    position: relative;
    background: radial-gradient(circle at bottom left, rgba(26, 83, 188, .3) 0, rgba(26, 83, 188, 0) 30%), linear-gradient(180deg, #1F2A36 0, #334048);
    border-radius: 80px
}

.Footer_root__Gq5wF:after {
    content: "";
    position: absolute;
    width: 320px;
    height: 220px;
    top: -1px;
    right: -1px;
    background: url(/_next/static/media/big-corner-right.534e7f88.svg) no-repeat;
    background-size: contain
}

.Footer_root__Gq5wF.Footer_grayCorner__O3CUW:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background: #f4f4f9;
    z-index: -1
}

.Footer_root__Gq5wF.Footer_grayCorner__O3CUW:after {
    background: url(/_next/static/media/big-corner-right-gray.54f4ae6c.svg) no-repeat;
    background-size: contain
}

.Footer_root__Gq5wF.Footer_noneCorner__dvdYU {
    background: none
}

.Footer_root__Gq5wF.Footer_noneCorner__dvdYU:after {
    display: none
}

.Footer_inner__sTyQi {
    width: 100%;
    height: 100%;
    padding: clamp(40px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px) clamp(24px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px) clamp(31px, min(117/1920 * 100vw, 117 * 1.25 * 1px), 117px)
}

.Footer_top__hv1zb {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid hsla(0, 0%, 100%, .1);
    padding-bottom: clamp(40px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px)
}

.Footer_navWrapper__fcIdO {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, min(70/1920 * 100vw, 70 * 1.25 * 1px), 70px) clamp(20px, min(140/1920 * 100vw, 140 * 1.25 * 1px), 140px)
}

.Footer_navItem__Ift6_ {
    margin-bottom: clamp(20px, min(45/1920 * 100vw, 45 * 1.25 * 1px), 45px)
}

.Footer_navLink__C4of3 {
    font-weight: 400;
    font-size: calc(13px + .3645833333vw);
    line-height: 100%;
    color: var(--white-color);
    transition: .5s;
    opacity: .5
}

.Footer_navLink__C4of3:hover {
    opacity: 1
}

.Footer_subItem__O2OQ3:not(:last-of-type) {
    margin-bottom: clamp(12px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px)
}

.Footer_subLink__JKmLx {
    font-weight: 400;
    font-size: calc(16px + .4166666667vw);
    line-height: 140%;
    color: var(--white-color);
    transition: .5s
}

.Footer_subLink__JKmLx:hover {
    color: var(--accent-color)
}

.Footer_socialItem__qoqzK:not(:last-of-type) {
    margin-bottom: 16px
}

.Footer_main__nA2Qx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid hsla(0, 0%, 100%, .1);
    overflow-x: hidden;
    padding: clamp(24px, min(48/1920 * 100vw, 48 * 1.25 * 1px), 48px) 0
}

.Footer_cities__NKJVm {
    display: grid;
    grid-template-columns: repeat(4, 240px);
    gap: 20px 40px
}

.Footer_citiesWpapper__AhLMi {
    max-width: 1080px;
    width: 100%
}

.Footer_citiesLink__dVvZe {
    font-weight: 400;
    font-size: calc(14px + .3125vw);
    line-height: 140%;
    color: var(--white-color);
    transition: .5s
}

.Footer_citiesLink__dVvZe:hover {
    color: var(--accent-color)
}

.Footer_openCampusLink__4HDrf {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    font-size: calc(14px + .3125vw);
    line-height: 150%;
    color: var(--accent-color);
    transition: .5s
}

.Footer_openCampusLink__4HDrf:hover {
    color: rgba(160, 231, 32, .7)
}

.Footer_bottom__g11fA {
    padding-top: 54px
}

.Footer_row__s5yUE {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 25px
}

.Footer_col__Fo7Wc:nth-of-type(2) {
    text-align: right
}

.Footer_infoText__4Lbg7 {
    line-height: 150%;
    margin-bottom: 15px
}

.Footer_infoLink__ivsi6,
.Footer_infoText__4Lbg7 {
    font-weight: 300;
    font-size: calc(14px + .3125vw);
    color: var(--white-color);
    opacity: .5
}

.Footer_infoLink__ivsi6 {
    display: block;
    line-height: 100%;
    transition: .5s
}

.Footer_infoLink__ivsi6:hover {
    opacity: 1
}

.Footer_infoLink__ivsi6:not(:last-child) {
    margin-bottom: 15px
}

@media(max-width:1770px) {
    .Footer_main__nA2Qx {
        flex-direction: column;
        gap: clamp(16px, min(35/1920 * 100vw, 35 * 1.25 * 1px), 35px) 0
    }
}

@media(max-width:1300px) {
    .Footer_root__Gq5wF {
        border-radius: 50px
    }
    .Footer_root__Gq5wF:after {
        width: 220px;
        height: 120px;
        right: -46px
    }
}

@media(max-width:911px) {
    .Footer_navWrapper__fcIdO {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media(max-width:800px) {
    .Footer_top__hv1zb {
        flex-direction: column-reverse;
        align-items: flex-start
    }
    .Footer_social__8eyG7 {
        display: flex;
        gap: 12px;
        margin-bottom: clamp(28px, min(68/1920 * 100vw, 68 * 1.25 * 1px), 68px)
    }
    .Footer_social__8eyG7 .Footer_socialItem__qoqzK {
        margin-bottom: 0
    }
}

@media(max-width:620px) {
    .Footer_citiesWrapper__2ejYn {
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .Footer_citiesWrapper__2ejYn::-webkit-scrollbar {
        display: none
    }
    .Footer_cities__NKJVm {
        width: max-content;
        display: flex
    }
    .Footer_row__s5yUE {
        grid-template-columns: 1fr
    }
    .Footer_col__Fo7Wc:nth-of-type(2) {
        text-align: left
    }
}

@media(max-width:500px) {
    .Footer_root__Gq5wF {
        border-radius: 28px;
        margin-left: -8px;
        margin-right: -8px
    }
    .Footer_root__Gq5wF:after {
        width: 108px;
        height: 90px;
        right: -1px
    }
    .Footer_top__hv1zb {
        margin-bottom: 24px;
        padding-bottom: 28px
    }
    .Footer_navItem__Ift6_ {
        margin-bottom: 20px
    }
    .Footer_navLink__C4of3 {
        font-size: 13px
    }
    .Footer_subItem__O2OQ3:not(:last-of-type) {
        margin-bottom: 12px
    }
    .Footer_subLink__JKmLx {
        font-size: 16px
    }
    .Footer_citiesLink__dVvZe,
    .Footer_infoLink__ivsi6,
    .Footer_infoText__4Lbg7,
    .Footer_openCampusLink__4HDrf {
        font-size: 14px
    }
}

@media(max-width:360px) {
    .Footer_subLink__JKmLx {
        font-size: 14px
    }
}

@media(max-width:350px) {
    .Footer_root__Gq5wF:after {
        width: 90px;
        height: 62px
    }
}

.FormNotificationBlock_root__LBXOS {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px);
    width: 100%;
    max-width: max-content;
    padding: clamp(17px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px) clamp(30px, min(48/1920 * 100vw, 48 * 1.25 * 1px), 48px);
    border-radius: 74px;
    position: fixed;
    bottom: 40px;
    z-index: 110;
    left: 50%;
    transform: translateX(-50%)
}

.FormNotificationBlock_root__LBXOS.FormNotificationBlock_green__pdlT_ {
    background-color: #00db00;
    color: #1d2633
}

.FormNotificationBlock_root__LBXOS.FormNotificationBlock_green__pdlT_ path {
    stroke: #1d2633
}

.FormNotificationBlock_root__LBXOS.FormNotificationBlock_red__4OTng {
    background-color: #ff4a50;
    color: #fff
}

.FormNotificationBlock_btnClose__z2hPQ {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: inherit;
    border: none;
    outline: none;
    cursor: pointer
}

.FormNotificationBlock_btnClose__z2hPQ svg {
    width: clamp(20px, min(32/1920 * 100vw, 32 * 1.25 * 1px), 32px);
    height: clamp(20px, min(32/1920 * 100vw, 32 * 1.25 * 1px), 32px)
}

.FormNotificationBlock_text__ZJk_u {
    width: 100%;
    font-size: clamp(16px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

@media(max-width:550px) {
    .FormNotificationBlock_root__LBXOS {
        bottom: 0
    }
}