@charset "UTF-8";*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body,html{height:100%;width:100%;font-size:100%;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;transition:.3s ease all}html{scroll-behavior:smooth}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a{color:inherit}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{font-family:sans-serif;font-size:16px;font-weight:400;color:var(--black);background-size:cover}.wrapper{overflow:hidden;display:flex;flex-direction:column;min-height:100%}@media (max-width:1080px){.wrapper{overflow:hidden;display:flex;flex-direction:column;min-height:100%}}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Light.woff2) format("woff2"),url(../fonts/ProximaNova-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Regular.woff2) format("woff2"),url(../fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(../fonts/ProximaNova-Semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Bold.woff2) format("woff2"),url(../fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(../fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Proxima Nova";src:url(../fonts/ProximaNova-Black.woff2) format("woff2"),url(../fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}:root{--proxima:"Proxima Nova";--grey:#a7a7a7;--grey-2:#f7f7f7;--white:#fff;--black:#313131;--blue:#028a91;--blue-2:#13b9c2;--blue-3:#73f8f1;--green:#124734;--green-2:#1d7754;--green-3:#86e3a6;--green-4:#E0FEEB;--yellow:#ff9700;--yellow-2:#ffb140;--yellow-3:#ffc673;--gradient-2:linear-gradient(90deg, #e0fffd 0%, #e0feeb 100%);--gradient:linear-gradient(180deg, #13B9C2 0%, #86E3A6 100%);--radius:30px}.button{height:60px;width:100%;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;max-width:340px;color:var(--white);border-radius:30px;transition:.3s ease all}.mobile-only{display:none!important}.title{font-size:48px;color:var(--black);font-weight:700;text-transform:uppercase}.faq__item{background-color:var(--white);padding:25px 40px;border-radius:30px;max-width:1184px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item_question{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:32px}.faq__item_question span{height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--grey-2)}.faq__item_question span svg path:nth-child(2){transition:.3s ease all}.faq__item_answer{opacity:0;visibility:hidden;transition:.5s ease all;max-height:0}.faq__item.active .faq__item_answer{opacity:1;visibility:visible;max-height:500px}.faq__item.active h4 span svg path:nth-child(2){opacity:0;visibility:hidden}.input{position:relative;border:1px solid transparent;border-radius:15px}.input.true{border-color:var(--blue-2)}.input.false{border-color:red}.input input{border-radius:4px;width:100%;height:60px;padding:0 16px;transition:.3s ease all}.input input:not(:-moz-placeholder)+label{bottom:56px}.input input:not(:placeholder-shown)+label{bottom:56px}.input label{position:absolute;bottom:23px;color:#c2c2c2;left:30px;background-color:#fff;padding:0 3px;transition:.3s ease all;pointer-events:none}.input span{position:absolute;left:30px;top:45px;font-size:10px;pointer-events:none;display:none;color:red}.input.false span{display:block}.input:focus-within label{bottom:45px;background-color:transparent;font-size:10px}@media (max-width:767px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.title{font-size:32px;color:var(--black);font-weight:700;text-transform:uppercase}.faq__item{background-color:var(--white);padding:12px;border-radius:18px;max-width:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item_question{display:flex;align-items:center;gap:15px;justify-content:space-between;font-weight:700;font-size:16px}.faq__item_question span{height:48px;width:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--grey-2)}.faq__item_answer{opacity:0;visibility:hidden;transition:1s ease all;max-height:0;font-size:14px}.faq__item.active .faq__item_answer{opacity:1;visibility:visible;max-height:100px}.input{position:relative}.input input{border-radius:4px;width:100%;height:50px;margin:0;padding:0 16px;font-size:16px;line-height:1.5}.input label{position:absolute;color:#c2c2c2;left:14px;background-color:#fff;padding:0 3px;transition:.3s ease all;bottom:21px;font-size:16px}.input:focus-within label{bottom:45px;left:14px}.input input:not(:-moz-placeholder)+label{bottom:42px;font-size:10px}.input input:not(:placeholder-shown)+label{bottom:42px;font-size:10px}}.header{position:fixed;top:0;left:0;width:100%;z-index:2}.header__box{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:40px;padding:20px 7px 20px 20px}.header__logo{flex:0 1 340px}.header__nav{flex:0 1 30%;margin-right:auto}.header__list{display:flex;align-items:center;gap:55px}.header__list_item{position:relative}.header__list_item a{transition:.3s ease all}.header__list_item::after{content:"";position:absolute;top:calc(50% - 2.5px);left:-15px;width:5px;height:5px;border-radius:50%}.header__list_item:nth-child(1):hover a{color:var(--blue-2)}.header__list_item:nth-child(2):hover a{color:var(--yellow-2)}.header__list_item:nth-child(3):hover a{color:var(--green-3)}.header__list_item:nth-child(1)::after{background-color:var(--blue-2)}.header__list_item:nth-child(2)::after{background-color:var(--yellow-2)}.header__list_item:nth-child(3)::after{background-color:var(--green-3)}.header__languages{flex:0 1 13%;display:flex;align-items:center;gap:10px}.header__languages a{transition:.3s ease all}.header__languages a:hover{color:var(--green-2)}.header__languages a.active{font-weight:700;color:var(--green-2)}.header__sign{border:1px solid var(--black);height:60px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);padding:0 40px;transition:.3s ease all}.header__sign:hover{color:var(--white);background-color:var(--yellow-2);border-color:var(--yellow-2)}.header__sign:active{background-color:var(--yellow)}@media (max-width:767px){.header{position:fixed;top:0;left:0;width:100%}.header__box{display:flex;align-items:center;justify-content:inherit;background-color:#fff;border-radius:0 0 40px 40px;padding:15px 16px;margin:0 -15px 0 -15px}.header__logo{flex:1 1 auto;max-width:88px;z-index:1}.header__logo img{width:100%}.header__nav{flex:0 1 30%;margin-right:inherit;position:fixed;top:0;left:-200%;height:100%;width:100%;background-color:var(--white);display:flex;transition:.3s ease all}.header__nav.active{left:0}.header__button_write{background-color:var(--green-2);margin-top:90px}.header__button_pay{background-color:var(--blue-2)}.header__list{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;gap:24px;padding:0 16px}.header__list_item{position:relative}.header__list_item a{transition:.3s ease all;font-size:32px;color:var(--green-2);font-weight:700}.header__list_item::after{display:none}.header__list_item:nth-child(1):hover a{color:var(--blue-2)}.header__list_item:nth-child(2):hover a{color:var(--yellow-2)}.header__list_item:nth-child(3):hover a{color:var(--green-3)}.header__list_item:nth-child(1)::after{background-color:var(--blue-2)}.header__list_item:nth-child(2)::after{background-color:var(--yellow-2)}.header__list_item:nth-child(3)::after{background-color:var(--green-3)}.header__languages{flex:1 1 auto;display:flex;align-items:center;gap:10px;font-size:16px;margin-left:auto;justify-content:flex-end;margin-right:32px;z-index:1}.header__languages a{transition:.3s ease all}.header__languages a:hover{color:var(--green-2)}.header__languages a:active{font-weight:700}.header__burger{height:24px;width:24px;position:relative;cursor:pointer}.header__burger::after,.header__burger::before{content:"";position:absolute;height:1px;width:18px;background-color:var(--black);transition:.3s ease all}.header__burger::before{top:6px;right:3px}.header__burger::after{top:14px;right:3px}.header__burger span::after,.header__burger span::before{content:"";position:absolute;height:1px;width:14px;background-color:var(--black);transition:.3s ease all}.header__burger span::before{top:10px;right:3px}.header__burger span::after{top:18px;right:3px}.header__burger.active::after,.header__burger.active::before{top:12px;right:6px}.header__burger.active::before{transform:rotate(45deg)}.header__burger.active::after{transform:rotate(-45deg)}.header__burger.active span::after,.header__burger.active span::before{transform:scale(0)}.header__sign{font-size:16px;align-items:center}}.main{background-image:url(../img/png/bg.png);background-size:cover;background-repeat:no-repeat;border-radius:0 0 40px 40px}.main__columns{display:flex;justify-content:space-between;margin:200px 0 100px 0;display:flex;align-items:center}.main__content{flex:1 1 auto}.main__content_title{font-size:64px;font-weight:700;line-height:1.1;max-width:820px;text-transform:uppercase;color:var(--green)}.main__content_subtitle{margin:30px 0 112px;font-size:20px;font-weight:300}.main__button{background-color:var(--blue-2)}.main__button:hover{background-color:var(--blue)}.main__button:active{background-color:var(--black)}.main__image{flex:0 1 32%}@media (max-width:767px){.main{background-image:url(../img/png/bg-393.png);border-radius:0 0 40px 40px}.main__columns{display:flex;justify-content:space-between;flex-direction:column;gap:32px;margin:110px 0 36px 0;display:flex;align-items:center}.main__content{flex:1 1 auto}.main__content_title{font-size:40px;font-weight:700;line-height:1.1;max-width:820px;text-transform:uppercase;color:var(--green)}.main__content_subtitle{margin:24px 0 32px;font-size:16px;font-weight:300}.main__button{background-color:var(--blue-2);margin:0 auto}.main__button:hover{background-color:var(--blue)}.main__button:active{background-color:var(--black)}.main__image{flex:1 1 auto;max-width:215px}.main__image img{width:100%}}@keyframes scrollText{from{transform:translateX(0)}to{transform:translateX(-100%)}}.info{margin:0 0 150px 0}.info__level{display:flex;align-items:center;white-space:nowrap;background-color:var(--white);padding:32px 32px;border-radius:40px;overflow:hidden;position:relative;margin-top:20px;z-index:-1}.info__box{display:flex;align-items:center;gap:120px;animation:scrollText 25s infinite linear;padding-right:120px}.info__box span{font-size:36px;color:var(--black);position:relative}.info__box span::before{content:"";position:absolute;top:8px;left:-70px;height:20px;width:20px;border-radius:50%}.info__box span:nth-child(1)::before{background-color:var(--blue-2)}.info__box span:nth-child(2)::before{background-color:var(--green-3)}.info__box span:nth-child(3)::before{background-color:var(--yellow-2)}.info__box span:nth-child(4)::before{background-color:var(--blue-2)}.info__box span:nth-child(5)::before{background-color:var(--green-3)}.info__box span:nth-child(6)::before{background-color:var(--yellow-2)}.info__box span:nth-child(7)::before{background-color:var(--blue-2)}.info__box span:nth-child(8)::before{background-color:var(--green-3)}.info__box span:nth-child(9)::before{background-color:var(--yellow-2)}.info__box span:nth-child(10)::before{background-color:var(--blue-2)}.info__box span:nth-child(11)::before{background-color:var(--green-3)}.info__box span:nth-child(12)::before{background-color:var(--yellow-2)}.info__columns{display:flex;align-items:center;gap:20px;margin:150px 0 175px 0}.info__column{background-color:var(--white);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:180px;min-height:165px;transition:.3s ease all}.info__column div span{transform:translateY(10px)}.info__column:hover{color:var(--white)}.info__column:hover span{color:var(--white)}.info__column:nth-child(1):hover{background-color:var(--green-2)}.info__column:nth-child(2):hover{background-color:var(--yellow)}.info__column:nth-child(3):hover{background-color:var(--blue)}.info__column:nth-child(4):hover{background-color:var(--green)}.info__column:nth-child(5):hover{background-color:var(--blue-2)}.info__column:nth-child(3){min-width:210px}.info__column:nth-child(2){max-width:340px}.info__column span{font-size:64px;color:var(--black);font-weight:700;display:flex;align-items:center}.info__column span div{color:var(--blue-2)}.info__column_special p{display:flex;flex-direction:column}.info__column_special div{display:flex;align-items:flex-end;gap:5px}.info__percent{max-width:526px;text-align:center;background-image:url(../img/png/border-bg.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;height:526px}.info__percent_title{font-size:160px;display:flex;justify-content:center}.info__percent_title span{font-size:48px;font-weight:700}.info__percent_subtitle{font-size:20px;line-height:1.3}@media (max-width:767px){.info{margin:0 0 48px 0}.info__level{display:flex;align-items:center;white-space:nowrap;background-color:var(--white);padding:20px 0;border-radius:40px;overflow:hidden;position:relative;margin-top:54px}.info__box{display:flex;align-items:center;gap:60px;animation:scrollText 25s infinite linear;padding-right:60px}.info__box span{font-size:24px;color:var(--black);position:relative}.info__box span::before{content:"";position:absolute;top:3px;left:-40px;height:20px;width:20px;border-radius:50%}.info__box span:nth-child(1)::before{background-color:var(--blue-2)}.info__box span:nth-child(2)::before{background-color:var(--green-3)}.info__box span:nth-child(3)::before{background-color:var(--yellow-2)}.info__box span:nth-child(4)::before{background-color:var(--blue-2)}.info__box span:nth-child(5)::before{background-color:var(--green-3)}.info__box span:nth-child(6)::before{background-color:var(--yellow-2)}.info__box span:nth-child(7)::before{background-color:var(--blue-2)}.info__box span:nth-child(8)::before{background-color:var(--green-3)}.info__box span:nth-child(9)::before{background-color:var(--yellow-2)}.info__box span:nth-child(10)::before{background-color:var(--blue-2)}.info__box span:nth-child(11)::before{background-color:var(--green-3)}.info__box span:nth-child(12)::before{background-color:var(--yellow-2)}.info__columns{display:flex;align-items:center;flex-direction:column;gap:6px;margin:48px 0}.info__column{width:100%;background-color:var(--white);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:180px;min-height:inherit;transition:.3s ease all}.info__column{color:var(--white)}.info__column span{color:var(--white)}.info__column:nth-child(1){background-color:var(--green-2)}.info__column:nth-child(2){background-color:var(--yellow)}.info__column:nth-child(3){background-color:var(--blue)}.info__column:nth-child(4){background-color:var(--green)}.info__column:nth-child(5){background-color:var(--blue-2)}.info__column:nth-child(3){min-width:210px}.info__column:nth-child(2){max-width:100%}.info__column span{font-size:64px;color:var(--white);font-weight:700;display:flex;align-items:center}.info__column span div{color:var(--blue-2)}.info__column_special p{display:flex;flex-direction:column}.info__column_special div{display:flex;align-items:flex-end;gap:5px}.info__percent{min-width:300px;text-align:center;background-image:url(../img/png/border-bg.png);background-repeat:no-repeat;aspect-ratio:1/1;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;height:inherit}.info__percent_title{font-size:94px;display:flex;justify-content:center}.info__percent_title span{font-size:32px;font-weight:700}.info__percent_subtitle{font-size:16px;line-height:1.3}}.school{background-color:var(--white);padding:100px 0;border-radius:40px}.school__columns{display:flex;gap:20px}.school__content{flex:0 1 45%;display:flex;flex-direction:column;justify-content:space-between}.school__content_text{font-size:20px;line-height:1.3;max-width:580px}.school__content_text p:nth-child(1){margin-bottom:30px}.school__content_button{background-color:var(--green-2)}.school__content_button:hover{background-color:var(--green)}.school__content_button:active{background-color:var(--black)}.school__img{flex:0 1 55%}.school__img img{width:100%;border-radius:30px}.school__img.mobile-only{margin:15px 0}@media (max-width:767px){.school{background-color:var(--white);padding:48px 0;border-radius:40px}.school__columns{display:flex;gap:20px}.school__content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}.school__content_title{margin-bottom:24px;font-size:32px;letter-spacing:3%}.school__content_text{font-size:20px;line-height:1.3;max-width:580px}.school__content_text p:nth-child(1){margin-bottom:0}.school__content_button{background-color:var(--green-2);margin-top:24px;max-width:inherit}.school__content_button:hover{background-color:var(--green)}.school__content_button:active{background-color:var(--black)}.school__img{flex:0 1 55%}.school__img img{width:100%;border-radius:30px}.school__img.mobile-only{margin:24px 0}}.why{background-color:var(--white);border-radius:40px;margin:30px 0;padding:100px 0}.why__title{margin-bottom:70px}.why__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why__column{padding:24px;border-radius:20px;min-height:317px;color:var(--white)}.why__column:nth-child(1){background-color:var(--blue-2)}.why__column:nth-child(1) .why__column_title{border-color:var(--blue)}.why__column:nth-child(2){background-color:var(--yellow-2)}.why__column:nth-child(2) .why__column_title{border-color:var(--yellow)}.why__column:nth-child(3){background-color:var(--green-2)}.why__column:nth-child(3) .why__column_title{border-color:var(--green)}.why__column_num{display:flex;justify-content:space-between}.why__column_title{font-size:24px;font-weight:700;text-transform:uppercase;margin:50px 0 28px 0;border-bottom:4px solid #000;padding-bottom:12px}.why__column_text{line-height:1.2;font-weight:400;font-size:18px}@media (max-width:767px){.why{background-color:var(--white);border-radius:40px;margin:30px 0;padding:48px 0}.why__title{margin-bottom:24px}.why__columns{display:grid;grid-template-columns:repeat(1,1fr);gap:6px}.why__column{padding:16px;border-radius:20px;min-height:inherit;color:var(--white)}.why__column:nth-child(1){background-color:var(--blue-2)}.why__column:nth-child(1) .why__column_title{border-color:var(--blue)}.why__column:nth-child(2){background-color:var(--yellow-2)}.why__column:nth-child(2) .why__column_title{border-color:var(--yellow)}.why__column:nth-child(3){background-color:var(--green-2)}.why__column:nth-child(3) .why__column_title{border-color:var(--green)}.why__column_num{display:flex;justify-content:space-between}.why__column_num img{max-width:56px}.why__column_title{font-size:24px;font-weight:700;text-transform:uppercase;margin:16px 0 24px 0;border-bottom:4px solid #000;padding-bottom:12px}.why__column_text{line-height:1.2;font-weight:400;font-size:18px}}.teacher{background-image:var(--gradient-2);padding:100px 0;border-radius:40px}.teacher__title{margin-bottom:70px;color:var(--green-2)}.teacher__wrapper{display:inline-flex;align-items:center}.teacher__slide{padding:45px;background-color:var(--white);border-radius:20px;display:grid;grid-template-columns:minmax(0,35%) minmax(0,65%);gap:30px;min-height:363px;grid-template-rows:minmax(0,32px) 1fr}.teacher__slide .teacher__list_item::marker{color:var(--green-3)}.teacher__slide:nth-child(2) .teacher__list_item::marker{color:var(--blue-2)}.teacher__img{grid-row-start:1;grid-row-end:3}.teacher__content_name{font-size:32px;font-weight:700}.teacher__slide:nth-child(odd) .teacher__list_item::before{background-color:var(--green-3)}.teacher__list{display:flex;flex-direction:column;gap:20px}.teacher__list_item{position:relative;padding-left:25px;line-height:1.2}.teacher__list_item::before{content:"";position:absolute;top:6px;left:0;width:10px;height:10px;border-radius:50%;background-color:var(--blue-2)}.teacher__nav{display:flex;align-items:center;gap:48px}.teacher__nav span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:var(--grey-2);cursor:pointer}@media (max-width:767px){.teacher{background-image:var(--gradient-2);padding:48px 0}.teacher__title{margin-bottom:24px;color:var(--green-2)}.teacher__wrapper{display:inline-flex;align-items:center}.teacher__slide{padding:24px 12px;background-color:var(--white);border-radius:20px;display:grid;grid-template-columns:minmax(0,35%) minmax(0,65%);align-items:center;gap:30px;row-gap:0;min-height:363px;grid-template-rows:1fr 1fr}.teacher__slide .teacher__list_item::marker{color:var(--green-3)}.teacher__slide:nth-child(2) .teacher__list_item::marker{color:var(--blue-2)}.teacher__img{max-width:120px;grid-row-start:1;grid-row-end:2}.teacher__img img{width:100%}.teacher__content_name{font-size:32px;font-weight:700;margin-bottom:inherit;grid-row-start:inherit;grid-row-end:inherit}.teacher__list{display:flex;flex-direction:column;gap:20px;grid-column-start:1;grid-column-end:3}.teacher__list_item{list-style-type:none;list-style-position:inside;font-size:18px}.teacher__nav{display:flex;align-items:center;justify-content:center;gap:48px;margin-top:10px}.teacher__nav span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:var(--grey-2);cursor:pointer}.teacher__nav span.swiper-button-disabled svg path{fill:var(--grey)}}.student{padding:100px 0;margin:30px 0;border-radius:40px;background-color:var(--white)}.student__title{margin-bottom:70px}.student__wrapper{display:inline-flex}.student__slide{position:relative;background:linear-gradient(180deg,#e1fffd 100%,#dbf5f3 100%);border-radius:30px;display:flex;gap:50px;padding:80px 100px 60px 60px;overflow:hidden}.student__slide:nth-child(2n){background:linear-gradient(180deg,#ffefd8 98.03%,#f0e2cc 100%)}.student__slide:nth-child(2n) .student__slide_content-overall{background-color:var(--yellow-3)}.student__slide:nth-child(3n){background:linear-gradient(180deg,#d1fbe1 98.03%,#cef0da 100%)}.student__slide:nth-child(3n) .student__slide_content-overall{background-color:var(--green-3)}.student__slide_img{z-index:1;position:relative}.student__slide_img::after{content:"";position:absolute;bottom:40px;left:-30%;width:200%;height:10px;background:linear-gradient(360deg,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);z-index:-1}.student__slide_content{display:flex;flex-direction:column;gap:116px}.student__slide_content-box{display:flex;flex-direction:column;gap:5px}.student__slide_content-score{display:flex;align-items:center;gap:10px}.student__slide_content-score span{font-size:24px;font-weight:700;color:#000}.student__slide_content-score p{font-size:16px;font-weight:300;text-transform:uppercase;color:#000}.student__slide_content-overall{background-color:var(--blue-2);color:var(--white);padding:10px;border-radius:10px;display:flex;flex-direction:column;gap:10px;max-width:100px}.student__slide_content-overall span{font-size:32px;font-weight:700}.student__slide_content-overall p{font-size:12px;line-height:1.3}@media (max-width:767px){.student{padding:50px 0;margin:48px 0;border-radius:40px;background-color:var(--white)}.student__title{margin-bottom:24px}.student__swiper{position:relative}.student__wrapper{display:inline-flex}.student__pagination{bottom:20px;left:0;display:flex;height:20px;justify-content:center;align-items:center;gap:20px;z-index:2;margin-top:36px}.student__pagination span{display:inline-flex;width:10px;height:10px;background-color:#a7a7a7;border-radius:50%;transition:.3s ease all}.student__pagination span.swiper-pagination-bullet-active{background-color:var(--green-2);width:20px;height:20px}.student__slide{position:relative;background:linear-gradient(180deg,#e1fffd 100%,#dbf5f3 100%);border-radius:30px;display:flex;flex-direction:column;gap:60px;padding:50px 12px;overflow:hidden}.student__slide:nth-child(2){background:linear-gradient(180deg,#ffefd8 98.03%,#f0e2cc 100%)}.student__slide:nth-child(2) .student__slide_content-overall{background-color:var(--yellow-3)}.student__slide:nth-child(3){background:linear-gradient(180deg,#d1fbe1 98.03%,#cef0da 100%)}.student__slide:nth-child(3) .student__slide_content-overall{background-color:var(--green-3)}.student__slide_img{z-index:1;position:relative;text-align:center}.student__slide_img::after{content:"";position:absolute;bottom:40px;left:-30%;width:200%;height:10px;background:linear-gradient(360deg,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);z-index:-1}.student__slide_img img{width:100%;max-width:240px;margin-left:-12%}.student__slide_content{display:flex;flex-direction:row;gap:48px}.student__slide_content-box{display:flex;flex-direction:column;gap:5px}.student__slide_content-score{display:flex;align-items:center;gap:10px}.student__slide_content-score span{font-size:24px;font-weight:700;color:#000}.student__slide_content-score p{font-size:16px;font-weight:300;text-transform:uppercase;color:#000}.student__slide_content-overall{background-color:var(--blue-2);color:var(--white);padding:10px;border-radius:10px;display:flex;flex-direction:column;gap:10px;max-width:100px}.student__slide_content-overall span{font-size:32px;font-weight:700}.student__slide_content-overall p{font-size:12px;line-height:1.3}}.course{margin:70px 0 100px 0;position:relative}.course__container{position:relative;width:100%}.course__title{text-align:center;margin-bottom:70px;display:flex;align-items:center;gap:20px}.course__swiper{position:relative;overflow:hidden}.course__wrapper{display:inline-flex}.course__slide{background-color:var(--white);border-radius:20px;padding:50px 27px;display:flex;flex-direction:column;height:456px;position:relative}.course__slide:nth-child(2n) .course__slide_img{background-color:var(--yellow-2)}.course__slide:nth-child(2n) .course__button{background-color:var(--yellow-2)}.course__slide:nth-child(2n) .course__button:hover{background-color:var(--yellow)}.course__slide:nth-child(2n) .course__button:active{background-color:var(--black)}.course__slide:nth-child(2n)::after,.course__slide:nth-child(2n)::before{background-color:var(--yellow-2)}.course__slide:nth-child(2n)>span::after,.course__slide:nth-child(2n)>span::before{background-color:var(--yellow-2)}.course__slide:nth-child(2n) .course__list_item svg path{fill:var(--yellow-2)}.course__slide:nth-child(3n) .course__slide_img{background-color:var(--green-2)}.course__slide:nth-child(3n) .course__button{background-color:var(--green-2)}.course__slide:nth-child(3n) .course__button:hover{background-color:var(--green)}.course__slide:nth-child(3n) .course__button:active{background-color:var(--black)}.course__slide:nth-child(3n)::after,.course__slide:nth-child(3n)::before{background-color:var(--green-2)}.course__slide:nth-child(3n)>span::after,.course__slide:nth-child(3n)>span::before{background-color:var(--green-2)}.course__slide:nth-child(3n) .course__list_item svg path{fill:var(--green-2)}.course__slide>span::after,.course__slide>span::before{content:"";position:absolute;height:30%;width:2px;background-color:var(--blue-2)}.course__slide>span::before{right:0;top:35%}.course__slide>span::after{left:0;top:35%}.course__slide::after,.course__slide::before{content:"";position:absolute;width:90%;height:2px;background-color:var(--blue-2)}.course__slide::after{top:0;left:5%}.course__slide::before{bottom:0;left:5%}.course__slide_title{display:flex;align-items:center;gap:20px;margin-bottom:50px;text-transform:uppercase}.course__slide_title span{font-size:32px;font-weight:700;color:var(--black)}.course__slide_img{width:70px;height:70px;background-color:var(--blue-2);padding:15px;border-radius:50%}.course__list{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.course__list_item{display:flex;align-items:center;gap:12px}.course__list_item svg{flex:0 0 24px}.course__list_item span{font-size:16px}.course__button{background-color:var(--blue-2);max-width:inherit}.course__button:hover{background-color:var(--blue)}.course__button:active{background-color:var(--black)}.course__navigation{display:flex;justify-content:space-between;width:100%;position:relative;z-index:12;position:absolute;top:calc(50% + 60px);left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.course__navigation span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);position:absolute;cursor:pointer}.course__navigation span:nth-child(1){top:calc(50% - 30px);left:-80px}.course__navigation span:nth-child(2){top:calc(50% - 30px);right:-80px}.course__navigation span.swiper-button-disabled{cursor:inherit}.course__navigation span.swiper-button-disabled svg path{fill:var(--grey)}@media (max-width:767px){.course{margin:0 0 48px 0}.course__title{text-align:center;margin-bottom:70px;display:flex;align-items:center;gap:20px}.course__swiper{position:relative}.course__wrapper{display:inline-flex}.course__slide{background-color:var(--white);border-radius:20px;padding:24px 12px;display:flex;flex-direction:column;height:386px;position:relative}.course__slide:nth-child(2) .course__slide_img{background-color:var(--yellow-2)}.course__slide:nth-child(2) .course__button{background-color:var(--yellow-2)}.course__slide:nth-child(2) .course__button:hover{background-color:var(--yellow)}.course__slide:nth-child(2) .course__button:active{background-color:var(--black)}.course__slide:nth-child(2)::after,.course__slide:nth-child(2)::before{background-color:var(--yellow-2)}.course__slide:nth-child(2)>span::after,.course__slide:nth-child(2)>span::before{background-color:var(--yellow-2)}.course__slide:nth-child(2) .course__list_item svg path{fill:var(--yellow-2)}.course__slide:nth-child(3) .course__slide_img{background-color:var(--green-2)}.course__slide:nth-child(3) .course__button{background-color:var(--green-2)}.course__slide:nth-child(3) .course__button:hover{background-color:var(--green)}.course__slide:nth-child(3) .course__button:active{background-color:var(--black)}.course__slide:nth-child(3)::after,.course__slide:nth-child(3)::before{background-color:var(--green-2)}.course__slide:nth-child(3)>span::after,.course__slide:nth-child(3)>span::before{background-color:var(--green-2)}.course__slide:nth-child(3) .course__list_item svg path{fill:var(--green-2)}.course__slide>span::after,.course__slide>span::before{content:"";position:absolute;height:30%;width:2px;background-color:var(--blue-2)}.course__slide>span::before{right:0;top:35%}.course__slide>span::after{left:0;top:35%}.course__slide::after,.course__slide::before{content:"";position:absolute;width:90%;height:2px;background-color:var(--blue-2)}.course__slide::after{top:0;left:5%}.course__slide::before{bottom:0;left:5%}.course__slide_title{display:flex;align-items:center;gap:20px;margin-bottom:48px}.course__slide_title span{font-size:24px;font-weight:700;color:var(--black)}.course__slide_img{width:70px;height:70px;background-color:var(--blue-2);padding:15px;border-radius:50%}.course__list{display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.course__list svg{flex:0 0 24px}.course__list_item{display:flex;align-items:center;gap:12px}.course__list_item span{font-size:16px}.course__button{background-color:var(--blue-2);max-width:inherit}.course__button:hover{background-color:var(--blue)}.course__button:active{background-color:var(--black)}.course__navigation{display:flex;justify-content:center;gap:48px;width:100%;margin-top:12px}.course__navigation span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);position:absolute;cursor:pointer}.course__navigation span:nth-child(1){position:relative;left:inherit}.course__navigation span:nth-child(2){position:relative;right:inherit}.course__navigation span.swiper-button-disabled{cursor:inherit}.course__navigation span.swiper-button-disabled svg path{fill:var(--grey)}.course__navigation{display:flex;justify-content:space-between;width:100%;position:relative;z-index:12;top:calc(50% + 60px);left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.course__navigation .course__container{display:flex;align-items:center;justify-content:center;gap:48px}.course__navigation span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);position:absolute;cursor:pointer}.course__navigation span:nth-child(1){top:calc(50% - 30px);left:0}.course__navigation span:nth-child(2){top:calc(50% - 30px);right:0}.course__navigation span.swiper-button-disabled{cursor:inherit}.course__navigation span.swiper-button-disabled svg path{fill:var(--grey)}}.learn{background-color:var(--white);border-radius:40px;padding:100px 0;margin-bottom:30px;color:var(--white)}.learn__title{margin-bottom:70px;text-align:center}.learn__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.learn__column{border-radius:18px;padding:50px 40px;text-align:center;display:flex;flex-direction:column;gap:20px;background:var(--gradient)}.learn__column p:nth-child(2){white-space:nowrap}.learn__column_title{font-size:32px;font-weight:700}.learn__column_title:nth-child(1){text-transform:uppercase;padding-bottom:10px;border-bottom:1px solid var(--white)}@media (max-width:767px){.learn{background-color:var(--white);border-radius:40px;padding:48px 0;margin-bottom:30px;color:var(--white)}.learn__title{margin-bottom:24px;text-align:center}.learn__columns{display:grid;grid-template-columns:repeat(1,1fr);gap:6px}.learn__column{border-radius:18px;padding:24px;text-align:center;display:flex;flex-direction:column;gap:24px;background:var(--gradient)}.learn__column p:nth-child(2){white-space:inherit}.learn__column_title{font-size:24px;font-weight:700}.learn__column_title:nth-child(1){text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid var(--white)}}.faq{background-color:var(--green-4);padding:100px 0;background-image:url(../img/png/bg-girl.png);background-repeat:no-repeat;background-position-x:right;background-position-y:50px;background-size:720px;border-radius:40px}.faq__title{margin-bottom:70px;color:var(--green-2)}.faq__faqs{display:flex;flex-direction:column;gap:10px}@media (max-width:767px){.faq{background-color:var(--green-4);padding:48px 0;background-image:none;background-size:620px;border-radius:40px}.faq__title{margin-bottom:24px;color:var(--green-2)}.faq__faqs{display:flex;flex-direction:column;gap:10px}}.step{background-color:var(--white);border-radius:40px;padding:133px 0 117px 0;margin:30px 0}.step__title{margin-bottom:58px;color:var(--blue)}.step__columns{display:flex;gap:20px}.step__columns_image{flex:0 1 41%;width:100%}.step__columns_image img{width:100%}.step__columns_form{flex:1 1 auto;background-color:var(--grey-2);padding:40px 40px 54px 40px;text-align:center;border-radius:30px}.step__columns_form.active{display:none}.step__columns_form form{display:flex;flex-direction:column;gap:20px}.step__columns_form form input{height:60px;display:flex;align-items:center;padding:0 30px;border-radius:15px;font-size:20px}.step__columns_form form input::-moz-placeholder{font-size:20px;color:#a7a7a7}.step__columns_form form input::placeholder{font-size:20px;color:#a7a7a7}.step__columns_form form input[type=submit]{margin-top:20px;background-color:var(--blue-2);border-radius:30px;margin:20px auto 0 auto;cursor:pointer}.step__columns_form form input[type=submit]:hover{background-color:var(--blue)}.step__columns_form form input[type=submit]:active{background-color:var(--black)}.step__columns_thank{display:flex;align-items:center;justify-content:center;flex-direction:column;display:none}.step__columns_thank h3{font-size:32px;color:var(--blue);text-transform:uppercase;font-weight:700;margin-bottom:29px;max-width:556px}.step__columns_thank p{font-size:24px;line-height:1.3;text-align:center;max-width:556px}.step__columns_thank.active{display:flex}.step__form_title{font-size:32px;font-weight:700;margin-bottom:40px;max-width:740px;text-transform:uppercase;line-height:1.2}@media (max-width:767px){.step{background-color:var(--white);border-radius:40px;padding:48px 0 32px 0;margin:30px 0}.step__title{color:var(--blue);max-width:328px;text-align:center;margin:0 auto;margin-bottom:32px}.step__columns{display:flex;gap:20px;flex-direction:column}.step__columns_image{display:none;flex:inherit;width:100%}.step__columns_image img{width:100%}.step__columns_form{flex:inherit;background-color:var(--grey-2);padding:24px 16px;text-align:center;border-radius:30px;margin:0 -16px}.step__columns_form.active{display:none}.step__columns_form form{display:flex;flex-direction:column;gap:6px}.step__columns_form form input{height:60px;display:flex;align-items:center;padding:0 30px;border-radius:15px;font-size:20px}.step__columns_form form input::-moz-placeholder{font-size:20px;color:#a7a7a7}.step__columns_form form input::placeholder{font-size:20px;color:#a7a7a7}.step__columns_form form input[type=submit]{margin-top:20px;background-color:var(--blue-2);border-radius:30px;font-size:16px;margin:20px auto 0 auto;cursor:pointer;max-width:inherit}.step__columns_form form input[type=submit]:hover{background-color:var(--blue)}.step__columns_form form input[type=submit]:active{background-color:var(--black)}.step__columns_thank{display:flex;align-items:center;justify-content:center;flex-direction:column;display:none}.step__columns_thank h3{font-size:32px;color:var(--blue);text-transform:uppercase;font-weight:700;margin-bottom:29px;max-width:556px}.step__columns_thank p{font-size:24px;line-height:1.3;text-align:center;max-width:556px}.step__columns_thank.active{display:flex}.step__form_title{font-size:16px;font-weight:700;margin-bottom:18px;max-width:740px;text-transform:uppercase;line-height:1.2}}.contact{background-color:var(--white);border-radius:40px;padding:100px 0;margin-bottom:30px}.contact__columns{display:flex;gap:212px}.contact__content{max-width:388px;flex:1 1 auto}.contact__content_title{color:var(--green-2);margin-bottom:68px}.contact__content_address{font-size:20px;margin-bottom:16px;line-height:1.3}.contact__content_number{font-size:24px;font-weight:700;color:var(--black)}.contact__content_locations{display:flex;align-items:center;gap:20px;margin-top:50px}.contact__content_locations a{display:inline-flex;align-items:center;gap:12px;border-radius:50px;padding:0 16px;height:60px;color:var(--white);font-size:18px;transition:.3s ease all}.contact__content_locations a:nth-child(1){background-color:var(--yellow-2)}.contact__content_locations a:nth-child(1):hover{background-color:var(--yellow)}.contact__content_locations a:nth-child(1):active{background-color:var(--black)}.contact__content_locations a:nth-child(2){background-color:var(--green-2)}.contact__content_locations a:nth-child(2):hover{background-color:var(--green)}.contact__content_locations a:nth-child(2):active{background-color:var(--black)}.contact__map{flex:1 1 auto}.contact__map iframe{width:100%;height:536px;border-radius:20px}@media (max-width:767px){.contact{background-color:var(--white);border-radius:40px;padding:48px 0;margin-bottom:48px}.contact__columns{display:flex;gap:24px;flex-direction:column}.contact__content{max-width:388px;flex:1 1 auto}.contact__content_title{color:var(--green-2);margin-bottom:24px}.contact__content_address{font-size:16px;margin-bottom:10px;line-height:1.3}.contact__content_number{font-size:24px;font-weight:700;color:var(--black)}.contact__content_locations{display:flex;align-items:center;gap:20px;margin-top:24px}.contact__content_locations a{display:inline-flex;align-items:center;gap:6px;border-radius:50px;padding:0 16px;height:60px;color:var(--white);font-size:18px;transition:.3s ease all;flex:1 1 auto;justify-content:center}.contact__content_locations a img{display:none}.contact__content_locations a:nth-child(1){background-color:var(--yellow-2)}.contact__content_locations a:nth-child(1):hover{background-color:var(--yellow)}.contact__content_locations a:nth-child(1):active{background-color:var(--black)}.contact__content_locations a:nth-child(2){background-color:var(--green-2)}.contact__content_locations a:nth-child(2):hover{background-color:var(--green)}.contact__content_locations a:nth-child(2):active{background-color:var(--black)}.contact__map{flex:1 1 auto}.contact__map iframe{width:100%;height:350px;border-radius:20px}}.footer{background-color:var(--green-2);border-radius:40px 40px 0 0;padding:50px 0 30px 0;color:var(--white)}.footer .footer__up{position:fixed;bottom:0;right:0;width:100%;display:none}.footer__container{display:flex;flex-direction:column;position:relative}.footer__container .footer__mobile_up{display:flex;justify-content:center;text-align:center;width:100%;margin-bottom:32px}.footer__container .footer__mobile_up .footer__up_box{position:relative;bottom:inherit;right:inherit;margin:0}.footer__container .footer__up_box{width:52px;height:52px;margin-right:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #3c986d;cursor:pointer;position:absolute;bottom:50px;right:0;transition:.3s ease all}.footer__container .footer__up_box:hover{border-color:transparent;background-color:var(--green-2)}.footer__container .footer__up_box:hover svg path{stroke:var(--white)}.footer__container .footer__up_box svg path{transition:.3s ease all}.footer__content{display:flex}.footer__content_logo{flex:1 1 auto}.footer__content_address{max-width:329px;display:flex;flex-direction:column;gap:16px;margin-right:116px;margin-top:30px}.footer__content_address p{font-size:20px;line-height:1.2}.footer__content_address a{font-size:24px;font-weight:700}.footer__content_nav{margin-top:30px}.footer__content_list{display:flex;align-items:center;gap:55px}.footer__content_item a{position:relative}.footer__content_item a::before{content:"";position:absolute;top:8px;left:-15px;width:5px;height:5px;border-radius:50%}.footer__content_item a:nth-child(1)::before{background-color:var(--blue-2)}.footer__content_item a:nth-child(2)::before{background-color:var(--yellow-2)}.footer__content_item a:nth-child(3)::before{background-color:var(--green-3)}.footer__content_item:nth-child(1) a::before{background-color:var(--blue-2)}.footer__content_item:nth-child(2) a::before{background-color:var(--yellow-2)}.footer__content_item:nth-child(3) a::before{background-color:var(--green-3)}.footer__socials{display:flex;justify-content:space-between;margin:86px 0 25px 0;padding-bottom:40px;border-bottom:1px solid var(--white)}.footer__socials_list{display:flex;align-items:center;gap:12px}.footer__socials_list-item a{background-color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer__socials_list-item a:hover svg path{fill:var(--green)}.footer__socials_list-item a svg path{transition:.3s ease all}.footer__socials_pay{background-color:var(--blue-2)}.footer__socials_pay:hover{background-color:var(--blue)}.footer__socials_pay:active{background-color:var(--black)}.footer__dev{display:flex;align-items:center;justify-content:space-between}.footer__dev_year{font-size:16px}.footer__dev_offer{font-size:16px;text-decoration:underline}.footer__dev_offer:hover{text-decoration:none}.footer__dev_dev span{font-size:14px;line-height:22px;font-weight:700}@media (max-width:767px){.footer{background-color:var(--green-2);border-radius:40px 40px 0 0;padding:50px 0 30px 0;color:var(--white);text-align:center}.footer__container{display:flex;flex-direction:column}.footer__content{display:flex;flex-direction:column}.footer__content_logo{flex:1 1 auto;text-align:center;display:flex;justify-content:center}.footer__content_logo img{width:100%;margin:0 auto;max-width:300px}.footer__content_address{max-width:inherit;display:flex;flex-direction:column;gap:10px;margin-right:0;margin-top:48px}.footer__content_address p{font-size:20px;line-height:1.2}.footer__content_address a{font-size:24px;font-weight:700}.footer__content_nav{margin-top:30px}.footer__content_list{display:flex;align-items:center;gap:55px;display:none}.footer__content_item a{position:relative}.footer__content_item a::before{content:"";position:absolute;top:8px;left:-15px;width:5px;height:5px;border-radius:50%}.footer__content_item a:nth-child(1)::before{background-color:var(--blue-2)}.footer__content_item a:nth-child(2)::before{background-color:var(--yellow-2)}.footer__content_item a:nth-child(3)::before{background-color:var(--green-3)}.footer__content_item:nth-child(1) a::before{background-color:var(--blue-2)}.footer__content_item:nth-child(2) a::before{background-color:var(--yellow-2)}.footer__content_item:nth-child(3) a::before{background-color:var(--green-3)}.footer__socials{display:flex;flex-direction:column;justify-content:center;margin:20px 0 32px 0;padding-bottom:0;border-bottom:1px solid transparent;text-align:center;gap:48px}.footer__socials_list{display:flex;align-items:center;justify-content:center;gap:10px}.footer__socials_list-item a{background-color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer__socials_pay{background-color:var(--blue-2);max-width:inherit}.footer__socials_pay:hover{background-color:var(--blue)}.footer__socials_pay:active{background-color:var(--black)}.footer__dev{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-direction:column}.footer__dev_year{font-size:16px}.footer__dev_offer{font-size:16px}.footer__dev_dev{display:none}.footer__dev_dev span{font-size:14px;line-height:22px;font-weight:700}}[class*=__container]{max-width:1420px;margin:0 auto;padding:0 15px;min-width:0}body{color:var(--black);font-family:var(--proxima);font-size:18px;background-color:#f7f7f7}body.lock{overflow:hidden}
/*# sourceMappingURL=style.css.map */
