*{padding:0;margin:0;border:none}*,*::after,*::before{box-sizing:border-box}a{text-decoration:none}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0)}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:rgba(0,0,0,0);background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}:root{--black-color:#302e2f;--orange-color:#ff9e00;--dark-blue-color:#006ca1;--white-color:#fdfdfd;--yellow-color:#ffc669;--nude-white:#f9f3ee;--white-blue-color:#dce9f0;--blue-color:#7fd1f9}body,html{height:100%;font-family:NunitoSans,sans-serif;font-weight:400;background-color:var(--nude-white)}body{overflow-x:hidden}*{color:var(--black-color)}.wrapper{height:100vh;display:flex;flex-direction:column}.wrapper-container{flex:1 1 auto}[class*=__container]{position:relative;max-width:1250px;margin:0 auto}[class*=__container]::after{position:absolute;left:0;top:0;content:"";border-left:2px solid #302e2f;height:100%}[class*=__container]::before{position:absolute;right:0;top:0;content:"";border-left:2px solid #302e2f;height:100%}::-webkit-scrollbar{width:10px;height:15px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--yellow-color)}::-webkit-scrollbar-thumb:hover{background:#888}.form__wrap{display:flex;flex-direction:column;gap:28px}.form .wpcf7-list-item{margin:0}@font-face{font-family:NunitoSans;font-display:swap;src:url(../fonts/NunitoSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Geologica;font-display:swap;src:url(../fonts/Geologica-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:InterRegular;font-display:swap;src:url(../fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:InterBold;font-display:swap;src:url(../fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:KharkivTone;font-display:swap;src:url(../fonts/KharkivTone-regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:icons;src:url(../fonts/icons.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}[class*=" _icon-"]::before,[class^=_icon-]::before{font-family:icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._icon-plus:before{content:""}._icon-point:before{content:""}._icon-arrow:before{content:""}._icon-minus:before{content:""}._icon-star:before{content:""}._icon-phone:before{content:""}._icon-profile:before{content:""}._icon-scroll-arrow:before{content:""}.header{position:fixed;left:0;width:100%;background-color:var(--nude-white);border-bottom:2px solid var(--black-color);z-index:99999999;transition:all .3s ease;padding:0 20px}.header.scrolled{padding:12px 0;box-shadow:0 4px 6px rgba(0,0,0,.1)}.header.scrolled .header__blocks{padding:0 40px}.header::after{position:absolute;left:0;top:0;height:100%;width:100%;background-color:var(--nude-white);content:"";z-index:9}.header__blocks{display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:9999;position:relative;transition:all .3s ease;padding:28px 40px}.header .logo{width:115px;min-width:115px}.header .mobile-flex{display:none}.header .mobile-none{display:block}.header .none-mobile-375{display:block}.header .block-mobile-375{display:none}.header__info{display:flex;align-items:center}.header__info-btn{box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:var(--black-color);padding:14px 20px;font-weight:600;font-size:16px;line-height:150%;text-transform:uppercase;color:#fff;transition:all .3s ease;border:2px solid transparent;position:relative}.header__info-btn span{color:#fff}.header__info-btn:hover{background-color:#444243}.header__info-btn:active{-webkit-transform:translate(4px,4px);transform:translate(4px,4px);box-shadow:0 0 0 0 rgba(0,0,0,.2509803922)}.header .numbers{width:175px;transition:color .3s ease;position:relative;margin-right:20px}.header .numbers:focus{outline:0}.header .numbers__toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.header .numbers__toggle--active span{color:var(--yellow-color)}.header .numbers__number{font-size:18px;line-height:140%}.header .numbers__arrow{line-height:0;display:inline-block;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header .numbers__arrow i{font-size:7px;line-height:0}.header .numbers__icon i{font-size:18px;font-weight:500}.header .numbers__dropdown{position:absolute;top:100%;min-width:200px;right:0;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background:#fff;border:1px solid #ccc;width:100%;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:all .3s ease;z-index:5}.header .numbers__item{cursor:pointer;transition:background .2s;padding:7px 16px 5px 16px}.header .numbers__item:nth-child(odd):hover{background:#7fd1f9}.header .numbers__item:nth-child(even):hover{background:#daf5cf}.header .numbers--active .numbers__dropdown{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.header .numbers--active .numbers__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu__list{display:flex;align-items:center;gap:35px}.menu__link{font-size:18px;transition:color .3s ease-in-out}.menu__link:hover{color:var(--dark-blue-color)}#nav-icon3 span:nth-child(1){top:0}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:10px}#nav-icon3 span:nth-child(4){top:20px}#nav-icon3.open span:nth-child(1){top:18px;width:0%;left:50%}#nav-icon3.open span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon3.open span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon3.open span:nth-child(4){top:18px;width:0%;left:50%}.footer{position:relative;border-top:2px solid #000;border-right:2px solid #000;background-color:var(--dark-blue-color);z-index:9;padding:0 20px}.footer::after{background-color:var(--dark-blue-color);position:absolute;left:0;top:0;height:100%;width:100%;content:"";z-index:-1}.footer__blocks{padding:24px 38px;position:relative;z-index:9;display:flex;align-items:center;gap:50px;justify-content:space-between}.footer__blocks .logo{width:115px;min-width:115px}.footer .menu-below__list{display:flex;align-items:center;gap:16.5px}.footer .menu-below__link{font-size:18px;transition:color .3s ease-in-out;color:var(--white-color)}.footer .menu-below__link:hover{color:var(--orange-color)}.footer__info{display:flex;align-items:center}.footer__info .numbers__toggle{display:flex;align-items:center;gap:8px;margin-right:34px}.footer__info .numbers__toggle:hover .numbers__icon i::before,.footer__info .numbers__toggle:hover .numbers__number{color:var(--orange-color);transition:color .3s ease-in-out}.footer__info i::before,.footer__info span{font-size:18px;line-height:140%;color:var(--white-color)}.footer__info i::before:hover,.footer__info span:hover{color:var(--orange-color)}.footer__social{display:flex;align-items:center;position:relative;z-index:9;max-width:620px;width:100%;justify-content:end;padding-bottom:24px}.footer__social__blocks{display:flex;align-items:center;gap:26px}.footer__social__contract{color:var(--white-color);font-size:18px;line-height:140%;transition:color .3s ease-in-out;font-weight:400}.footer__social__contract:hover{color:var(--orange-color)}.footer__social__list{display:flex;align-items:center;gap:32px}.footer__social__item{width:40px;height:40px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.footer__social__item a{line-height:0}.footer__social__item:hover{-webkit-transform:scale(1.05);transform:scale(1.05);background-color:var(--orange-color)}.footer__social__item:hover a{line-height:0}.footer__social__item i{font-size:27px;color:var(--dark-blue-color)}.footer .header__info-btn{background-color:#ffc669;border:2px solid #302e2f;color:var(--black-color);transition:all .3s ease-in-out}.footer .header__info-btn:hover{background-color:var(--orange-color)}.footer .header__info-btn span{color:var(--black-color);font-size:16px}.footer__mobile{display:none}.footer__mobile__blocks{padding:20px 10px;display:flex;flex-direction:column;gap:20px}.footer__mobile__blocks .logo{width:115px;min-width:115px}.footer__mobile-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer__mobile-menu .menu-below__list{display:flex;align-items:center;gap:0!important;-webkit-column-gap:18px!important;-moz-column-gap:18px!important;column-gap:18px!important;row-gap:10px!important;flex-wrap:wrap}.footer__mobile .footer__social{padding:0;width:auto;justify-content:start;margin:0}.footer__mobile .footer__social__contract{font-weight:400;font-size:18px}.footer__mobile-below{display:flex;align-items:center;gap:35px}.footer__mobile-below .numbers__toggle{display:flex;align-items:center;gap:8px;margin-right:0}.footer__mobile-below i::before,.footer__mobile-below span{font-size:16px;line-height:140%;color:var(--white-color)}.footer__mobile-wrapper{display:flex;flex-direction:column;gap:8px}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:9999999999}.popup-overlay.active{opacity:1;pointer-events:all}.popup-overlay.active .pop-up{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.pop-up{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.9);transform:translate(-50%,-50%) scale(.9);opacity:0;transition:all .4s ease;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.pop-up .form{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;z-index:9999999999;position:relative}.pop-up .form:hover{-webkit-transform:scale(1);transform:scale(1)}.pop-up .close-btn{position:absolute;right:10px;top:5px;font-size:20px;color:#fff;font-weight:600;transition:color .2s ease-in-out}.pop-up .close-btn:hover{font-weight:600;color:var(--black-color)}.main{overflow:hidden;position:relative;z-index:9;padding:0 20px}.main::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.main__container{position:relative}.main__container .main-star01{position:absolute;left:-59px;top:440px;z-index:999}.main__container .main-star02{position:absolute;right:-79px;top:170px;z-index:1}.main__blocks{padding:0 40px;padding-top:185px;z-index:99;position:relative}.main .show-mobile{display:none;width:100%}.main__top{display:flex;align-items:end;padding-bottom:65px;justify-content:space-between}.main__top-wrap{display:flex;flex-direction:column;gap:36px}.main__top .none-mobile{display:block}.main__top-title{font-weight:700;font-size:48px;line-height:120%;font-family:Geologica,sans-serif;max-width:715px;width:100%;text-transform:uppercase}.main__top-subtitle{font-weight:400;font-size:36px;color:var(--dark-blue-color);max-width:400px;width:100%}.main__top-prefer{position:relative}.main__top-prefer .pointer{position:absolute;left:-80px;top:-25px;-webkit-animation:movePointer .8s ease-in-out infinite alternate;animation:movePointer .8s ease-in-out infinite alternate;width:80px;height:80px}@-webkit-keyframes movePointer{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(7px);transform:translateX(7px)}}@keyframes movePointer{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(7px);transform:translateX(7px)}}.main__top-prefer::after{position:absolute;top:0;content:""}.main__top-prefer-info{display:flex;flex-direction:column;gap:15px;width:380px}.main__top-prefer-info{padding-left:20px}.main__top-prefer-info__title{font-family:Geologica,sans-serif;font-weight:700;font-size:24px}.main__top-prefer-info__subtitle{font-weight:300;font-size:18px}.main__below-wrap{display:flex;align-items:end;justify-content:space-between;gap:40px;width:100%;padding-bottom:60px}.main__below:first-child{width:100%}.main__below:last-child{max-width:380px;width:100%}.main .intro-text{position:relative;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);border:2px solid #302e2f;background-color:var(--white-color);height:460px;width:100%;padding:40px 20px}.main .intro-text__picture{position:absolute;bottom:0}.main .intro-text .block-mobile{display:none}.main .intro-text__block p{font-family:KharkivTone,sans-serif;font-size:16px;line-height:140%;vertical-align:middle;color:var(--dark-blue-color)}.main .intro-text__block .first{width:315px}.main .intro-text__block .second{width:270px;margin-right:50px}.main .intro-text__blocks{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:end}.form{padding:37px 24px;display:flex;flex-direction:column;gap:28px;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);border:2px solid #302e2f;background-color:var(--orange-color);max-width:380px;width:100%;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;position:relative}.close-btn{position:absolute;right:10px;top:5px;font-size:20px;color:#fff;font-weight:600;transition:color .2s ease-in-out}.close-btn:hover{font-weight:600;color:var(--black-color)}.form__inputs p{display:flex;flex-direction:column}input{border-radius:8px;width:100%;border:1px solid #302e2f;background-color:#fff;padding:13.5px 10px}input::-webkit-input-placeholder{font-size:18px;color:#302e2f}input:-ms-input-placeholder{font-size:18px;color:#302e2f}input::-ms-input-placeholder{font-size:18px;color:#302e2f}input::placeholder{font-size:18px;color:#302e2f}.form__wrapper{display:flex;flex-direction:column;gap:16px}.form-choose-text{font-size:18px}.custom-checkboxes{display:flex;align-items:center;row-gap:10px;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;flex-wrap:wrap}.checkbox-option{display:flex;align-items:center;cursor:pointer;position:relative;padding-left:30px;font-size:18px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.checkbox-option input{display:none}.custom-box{position:absolute;left:0;top:0;width:24px;height:24px;border:1px solid #302e2f;border-radius:1px;background:#fdfdfd;transition:.2s}.wpcf7-checkbox input:checked~.custom-box{background-color:#302e2f;border-color:#000;box-shadow:inset 0 0 0 7px orange}.checkbox-option:has(input:checked)+.custom-box{background-color:#302e2f;border-color:#000;box-shadow:inset 0 0 0 7px orange}.wpcf7-form-control.wpcf7-submit.form-btn{box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:var(--black-color);padding:14px 0;font-family:Geologica,sans-serif;font-weight:600;font-size:16px;vertical-align:middle;text-transform:uppercase;color:var(--white-color);transition:all .3s ease;border:2px solid transparent;max-width:328px;width:100%}.wpcf7-form-control.wpcf7-submit.form-btn:hover{background-color:#444243}.wpcf7-form-control.wpcf7-submit.form-btn:active{-webkit-transform:translate(4px,4px);transform:translate(4px,4px);box-shadow:0 0 0 0 rgba(0,0,0,.2509803922)}.custom-checkboxes{display:flex;flex-wrap:wrap;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;row-gap:10px;align-items:center;margin-bottom:10px}.wpcf7-form-control.wpcf7-checkbox{display:flex;gap:25px;flex-wrap:wrap}.wpcf7-list-item{position:relative;padding-left:30px;font-size:18px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.wpcf7-list-item input[type=checkbox]{display:none}.wpcf7-list-item-label::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;border:1px solid #302e2f;border-radius:1px;background:#fdfdfd;transition:.2s}.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before{background-color:#302e2f;border-color:#000;box-shadow:inset 0 0 0 7px orange}.wpcf7-not-valid-tip{display:block;margin-top:8px;font-size:14px;color:red}.study-room{background-color:var(--white-blue-color);border-width:2px 0 2px 0;border-style:solid;border-color:#302e2f;padding:0 20px;overflow:hidden}.study-room__blocks{display:flex;align-items:center;gap:40px;justify-content:center;padding:120px 0}.study-room__block{display:flex;flex-direction:column;text-align:center;gap:20px;padding:0 40px}.study-room__title{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;font-family:Geologica,sans-serif;line-height:140%;gap:8px}.study-room__descript{font-weight:400;font-size:18px;line-height:140%}.logos-school-promo{position:relative;padding:0 20px;overflow:hidden}.logos-school-promo::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.logos-school-promo::before{position:absolute;left:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.1);transform:scale(1.1)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}}.logos-school-promo .heart-left1,.logos-school-promo .heart-left2,.logos-school-promo .heart-right3{-webkit-animation:heartbeat 1.5s infinite;animation:heartbeat 1.5s infinite;-webkit-transform-origin:center;transform-origin:center}.logos-school-promo__container{position:relative}.logos-school-promo__container .heart-left1{position:absolute;left:-50px;z-index:1;top:25%;width:80px;height:67px}.logos-school-promo__container .heart-left2{position:absolute;left:-20px;z-index:99;top:45%;width:88px;height:80px}.logos-school-promo__container .heart-right3{position:absolute;right:-22px;z-index:1;top:8%}.logos-school-promo__wrapper{height:620px}.logos-school-promo__blocks{position:relative;padding:55px 40px 0 40px}.logos-school-promo .promo-picture{position:absolute;right:40px;bottom:0;max-width:690px;height:490px;content:""}.logos-school-promo__title{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-transform:uppercase;max-width:800px;width:100%}.logos-school-promo__btn{position:relative;max-width:380px;width:100%;z-index:9;padding:0 0 0 40px}.logos-school-promo button{position:relative;max-width:380px;width:100%;margin-top:35px;z-index:9}.logos-school-promo .arrow-promo{position:absolute;bottom:-60px;right:0;width:40px;height:40px;z-index:99;-webkit-animation:moveUpLeft 1.5s ease-in-out infinite;animation:moveUpLeft 1.5s ease-in-out infinite}@-webkit-keyframes moveUpLeft{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes moveUpLeft{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.courses{background-color:var(--white-blue-color);padding:0 20px}.courses__top{display:flex;flex-direction:column;align-items:center;gap:35px;padding:120px 0 60px 0;position:relative}.courses__top::after{position:absolute;right:-15px;bottom:40px;width:120px;height:120px;content:"";background-image:url(../img/svg/star-yellow.svg)}.courses__top::before{position:absolute;left:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}.courses__title{font-weight:700;font-size:48px;line-height:120%;font-family:Geologica,sans-serif;text-transform:uppercase}.courses__subtitle{font-weight:400;font-size:36px;color:var(--dark-blue-color)}.courses__skills-program{padding:0}.courses .skills-block-1{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#daf5cf}.courses .skills-block-1 .skills-program__icon{background-color:var(--yellow-color)}.courses .skills-block-2{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:var(--nude-white)}.courses .skills-block-2 .skills-program__icon{background-color:#7fd1f9}.courses .skills-block-3{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#ffc669}.courses .skills-block-3 .skills-program__icon{background-color:#daf5cf}.courses .skills-block-4{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#daf5cf}.courses .skills-block-4 .skills-program__icon{background-color:var(--nude-white)}.courses .skills-block-5{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#7fd1f9}.courses .skills-block-5 .skills-program__icon{background-color:#daf5cf}.courses .skills-block-6{border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#daf5cf}.courses .skills-block-6 .skills-program__icon{background-color:var(--orange-color)}.courses__definition{padding:40px 0;position:relative}.courses__definition::after{position:absolute;left:0;top:0;content:"";width:100%;border-top:2px solid #302e2f}.courses__definition::before{position:absolute;left:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}.courses__definition-descript{font-size:36px;text-align:center;padding:0 40px}.courses__definition-descript strong{font-weight:700}.courses__huge{padding:60px 0 120px 0}.courses__huge button{padding:17.5px 40px;font-family:Geologica,sans-serif;font-weight:700;font-size:36px;border:2px solid #302e2f;background-color:var(--black-color);padding:14px 20px;text-transform:uppercase;color:#fff;transition:all .3s ease;border:2px solid transparent;position:relative;width:100%}.courses__huge button:hover{background-color:#444243}.courses__huge button:active{-webkit-transform:scale(.98);transform:scale(.98);box-shadow:inset 0 2px 4px rgba(0,0,0,.4)}.skills-program{padding:65px 40px;position:relative}.skills-program::after{position:absolute;bottom:-41px;left:-39px;content:"";width:80px;height:80px;z-index:9;background-image:url(../img/svg/dark-orange.svg)}.skills-program__blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;grid-template-columns:auto auto;justify-content:space-between}.skills-program__list{display:flex;flex-direction:column;gap:35px}.skills-program__block{padding:25px;width:480px;border:2px solid #302e2f;background-color:rgba(0,0,0,0);display:flex;align-items:center;gap:20px;transition:all .3s ease-in-out}.skills-program__icon{width:80px;min-width:80px;height:80px;display:flex;align-items:center;justify-content:center;border:2px solid #302e2f;border-radius:50%;transition:all .3s ease-in-out}.skills-program__name{font-family:Geologica,sans-serif;font-weight:700;font-size:22px;line-height:140%}.journey{background-color:var(--white-blue-color);padding:0 20px;overflow:hidden}.journey__blocks{position:relative;padding:60px 40px 120px 40px;display:flex;justify-content:space-between;gap:10px}.journey__blocks::after{position:absolute;left:0;top:0;content:"";width:100%;border-top:2px solid #302e2f}.journey__blocks::before{position:absolute;left:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}.journey-left{max-width:480px;width:100%;display:flex;flex-direction:column;gap:35px}.journey-left__list{display:flex;flex-direction:column;gap:30px}.journey-left__list li{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:140%}.journey__title{font-weight:700;font-size:48px;line-height:120%;font-family:Geologica,sans-serif;max-width:600px;width:100%;text-transform:uppercase}.journey-right{max-width:540px;width:100%;display:flex;flex-direction:column;gap:100px}.journey-right .controls{width:100%;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);display:flex;align-items:center;justify-content:space-between;height:65px;transition:background-color .3s ease-in-out}.journey-right .controls .prev{-webkit-transform:rotate(180deg);transform:rotate(180deg);background-color:var(--blue-color);border-right:2px #302e2f;border:2px solid #302e2f;transition:background-color .3s ease-in-out;min-width:65px}.journey-right .controls .prev:hover{background-color:var(--dark-blue-color)}.journey-right .controls .next{background-color:#fee800;transition:background-color .3s ease-in-out;border-right:2px #302e2f;border:2px solid #302e2f;min-width:65px}.journey-right .controls .next:hover{background-color:var(--yellow-color)}.journey-right .controls i::before{font-size:35px}.journey-right .controls button{line-height:0;padding:0;margin:0;height:100%;width:65px}.journey-right .controls .counter{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-align:center;text-transform:uppercase;border:2px solid #302e2f;width:100%;border-left:none;border-right:none;height:100%;display:flex;align-items:center;justify-content:center}.journey .card-stack{position:relative;max-width:540px;width:100%;height:400px;margin:auto;overflow:visible}.journey .card{position:absolute;background:#fff;transition:all .5s ease-in-out;opacity:0;max-width:500px;width:100%;height:345px;-webkit-transform:scale(1);transform:scale(1)}.journey .card img{width:100%;height:100%}.journey .pos-0{left:40px;z-index:3;top:30px;opacity:1}.journey .pos-1{left:20px;top:15px;z-index:2;opacity:1}.journey .pos-2{left:0;top:0;z-index:1;opacity:1}.welcome{position:relative;overflow:hidden}.welcome::after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--blue-color);content:"";border:2px solid #302e2f;border-left:none;border-right:none;z-index:1}.welcome__blocks{position:relative;z-index:2}.welcome__block{padding:37.5px 0;z-index:9;position:relative}.welcome__block .welcome__marquee{width:100%;overflow:hidden;position:relative}.welcome__block .welcome__marquee-track{display:flex;width:-webkit-max-content;width:max-content;-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite;gap:70px}.welcome__block .welcome__marquee-track p{white-space:nowrap;font-family:Geologica,sans-serif;font-weight:700;font-size:36px;text-align:center;color:var(--white-color)}@-webkit-keyframes marquee{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.education-benefits{position:relative;padding:0 20px;overflow:hidden}.education-benefits::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-2}.education-benefits__blocks{padding-top:120px}.education-benefits__block{display:flex;justify-content:space-between;gap:10px}.education-benefits .retreat-first{padding:120px 40px 50px 40px;border-bottom:2px solid #302e2f;border-top:2px solid #302e2f;background-color:var(--white-blue-color);z-index:-1;position:relative;opacity:0;-webkit-transform:translateY(70px);transform:translateY(70px);transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}.education-benefits .retreat-first.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.education-benefits__info{display:flex;flex-direction:column;gap:35px}.education-benefits__title{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-transform:uppercase}.education-benefits .first-info{max-width:650px;width:100%}.education-benefits .second-info{max-width:555px;width:100%;margin:0 0 0 auto}.education-benefits .second-info .education-benefits__title{position:relative}.education-benefits .second-info .education-benefits__title::before{position:absolute;right:-185px;width:240px;height:220px;bottom:20px;z-index:99;content:"";background-image:url(../img/main/molecule.webp);background-repeat:no-repeat;background-size:contain}.education-benefits .third-info{max-width:540px;width:100%}.education-benefits .fourth-info{max-width:480px;width:100%}.education-benefits .retreat-block-2{position:relative;align-items:center;padding:110px 40px 250px 0}.education-benefits .retreat-block-2::after{position:absolute;left:-220px;width:330px;height:350px;top:0;z-index:1;content:"";background-image:url(../img/main/splash.webp);background-repeat:no-repeat;background-size:contain}.education-benefits .retreat-block-2::before{position:absolute;right:-105px;width:240px;height:260px;bottom:0;z-index:1;content:"";background-image:url(../img/main/splash-02.webp);background-repeat:no-repeat;background-size:contain}.education-benefits .retreat-block-2 .education-benefits__list{width:420px}.education-benefits .retreat-block-3{padding:60px 40px;border-bottom:2px solid #302e2f;border-top:2px solid #302e2f;background-color:var(--yellow-color);display:flex;justify-content:space-between;gap:20px;position:relative;opacity:0;-webkit-transform:translateY(70px);transform:translateY(70px);transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}.education-benefits .retreat-block-3.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.education-benefits .retreat-block-4{display:flex;align-items:center;gap:40px;padding:0 40px 80px 40px}.education-benefits__list{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:140%;display:flex;flex-direction:column;gap:28px}.education-benefits__list-last li:not(:last-child){font-size:18px;line-height:140%}.education-benefits__item{display:flex;align-items:center;gap:8px}.education-benefits__picture{z-index:9;position:relative;max-width:510px;width:100%}.education-benefits__picture .dog-picture{position:absolute;left:-195px;bottom:-50px;width:400px;height:360px}.education-benefits__picture .robot-picture{position:absolute;bottom:-100px;right:50px;width:220px;height:220px;-o-object-fit:contain;object-fit:contain;-webkit-animation:floatUpDown 3s ease-in-out infinite;animation:floatUpDown 3s ease-in-out infinite}@-webkit-keyframes floatUpDown{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes floatUpDown{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.education-benefits__picture .portal-picture{position:absolute;top:0;z-index:-1;top:-80px;right:-100px}.education-benefits__picture .arrow-red{position:absolute;left:-140px;width:103px;height:70px;top:180px;z-index:999;-webkit-animation:moveToGuyLeft 3s infinite ease-in-out;animation:moveToGuyLeft 3s infinite ease-in-out}.education-benefits__picture .arrow-red2{position:absolute;left:-100px;width:80px;height:50px;top:110px;z-index:999;-webkit-animation:moveToGuyLeft 3s infinite ease-in-out;animation:moveToGuyLeft 3s infinite ease-in-out}@-webkit-keyframes moveToGuyLeft{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes moveToGuyLeft{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes moveToGuyRight{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes moveToGuyRight{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.education-benefits__picture img{width:100%;height:100%}.education-benefits__picture-2{position:absolute;width:622px;bottom:-12px;height:880px;z-index:9}.education-benefits__picture-2 img{width:100%;height:100%}.education-benefits__picture-3{position:relative;z-index:9;margin-right:20px}.education-benefits__picture-3::after{position:absolute;top:-50px;width:77px;height:80px;left:80px;content:"";background-size:contain;background-repeat:no-repeat;background-image:url(../img/main/clip.webp)}.education-benefits__picture-3::before{content:"";position:absolute;top:20px;left:20px;width:100%;height:100%;background-color:var(--dark-blue-color);z-index:-2;border:2px solid #302e2f}.education-benefits__picture-4{position:relative;z-index:9;margin-top:-100px}.education-benefits__picture-4::after{position:absolute;top:-50px;width:77px;height:80px;right:50px;content:"";background-size:contain;background-repeat:no-repeat;background-image:url(../img/main/clip.webp)}.education-benefits__picture-4::before{content:"";position:absolute;top:18px;left:18px;width:100%;height:100%;background-color:var(--dark-blue-color);z-index:-2;border:2px solid #302e2f}.education-benefits .education-benefits__picture-3,.education-benefits .education-benefits__picture-4{position:relative;z-index:9}.education-benefits .education-benefits__picture-3 .image-inner,.education-benefits .education-benefits__picture-4 .image-inner{overflow:hidden;display:block;border:2px solid #302e2f}.education-benefits .education-benefits__picture-3 img,.education-benefits .education-benefits__picture-4 img{display:block;width:100%;height:auto;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.education-benefits .education-benefits__picture-3:hover img,.education-benefits .education-benefits__picture-4:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.education-benefits .courses__huge{position:relative;padding:0}.education-benefits .courses__huge::after{position:absolute;left:0;top:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}.education-benefits .courses__huge::before{position:absolute;left:0;top:0;content:"";width:100%;border-bottom:2px solid #302e2f}.education-benefits .courses__huge button{padding:28px 40px;font-family:Geologica,sans-serif;font-weight:600;text-transform:uppercase;border:2px solid #302e2f;background-color:var(--black-color);color:#fff;transition:all .3s ease;border:2px solid transparent;font-size:20px;position:relative;width:100%;z-index:9}.education-benefits .courses__huge button:hover{background-color:#444243}.education-benefits .courses__huge button:active{-webkit-transform:scale(.98);transform:scale(.98);box-shadow:inset 0 2px 4px rgba(0,0,0,.4)}.education-benefits .retreat-first::after{position:absolute;top:0;left:-59px;content:"";width:120px;height:120px;background-image:url(../img/svg/star-blue.svg);z-index:99;margin-top:35%}.education-benefits .text-item{position:relative;opacity:0;-webkit-transform:translateY(70px);transform:translateY(70px);transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}.education-benefits .text-item.active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.choices{position:relative;padding:0 20px}.choices .big-decor{position:absolute;left:-250px;bottom:-280px;z-index:9}.choices .mobile-big-decor-01{position:absolute;right:0;top:180px;width:300px;height:122px;right:-80px;display:none}.choices .mobile-big-decor-01 img{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.choices .small-decor{position:absolute;right:0;top:0;z-index:99}.choices .pc-decor-splash{position:absolute;right:-180px;bottom:250px;z-index:9;width:330px;height:350px}.choices .pc-decor-splash img{-webkit-transform:rotate(230deg);transform:rotate(230deg)}.choices .mobile-decor-splash-left{display:none}.choices .mobile-decor-splash-right{display:none}.choices .pc-decor-splash-orange{position:absolute;bottom:-260px;right:-150px;overflow:hidden;width:220px;height:250px;z-index:9}.choices .pc-decor-splash-orange img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.choices::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.choices__blocks{padding-top:120px;z-index:9999;position:relative}.choices__blocks .mobile-big-decor-top{display:none}.choices__top{padding:60px 40px;display:flex;flex-direction:column;align-items:center;gap:35px;text-align:center;position:relative;z-index:999}.choices__top .star-yellow-big{position:absolute;right:30px;top:75px;width:120px;height:120px;background-repeat:no-repeat}.choices__top .star-yellow-small{width:80px;height:80px;position:absolute;background-repeat:no-repeat;left:-38px;bottom:35px}.choices__top::after{position:absolute;left:0;top:0;content:"";width:100%;border-bottom:2px solid #302e2f}.choices__top::before{position:absolute;left:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f;z-index:-1}.choices__title{font-weight:700;font-size:48px;line-height:120%;font-family:Geologica,sans-serif;text-transform:uppercase}.choices__subtitle{font-weight:400;font-size:36px;color:var(--dark-blue-color)}.choices__list{display:flex;align-items:start;justify-content:space-between;gap:20px;padding:60px 40px;position:relative}.choices__item{max-width:480px;width:100%;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);border:2px solid #302e2f;min-height:250px;background-color:var(--yellow-color)}.choices__item:first-child{background-color:var(--white-blue-color)}.choices__item-title{font-family:Geologica,sans-serif;font-weight:700;font-size:24px;line-height:140%;text-align:center;margin-bottom:39px;padding:24px 24px 0 24px}.choices__item-info{display:flex;align-items:center;gap:40px;padding:0 13.5px 24px 13.5px}.choices__item-info p{font-size:18px;line-height:140%}.choices__item-icon{display:flex;align-items:center;justify-content:center;border:2px solid #302e2f;background-color:#fff;min-width:120px;height:120px;border-radius:100%}.choices__picture1 img{position:absolute;left:-130px;z-index:1;width:750px;height:450px;-o-object-fit:contain;object-fit:contain}.choices__picture2{position:relative;z-index:999999999}.choices__item-wrap{display:flex;flex-direction:column;justify-content:end;align-items:end;gap:60px}.choices .choices__item:first-child .choices__item-icon{background-color:#7fd1f9}.choices .choices__item:last-child .choices__item-icon{background-color:#ff9e00}.choices__text{width:100%;padding:0 40px;padding-bottom:120px}.choices__text p{font-size:36px;text-align:right;color:var(--dark-blue-color)}.about-extra{position:relative}.about-extra::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.about-extra_wrap{position:relative;overflow:hidden;z-index:99999}.about-extra__bg{width:100%;height:100%;padding-bottom:50px;position:relative}.about-extra__bg-track{position:absolute;top:0;left:0;display:flex;width:200%;height:100%;-webkit-animation:scroll-bg 40s linear infinite;animation:scroll-bg 40s linear infinite;z-index:1}@-webkit-keyframes scroll-bg{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes scroll-bg{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.about-extra__container{padding:120px 0 180px 0}.about-extra__wrapper{padding:0 20px}.about-extra__blocks{padding:0 40px;z-index:10;position:relative;border:none}.about-extra__title{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;text-align:center;text-transform:uppercase;margin-bottom:80px}.about-extra__list{display:flex;flex-direction:column;gap:60px}.about-extra__item{display:flex;align-items:center;gap:20px;justify-content:space-between}.about-extra__item-content{display:flex;flex-direction:column;gap:35px;max-width:510px;width:100%}.about-extra__item-content h3{font-family:Geologica,sans-serif;font-weight:700;font-size:24px}.about-extra__item-content-text{display:flex;flex-direction:column;gap:30px}.about-extra__item-content-text p{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:140%}.about-extra__wrap-picture1{position:relative;display:inline-block;background-color:#f5d99d;border:2px solid #302e2f}.about-extra__wrap-picture2{position:relative;display:inline-block;background-color:#dce9f0}.about-extra__wrap-picture3{position:relative;display:inline-block;background-color:#006ca1}.about-extra__wrap-picture4{position:relative;display:inline-block;background-color:#ffc669;border:2px solid #302e2f;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.about-extra__rotate1{position:relative;height:100%;width:100%}.about-extra__rotate1:before{position:absolute;top:-50px;left:25%;content:"";background-size:contain;width:77px;height:80px;z-index:99;background-image:url(../img/main/red-pin.webp)}.about-extra__rotate1:after{position:absolute;right:-65px;bottom:60px;content:"";background-size:contain;width:77px;height:80px;z-index:99;background-repeat:no-repeat;background-image:url(../img/main/green-pin.webp)}.about-extra__rotate2{position:relative}.about-extra__rotate2::before{content:"";position:absolute;bottom:-18px;left:-18px;width:100%;height:100%;background-color:#dce9f0;z-index:-2;border:2px solid #302e2f}.about-extra__rotate2::after{position:absolute;top:-50px;left:25%;content:"";background-size:contain;width:77px;height:80px;z-index:99;background-image:url(../img/main/red-pin.webp)}.about-extra__rotate3{position:relative}.about-extra__rotate3::before{content:"";position:absolute;bottom:-18px;left:18px;width:100%;height:100%;background-color:#006ca1;z-index:-2;border:2px solid #302e2f}.about-extra__rotate3 .paper-clip{position:absolute;top:-25px;left:-15px}.about-extra__rotate3 .paper-clip2{position:absolute;top:-15px;right:-15px}.about-extra__rotate4 .about-extra__pic-rotate{position:relative}.about-extra__rotate4 .paper-clip{position:absolute;bottom:30px;left:-20px;z-index:9;-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}.about-extra__rotate4 .paper-clip2{position:absolute;top:30px;z-index:9;right:-20px}.about-extra__image1{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);z-index:99999}.about-extra__image2{z-index:99999}.about-extra__image3{z-index:99999}.about-extra__image4{z-index:99999;-webkit-transform:rotate(5deg);transform:rotate(5deg)}.about-extra .about-extra__image{display:block;width:100%;height:auto}.about-extra__image{max-width:520px;width:100%}.about-extra .about-extra2__blocks{position:relative}.about-extra .courses__huge{position:relative;padding:0 20px}.about-extra .courses__huge::after{position:absolute;left:0;top:0;bottom:0;content:"";width:100%;border-bottom:2px solid #302e2f}.about-extra .courses__huge::before{position:absolute;left:0;top:0;content:"";width:100%;border-bottom:2px solid #302e2f}.about-extra .courses__huge button{padding:28px 40px;font-family:Geologica,sans-serif;font-weight:600;text-transform:uppercase;background-color:var(--black-color);color:#fff;transition:all .3s ease;font-size:20px;position:relative;width:100%;z-index:9}.about-extra .courses__huge button:hover{background-color:#444243}.about-extra .courses__huge button:active{-webkit-transform:scale(.98);transform:scale(.98);box-shadow:inset 0 2px 4px rgba(0,0,0,.4)}.about-extra .item-right{position:relative;opacity:0;-webkit-transform:translateX(70px);transform:translateX(70px);transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}.about-extra .item-right.active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.about-extra .item-left{position:relative;opacity:0;-webkit-transform:translateX(-70px);transform:translateX(-70px);transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out;transition:opacity .6s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}.about-extra .item-left.active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.logos-social{padding:0 20px;position:relative}.logos-social::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.logos-social__wrapp{padding-top:120px}.logos-social__blocks{padding:0 40px 0 40px;display:flex;justify-content:space-between;gap:20px;padding-bottom:120px;position:relative;padding-top:120px}.logos-social__blocks::after{position:absolute;left:0;bottom:0;border-bottom:2px solid #302e2f;content:"";width:100%}.logos-social__blocks::before{position:absolute;left:0;top:0;border-top:2px solid #302e2f;content:"";width:100%}.logos-social__left{display:flex;flex-direction:column;gap:35px;max-width:430px;width:100%}.logos-social__title{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;text-transform:uppercase}.logos-social__list{border:2px solid #302e2f;background-color:#ededed;padding:12px 40px;max-width:355px;width:100%;display:flex;align-items:center;gap:47px}.logos-social__list a{height:100%}.logos-social__list img{-webkit-user-drag:none;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.logos-social__list img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.logos-social__link{height:100%}.logos-social .slider{max-width:540px;width:100%;display:flex;flex-direction:column;gap:40px}.logos-social .slider-stack{position:relative;width:395px;width:100%;height:400px;margin:auto}.logos-social .slider__wrap{width:395px;height:400px}.logos-social .slider-card{position:absolute;width:395px;height:495px;background:#fff;transition:all .5s ease-in-out;opacity:0;right:0}.logos-social .slider-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.logos-social .slider-controls{display:flex;justify-content:space-between;height:65px;border:2px solid #302e2f;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);margin-top:195px}.logos-social .slider-controls button{width:50%;height:100%;border:none;line-height:0;padding:0;cursor:pointer;transition:all .1s ease}.logos-social .slider-controls button i::before{font-size:35px}.logos-social .slider-controls .slider-prev{background-color:var(--blue-color);-webkit-transform:rotate(180deg);transform:rotate(180deg);border-left:2px solid #302e2f;transition:background-color .3s ease-in-out}.logos-social .slider-controls .slider-prev:hover{background-color:rgba(52,144,237,.7333333333)}.logos-social .slider-controls .slider-next{transition:background-color .3s ease-in-out;background-color:var(--orange-color)}.logos-social .slider-controls .slider-next:hover{background-color:var(--yellow-color)}.logos-social .slider .slide-0{left:100px;top:100px;z-index:6;opacity:1}.logos-social .slider .slide-1{left:80px;top:80px;z-index:5;opacity:1}.logos-social .slider .slide-2{left:60px;top:60px;z-index:4;opacity:1}.logos-social .slider .slide-3{left:40px;top:40px;z-index:3;opacity:1}.logos-social .slider .slide-4{left:20px;top:20px;z-index:2;opacity:1}.logos-social .slider .slide-5{left:0;top:0;z-index:1;opacity:1}.reviews{position:relative;padding:0 20px}.reviews::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.reviews__wrapper{display:flex;flex-direction:column;gap:30px;padding-bottom:40px;position:relative;overflow:hidden}.reviews__wrapper::after{position:absolute;bottom:0;content:"";left:0;border:1px solid #302e2f;width:100%}.reviews__top{display:flex;flex-direction:column;text-align:center;gap:35px;padding:0 40px;padding:120px 0 60px 0}.reviews__title{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-align:center;text-transform:uppercase}.reviews__subtitle{color:var(--dark-blue-color);font-size:36px;text-align:center}.reviews__list{align-items:start;padding-top:60px;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;display:flex;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform;width:100%;align-items:stretch;height:100%}.reviews__item{border:1px solid #302e2f;border-top:2px solid #302e2f;border-bottom:2px solid #302e2f;padding:100px 40px 40px 40px;position:relative;width:100%;flex-shrink:0}.reviews__item strong{font-family:Geologica,sans-serif;font-weight:700;font-size:24px}.reviews__item p{font-size:18px;line-height:140%}.reviews__item .rating{display:flex;align-items:center;gap:20px}.reviews__item .rating img{width:22px;height:22px}.reviews__person{position:absolute;top:-60px;width:120px}.reviews__info{width:100%;display:flex;flex-direction:column;gap:35px;margin-bottom:65px}.reviews .courses__huge{position:relative;padding-bottom:95px}.reviews .courses__huge::after{position:absolute;bottom:0;width:100%;content:"";border-bottom:2px solid #302e2f;left:0}.reviews .courses__huge button{font-family:Geologica,sans-serif;font-weight:600;font-size:20px;padding:0;padding:28px 0}.reviews__controls{max-width:565px;width:100%;display:flex;align-items:center;justify-content:space-between;margin:0 auto;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);background-color:#f9f3ee;height:65px;transition:background-color .3s ease-in-out}.reviews__controls button{width:65px;height:100%;border:none;line-height:0;padding:0;cursor:pointer;transition:all .1s ease}.reviews__controls button i::before{font-size:35px}.reviews__controls .reviews__prev{-webkit-transform:rotate(180deg);transform:rotate(180deg);background-color:var(--blue-color);border-right:2px #302e2f;border:2px solid #302e2f;transition:background-color .3s ease-in-out;min-width:65px}.reviews__controls .reviews__prev:hover{background-color:var(--dark-blue-color)}.reviews__controls .reviews__next{background-color:#fee800;transition:background-color .3s ease-in-out;border-right:2px #302e2f;border:2px solid #302e2f;min-width:65px}.reviews__controls .reviews__next:hover{background-color:var(--yellow-color)}.reviews__counter{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-align:center;text-transform:uppercase;border:2px solid #302e2f;width:100%;border-left:none;border-right:none;height:100%;display:flex;align-items:center;justify-content:center}.reach-us{position:relative;padding:0 20px}.reach-us::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.reach-us__blocks{padding-bottom:60px}.reach-us__top{padding:120px 40px 36px 40px;text-align:center}.reach-us__title{font-weight:700;font-size:48px;line-height:120%;font-family:Geologica,sans-serif;text-transform:uppercase}.reach-us__info{display:flex;width:100%;max-height:100%}.reach-us__info-title{font-family:Geologica,sans-serif;font-weight:700;font-size:24px;margin-bottom:24px}.reach-us__info-top{display:flex;width:100%;align-items:center}.reach-us__info-top .dnipro{border:2px solid #302e2f;border-style:solid;border-color:#302e2f;text-align:center;border-left:none}.reach-us__info-top .kyiv{border:2px solid #302e2f;border-left:none}.reach-us__info-top button{flex:1;padding:12.5px 0;text-align:center;width:100%;font-family:Geologica,sans-serif;font-size:36px;font-weight:700;background-color:var(--yellow-color)}.reach-us__info-top button.active{background-color:var(--orange-color)}.reach-us .location-grades{white-space:nowrap}.reach-us__info-block{display:flex;flex-direction:column;background-color:#f9f3ee;width:50%}.reach-us iframe{width:100%;height:100%}.reach-us__map{border:2px solid #302e2f;width:50%}.reach-us__map iframe{display:none;height:100%}.reach-us__map iframe.active{display:block}.reach-us__map img{width:100%}.reach-us__info-list{display:none}.reach-us__info-list.active{display:block}.reach-us__info-item{padding:36px 10px 12px 24px;position:relative;border-bottom:2px solid #302e2f}.reach-us .location-item{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-left:10px}.reach-us .location-row{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:18px}.reach-us .courses__huge{padding:0}.reach-us .courses__huge-blocks{padding-bottom:50px}.reach-us .courses__huge button{font-family:Geologica,sans-serif;font-weight:600;font-size:20px;text-transform:uppercase;padding:0;padding:28px 40px}.faq_wrap{position:relative}.faq__bg{position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:9}.faq__blocks{padding:120px 38px 200px 38px;position:relative;z-index:9}.faq__title{font-family:Geologica,sans-serif;font-weight:700;font-size:48px;line-height:120%;text-transform:uppercase;text-align:center;margin-bottom:38px}.faq-list{max-width:980px;width:100%;display:flex;flex-direction:column;margin:0 auto;justify-content:center;gap:25px}.faq-item{border:2px solid #302e2f;background-color:var(--white-color);padding:0 40px;box-shadow:4px 4px 0 0 rgba(0,0,0,.2509803922);overflow:hidden;transition:all .2s ease-in-out}.faq-item.active .faq-answer{max-height:800px}.faq-item:hover .icon-plus{background-color:var(--orange-color)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;padding:24px 0;text-align:left}.faq-question p{font-family:Geologica,sans-serif;font-weight:700;font-size:24px}.faq-question i{transition:all .2s ease-in-out;font-size:25px;line-height:0}.faq-question .icon-plus{min-width:56px;height:56px;border:2px solid var(--black-color);border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1}.faq-question .icon-plus i._icon-hidden{opacity:0;pointer-events:none;position:absolute}.faq-question .icon-plus{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.faq-answer p{padding:15px 0 24px 0}.retreat-padding{background-color:var(--white-blue-color);padding:0 20px}.retreat-padding__blocks{padding-top:120px}.retreat2{position:relative;padding:0 20px}.retreat2::after{position:absolute;top:0;left:0;content:"";background-image:url(../img/main/bg-squrle.webp);width:100%;height:100%;z-index:-1}.retreat2__blocks{padding-top:120px}@media (min-width:768px){.reviews__item{flex:0 0 50%}}@media (min-width:1024px){.reviews__item{flex:0 0 33.33%;min-width:33.33%;padding:80px 40px 20px 40px}}@media (max-width:1200px){.header__blocks{padding:12px 18px;gap:20px}.header .logo{min-width:90px;width:90px}.header__info-btn{padding:8px 24px;background-color:var(--orange-color);border:2px solid #302e2f;box-shadow:none}.header__info-btn span{display:none}.header .numbers__number{font-size:16px}.menu__link{font-size:16px}.footer__blocks{padding:24px 10px;gap:20px}.footer__blocks .logo{min-width:76px;width:76px}.footer .menu-below__link{font-size:16px}.footer__info i::before,.footer__info span{font-size:16px}.footer__social{justify-content:start;margin-left:10px}.footer__social__list{gap:25px}.footer .header__info-btn{width:240px;color:var(--white-color)}.footer .header__info-btn span{color:var(--white-color)}.footer__mobile__blocks .logo{min-width:76px;width:76px}.footer__mobile-below i::before,.footer__mobile-below span{font-size:16px}.main::after{background-size:contain}.main__blocks{padding:0 20px;padding-top:100px}.main__top{padding:0 20px;padding-bottom:30px}.main__top-wrap{gap:12px}.main__top-title{font-size:35px}.main__top-subtitle{gap:16px;font-size:25px}.main__top-prefer-info{gap:8px}.main__top-prefer-info__title{font-size:20px}.main .intro-text__block .second{margin-right:0}input::-webkit-input-placeholder{font-size:16px}input:-ms-input-placeholder{font-size:16px}input::-ms-input-placeholder{font-size:16px}input::placeholder{font-size:16px}.study-room{padding:0 20px}.study-room__blocks{padding:40px 0;gap:35px}.logos-school-promo::after{background-size:contain}.logos-school-promo__wrapper{height:550px}.logos-school-promo__blocks{padding:24px 12px 0 12px}.logos-school-promo__title{font-size:35px;z-index:999;position:relative}.courses__top{padding:40px 0 20px 0;gap:12px}.courses__top::after{display:none}.courses__title{font-size:35px;padding:0 3px}.courses__subtitle{font-size:25px}.courses__definition{padding:20px 0}.courses__definition-descript{font-family:Geologica,sans-serif;font-weight:400;font-size:20px;line-height:140%;text-align:center}.courses__definition-descript strong{font-weight:700}.courses__huge{padding:20px 0 40px 0}.courses__huge button{font-family:Geologica,sans-serif;font-weight:700;font-size:16px;line-height:150%;background-color:#ff9e00;border:2px solid #302e2f;padding:8px 20px}.skills-program{padding:40px 20px}.skills-program::after{display:none}.skills-program__block{padding:8px 16px;gap:16px}.skills-program__icon{width:60px;min-width:64px;height:64px}.skills-program__name{font-family:NunitoSans,sans-serif;font-weight:400;font-size:16px}.journey__blocks{padding:20px 20px 40px 20px}.journey-left{gap:15px}.journey-left__list{gap:15px}.journey-left__list li{font-size:20px}.journey__title{font-size:35px}.journey-right{max-width:450px;width:100%;justify-content:end;align-items:end}.journey-right .controls{height:40px;max-width:400px;width:100%;align-items:end;justify-content:end}.journey-right .controls .prev{min-width:40px}.journey-right .controls .next{min-width:40px}.journey-right .controls i::before{font-size:20px}.journey-right .controls button{width:40px}.journey-right .controls .counter{font-size:30px}.journey .card-stack{max-width:360px;height:200px}.journey .card{max-width:360px;height:245px}.welcome__block{padding:22px 0}.welcome__block .welcome__marquee-track p{font-size:25px;font-family:NunitoSans,sans-serif;font-weight:400}.education-benefits::after{background-size:contain}.education-benefits .retreat-first{padding:40px 20px 30px 20px}.education-benefits__title{font-size:35px;padding:0 3px;z-index:99}.education-benefits .first-info{max-width:500px}.education-benefits .second-info{max-width:500px;width:100%}.education-benefits .second-info .education-benefits__title::before{width:150px;height:150px;right:-80px;bottom:70px}.education-benefits .second-info .education-benefits__title{text-align:right}.education-benefits .retreat-block-2{padding:80px 20px 60px 20px}.education-benefits .retreat-block-2::after{width:120px;height:137px;left:-88px;top:30px}.education-benefits .retreat-block-2::before{width:150px;height:190px;right:-90px}.education-benefits .retreat-block-3{padding:40px 20px}.education-benefits .retreat-block-4{padding:40px 20px}.education-benefits__list{gap:12px;font-size:20px;max-width:450px;width:100%;margin:0 0 0 auto}.education-benefits__picture-2{width:430px;height:600px;bottom:-10px}.education-benefits .courses__huge button{font-family:Geologica,sans-serif;font-weight:700;font-size:16px;line-height:150%;background-color:#ff9e00;border:2px solid #302e2f;padding:8px 20px}.education-benefits .retreat-first::after{display:none}.choices{overflow:hidden}.choices .big-decor{height:122px;width:300px;left:-85px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.choices .mobile-big-decor-01{display:block}.choices .small-decor{display:none}.choices .pc-decor-splash{width:75px;height:85px;right:auto;left:-20px;bottom:auto;top:0}.choices .pc-decor-splash-orange{display:none}.choices::after{background-size:contain}.choices__blocks{padding-top:80px}.choices__blocks .mobile-big-decor-top{position:absolute;top:-140px;display:block;width:313px;height:100px;right:-150px;z-index:1}.choices__blocks .mobile-big-decor-top img{-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}.choices__top{padding:0;gap:12px}.choices__top .star-yellow-big{display:none}.choices__top .star-yellow-small{display:none}.choices__top::after{display:none}.choices__top::before{display:none}.choices__title{font-size:35px;padding:0 3px}.choices__subtitle{font-size:25px}.choices__list{padding:0 20px 30px 20px;flex-direction:column}.choices__item-title{font-size:20px;margin-bottom:20px}.choices__item-info p{font-size:16px}.choices__item-info p br{display:none}.choices__picture1 img{position:relative;width:400px;height:290px;left:-70px}.choices__picture2{width:350px}.choices__item-wrap{gap:40px;width:100%}.choices__item-wrap:first-child{flex-direction:column-reverse;align-items:start;justify-content:start}.choices__text{padding:0 20px;padding-top:0;padding-bottom:40px;display:flex;justify-content:center;margin:0 auto}.choices__text p{font-size:20px}.about-extra::after{background-size:contain}.about-extra__bg{padding-bottom:30px}.about-extra__container{padding:60px 0 100px 0}.about-extra__blocks{padding:0 20px}.about-extra__title{font-size:35px;padding:0 3px;margin-bottom:40px}.about-extra__list{gap:40px}.about-extra__item-content h3{font-size:20px;margin-top:20px}.about-extra__item-content-text p{font-size:18px}.about-extra__image{width:100%;max-width:480px}.about-extra .courses__huge button{font-family:Geologica,sans-serif;font-weight:700;font-size:16px;line-height:150%;background-color:#ff9e00;padding:8px 20px}.logos-social::after{background-size:contain}.logos-social__wrapp{padding-top:40px}.logos-social__blocks{padding:40px 20px}.logos-social__left{max-width:320px;gap:20px}.logos-social__title{font-size:35px;padding:0 3px}.logos-social__list{max-width:320px;gap:30px}.logos-social .slider{gap:0;justify-content:start;align-items:start}.logos-social .slider-stack{width:300px}.logos-social .slider__wrap{width:300px}.logos-social .slider-card{width:350px;height:400px}.logos-social .slider-controls{margin-top:130px;width:100%;height:40px}.logos-social .slider-controls button i::before{font-size:25px}.reviews::after{background-size:contain}.reviews__top{padding:40px 0 40px 0;gap:12px}.reviews__title{font-size:35px;padding:0 3px;z-index:99}.reviews__subtitle{font-size:25px}.reviews__item strong{font-size:20px}.reviews__item p{font-size:16px}.reviews__info{gap:20px;margin-bottom:50px}.reviews .courses__huge{padding-bottom:0}.reviews .courses__huge button{padding:8px 16px}.reviews__controls{height:40px}.reviews__controls button i::before{font-size:25px}.reviews__controls .reviews__prev{min-width:40px}.reviews__controls .reviews__next{min-width:40px}.reviews__counter{font-size:30px}.reach-us::after{background-size:contain}.reach-us__blocks{padding-bottom:40px}.reach-us__top{padding:40px 40px 20px 40px}.reach-us__title{font-size:35px;padding:0 3px}.reach-us__info-title{font-size:20px;margin-bottom:12px}.reach-us__info-top button{font-size:20px}.reach-us__info-item{padding:12px 8px}.reach-us .location-row{font-size:16px}.reach-us .courses__huge button{font-family:Geologica,sans-serif;font-weight:700;font-size:16px;line-height:150%;background-color:#ff9e00;border:2px solid #302e2f;padding:8px 16px}.retreat-padding__blocks{padding-top:40px}.retreat2::after{background-size:contain}.retreat2__blocks{padding-top:40px}}@media (max-width:1135px){.main .intro-text__picture{width:350px;height:420px;left:0}.main .intro-text__block .first{font-size:14px;width:275px}.main .intro-text__block .second{font-size:14px;width:250px}}@media (max-width:1100px){.skills-program__blocks{grid-template-columns:repeat(1,1fr);gap:16px;justify-items:center;max-width:100%}.skills-program__list{gap:16px}.skills-program__list:last-child{flex-direction:column-reverse}}@media (max-width:992px){.header::after{display:none}.header .menu-drop{position:fixed;top:69px;right:-100%;width:100%;height:100vh;background:#f9f3ee;transition:right .7s ease;z-index:999999;display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center}.header .menu-drop .menu__list{display:flex;flex-direction:column;text-align:center;gap:20px}.header .menu-drop .numbers{position:relative;display:flex;align-items:center;justify-content:center;margin-right:0}.header .menu-drop .numbers__toggle{position:relative}.header .menu-drop .numbers__dropdown{position:absolute;right:0;left:0;-webkit-transform:translateX(0);transform:translateX(0);min-width:180px;box-shadow:none}.header .menu-drop.visible{right:0}.header .mobile-flex{display:block}.header .mobile-none{display:none}.header__info{gap:23px}.menu__link{font-size:18px}#nav-icon3{width:40px;height:25px;position:relative;-webkit-transform:rotate(0);transform:rotate(0);transition:.5s ease-in-out;cursor:pointer}#nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:var(--black-color);border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0);transform:rotate(0);transition:.25s ease-in-out}.footer__desctop{display:none}.footer__mobile{display:block}.pop-up .form{width:380px}.main__container .main-star01{width:64px;height:64px;left:-31px;top:305px}.main__container .main-star02{width:40px;height:40px;right:13px;top:105px}.main__blocks{padding:0 0;padding-top:100px}.main .show-mobile{display:block;margin-bottom:50px;margin-top:20px}.main__top .none-mobile{display:none}.main__top-title{font-size:32px;line-height:120%}.main__top-subtitle{color:var(--black-color);font-family:Geologica,sans-serif;font-weight:700;font-size:20px}.main__top-prefer .pointer{height:65px;width:65px;left:20px;top:-45px}.main__top-prefer-info{width:auto}.main__top-prefer-info{text-align:right}.main__top-prefer-info__subtitle{text-align:right;font-size:16px;line-height:140%}.main__below-wrap{flex-direction:column;align-items:center;gap:0}.main__below:first-child{padding:0 20px}.main__below:last-child{padding:0 20px}.main .intro-text{height:340px;padding:20px;width:100%}.main .intro-text__picture{width:258px;height:306px;left:0}.main .intro-text .block-mobile{display:block}.main .intro-text__block{display:none}.form{padding:24px 20px}.form-choose-text{font-size:16px}.custom-checkboxes{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:5px}.custom-checkboxes{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:5px}.study-room__blocks{flex-direction:column}.study-room__block{gap:12px;padding:0 18px;max-width:580px;width:100%}.study-room__title{font-size:20px}.study-room__descript{font-size:16px}.logos-school-promo__container .heart-left1{width:50px;height:42px;left:auto;top:17%;right:-20px}.logos-school-promo__container .heart-left2{width:43px;height:40px;left:auto;top:50%;right:-10px}.logos-school-promo__container .heart-right3{width:50px;height:42px;z-index:99;right:13px;top:30%}.logos-school-promo__wrapper{height:100%}.logos-school-promo__blocks{padding-bottom:0}.logos-school-promo .promo-picture{position:relative;right:auto;bottom:auto;margin:0 auto 0;height:500px;max-width:600px;width:100%;display:block;padding-top:80px}.logos-school-promo__title{font-size:32px}.logos-school-promo__btn{width:100%;max-width:100%;margin-top:0;padding:0}.logos-school-promo button{position:absolute;left:0;max-width:100%;margin-top:20px}.logos-school-promo .arrow-promo{left:35px;bottom:-100px;-webkit-transform:translateY(0);transform:translateY(0)}.logos-school-promo .arrow-promo img{-webkit-transform:rotate(80deg) translateX(0);transform:rotate(80deg) translateX(0);height:35px;width:35px}.courses__title{font-size:32px}.journey__blocks{flex-direction:column;gap:35px}.journey-left{max-width:100%;width:100%}.journey-left__list li{font-size:16px;font-family:NunitoSans,sans-serif;font-weight:400}.journey__title{font-size:32px}.journey-right{display:flex;justify-content:center;margin:0 auto;width:100%}.journey-right .controls .counter{font-size:20px}.welcome__block .welcome__marquee-track p{font-size:14px}.education-benefits__blocks{padding-top:50px}.education-benefits .retreat-first{display:flex;flex-direction:column}.education-benefits__title{font-size:32px}.education-benefits .retreat-block-2{padding:40px 20px 30px 20px}.education-benefits .retreat-block-3{flex-direction:column;gap:60px;align-items:start}.education-benefits .retreat-block-4{flex-direction:column-reverse;gap:60px;margin:0 auto 0 0;align-items:start}.education-benefits__list{font-size:16px;max-width:100%}.education-benefits__picture{max-width:350px;margin:0 0 0 auto}.education-benefits__picture .robot-picture{width:120px;height:117px;bottom:-50px}.education-benefits__picture .portal-picture{width:240px;height:240px;right:0;left:50%;-webkit-transform:translateX(-40%);transform:translateX(-40%);top:-30px}.education-benefits__picture .arrow-red{width:38px;height:26px;left:0;top:50px}.education-benefits__picture .arrow-red img{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.education-benefits__picture .arrow-red2{width:32px;height:20px;left:-30px;top:80px}.education-benefits__picture-2{width:290px;height:390px;bottom:-5px;left:-50px}.education-benefits__picture-3{max-width:350px;margin-right:0;margin:0 auto}.education-benefits__picture-4{max-width:350px;margin-right:0;margin:0 auto}.choices__title{font-size:32px}.choices__subtitle{font-size:20px}.choices__list{flex-direction:column;align-items:start;gap:0;justify-items:center}.choices__item{min-height:auto}.choices__item-info{gap:15px}.choices__item-icon{min-width:64px;height:64px}.choices__item-icon img{width:35px;height:40px}.about-extra__title{font-size:32px}.about-extra__item{flex-direction:column;gap:0}.about-extra__item:nth-child(odd){flex-direction:column-reverse}.about-extra__item-content{gap:12px}.about-extra__item-content-text{gap:16px}.about-extra__item-content-text p{font-size:16px}.about-extra__wrap-picture2{border:2px solid #302e2f}.about-extra__wrap-picture3{border:2px solid #302e2f}.about-extra__wrap-picture4{-webkit-transform:rotate(-2deg);transform:rotate(-2deg);background-color:#dce9f0}.about-extra__rotate1:before{width:45px;height:50px;top:-30px;right:30px}.about-extra__rotate1:after{width:45px;height:50px;bottom:60px;right:-35px}.about-extra__rotate2::after{width:45px;height:50px;top:-35px;right:30px;-webkit-transform:rotate(10deg);transform:rotate(10deg)}.about-extra__rotate2::before{content:"";position:absolute;left:auto;right:-30px;bottom:60px;width:45px;height:50px;z-index:99;background-repeat:no-repeat;background-size:contain;background-image:url(../img/main/green-pin.webp);background-color:rgba(0,0,0,0);border:none}.about-extra__rotate3 .paper-clip{width:45px;height:50px;display:none}.about-extra__rotate3 .paper-clip2{display:none}.about-extra__rotate3::before{top:-30px;left:25%;width:45px;height:50px;background-color:rgba(0,0,0,0);background-image:url(../img/main/red-pin.webp);background-repeat:no-repeat;background-size:contain;border:none;bottom:auto;z-index:99}.about-extra__rotate3::after{content:"";position:absolute;right:-35px;bottom:60px;width:45px;height:50px;background-image:url(../img/main/green-pin.webp);background-repeat:no-repeat;background-size:contain;z-index:99}.about-extra__rotate4 .about-extra__pic-rotate:before{position:absolute;top:-50px;left:25%;content:"";background-size:contain;width:77px;height:80px;z-index:99;background-image:url(../img/main/red-pin.webp);-webkit-transform:rotate(10deg);transform:rotate(10deg)}.about-extra__rotate4 .about-extra__pic-rotate:after{position:absolute;right:-65px;bottom:60px;content:"";background-size:contain;width:77px;height:80px;z-index:99;background-repeat:no-repeat;-webkit-transform:rotate(10deg);transform:rotate(10deg);background-image:url(../img/main/green-pin.webp)}.about-extra__rotate4 .paper-clip{display:none}.about-extra__rotate4 .paper-clip2{display:none}.about-extra__image2{-webkit-transform:rotate(5deg);transform:rotate(5deg)}.about-extra__image3{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.about-extra__image4{-webkit-transform:rotate(3deg);transform:rotate(3deg)}.about-extra__image{width:100%;max-width:340px}.logos-social__blocks{flex-direction:column;align-items:start;gap:35px}.logos-social__title{font-size:32px}.logos-social .slider{margin:0 auto}.reviews__title{font-size:32px}.reviews__subtitle{font-size:20px}.reviews__counter{font-size:20px}.reach-us__title{font-size:32px}.reach-us__info{flex-direction:column-reverse;padding-top:20px}.reach-us__info-top button{font-size:16px}.reach-us__info-block{width:100%}.reach-us__map{width:100%;height:360px}}@media (max-width:992px)and (max-width:400px){.header .menu-drop{top:66px}#nav-icon3{width:35px}}@media (max-width:992px)and (max-width:375px){.header .menu-drop{top:58px}#nav-icon3{height:20px}}@media (max-width:992px)and (max-width:992px){.about-extra__rotate4 .about-extra__pic-rotate:before{width:45px;height:50px;top:-30px;right:30px}.about-extra__rotate4 .about-extra__pic-rotate:after{width:45px;height:50px;bottom:60px;right:-25px}}@media (max-width:756px){.courses__definition-descript br{display:none}.education-benefits__picture-2{width:200px;height:300px;bottom:-5px;left:-50px}}@media (max-width:700px){.logos-school-promo .promo-picture{height:350px;max-width:360px}}@media (max-width:640px){.education-benefits .retreat-block-2 .education-benefits__list{width:172px}.education-benefits__picture-2{width:240px;height:340px;bottom:-5px;left:-50px}}@media (max-width:576px){.main__top-prefer .pointer{width:45px;height:45px;left:40px;-webkit-transform:rotate(40deg);transform:rotate(40deg)}.courses__subtitle{font-size:20px}.skills-program__block{width:360px}.journey__blocks{padding:20px 0 40px 0}.journey-right{max-width:360px;width:100%}.journey-right .controls{width:360px}.journey .card-stack{height:170px}.journey .pos-0{top:0;left:0}.journey .pos-1{top:0;left:0}.journey .pos-2{top:0;left:0}.welcome__block .welcome__marquee-track{gap:30px}.education-benefits .second-info{max-width:322px;width:100%}.education-benefits__picture{max-width:260px}.education-benefits__picture .dog-picture{width:200px;height:180px;left:-95px;bottom:20px}.education-benefits__picture-3::after{width:45px;height:50px;top:-30px;left:30px}.education-benefits__picture-3::before{position:absolute;top:10px;left:12px}.education-benefits__picture-3{max-width:320px;width:100%;height:auto;margin-right:10px}.education-benefits__picture-4::after{width:45px;height:50px;top:-30px;right:30px}.education-benefits__picture-4::before{position:absolute;top:10px;left:12px}.education-benefits__picture-4{max-width:320px;width:100%;height:auto;margin-right:10px}.choices__blocks .mobile-big-decor-top{position:absolute;top:-120px;display:block;width:200px;height:100px;right:-80px;z-index:1}.choices__blocks .mobile-big-decor-top img{-webkit-transform:rotate(-70deg);transform:rotate(-70deg)}.choices__picture1 img{width:300px;min-height:190px;height:190px}.choices__picture2{width:245px;height:275px}.about-extra__bg{flex-shrink:0}.about-extra__item-content h3 br{display:none}.logos-social .slider{max-width:350px}.logos-social .slider-stack{width:auto;height:310px}.logos-social .slider-card{width:257px;height:320px}.logos-social .slider .slide-0{left:65px;top:65px}.logos-social .slider .slide-1{left:55px;top:55px}.logos-social .slider .slide-2{left:45px;top:45px}.logos-social .slider .slide-3{left:35px;top:35px}.logos-social .slider .slide-4{left:25px;top:25px}.logos-social .slider .slide-5{left:15px;top:15px}.reach-us .short-text{width:130px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}}@media (max-width:576px)and (max-width:1200px){.journey-left{padding:0 20px 0 20px}}@media (max-width:480px){.main .intro-text__picture{width:208px;height:256px;left:0}.form{max-width:320px}}@media (max-width:460px){.skills-program__block{width:320px}}@media (max-width:425px){.journey-left__item br{display:none}.choices .big-decor{width:250px;left:-75px;top:58%}.choices .mobile-decor-splash-left{position:absolute;width:75px;height:85px;right:auto;left:-20px;bottom:auto;top:650px;display:block}.choices .mobile-decor-splash-left img{-webkit-transform:rotate(230deg);transform:rotate(230deg)}.choices .mobile-decor-splash-right{position:absolute;display:block;width:75px;height:85px;right:-25px;top:580px}.choices .mobile-decor-splash-right img{-webkit-transform:rotate(230deg);transform:rotate(230deg)}.choices__picture2{height:255px}.choices__picture2 img{margin-top:-20px;margin-left:20px}.about-extra__item-content-text br{display:none}}@media (max-width:420px){.form{padding:40px 10px 15px 10px}}@media (max-width:400px){.header__info{gap:10px}.header__info-btn{font-size:14px;padding:14px 15px}.footer__mobile-below{gap:10px!important}.main__container .main-star02{width:40px;height:40px;right:13px;top:90px}.logos-school-promo .promo-picture{height:290px;max-width:270px}.skills-program__blocks{max-width:100%}.skills-program__block{width:100%}.journey-right .controls{width:100%}.education-benefits .second-info .education-benefits__title::before{width:100px;height:100px;right:-50px;bottom:130px}.education-benefits__item br{display:none}.education-benefits__picture-2{width:200px;height:300px;bottom:-5px;left:-60px}.logos-social .slider{max-width:100%}.logos-social .slider-controls{margin-top:80px}.logos-social .slider .slide-0{left:45px;top:45px}.logos-social .slider .slide-1{left:35px;top:35px}.logos-social .slider .slide-2{left:25px;top:25px}.logos-social .slider .slide-3{left:15px;top:15px}.logos-social .slider .slide-4{left:5px;top:5px}}@media (max-width:390px){.skills-program__name br{display:none}}@media (max-width:385px){.footer__mobile-menu .menu-below__list{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.footer__mobile-menu .menu-below__link{font-size:14px!important}}@media (max-width:375px){.header .none-mobile-375{display:none}.header .block-mobile-375{display:block}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:8px}#nav-icon3 span:nth-child(4){top:16px}.footer__mobile .footer__social__list{gap:10px}.main .show-mobile{font-size:13px;padding-right:0;padding-left:0}.main__top-title{font-size:26px;line-height:120%}input::-webkit-input-placeholder{font-size:14px}input:-ms-input-placeholder{font-size:14px}input::-ms-input-placeholder{font-size:14px}input::placeholder{font-size:14px}.wpcf7-form-control.wpcf7-submit.form-btn{font-size:14px}.courses__huge button{font-size:14px}.skills-program__block{padding:8px}.journey .card-stack{height:150px}.journey .card{height:230px}.education-benefits__picture{max-width:220px}.education-benefits__picture .robot-picture{right:25px}.education-benefits__picture .portal-picture{width:200px;height:200px;top:-20px}.education-benefits__picture .arrow-red{top:20px}.education-benefits__picture .arrow-red2{top:40px;left:-30px}.education-benefits .courses__huge button{font-size:14px;padding:8px 8px}.choices .mobile-big-decor-01{width:200px;right:-60px;top:270px}.about-extra .courses__huge button{font-size:14px}.reviews .courses__huge button{font-size:14px}.reach-us__top{padding:40px 20px 20px 20px}.reach-us .location-item{margin-left:0}.reach-us .courses__huge button{font-size:14px}}@media (max-width:370px){.logos-social .slider-stack{margin:0 auto;display:flex;justify-content:center;align-items:center;width:100%}.logos-social .slider-card{width:200px;height:270px}.logos-social .slider-controls{margin-top:30px}}@media (max-width:360px){.main__top-prefer-info__subtitle{font-size:14px}.main .intro-text__picture{width:180px;height:220px;left:0}.main__below .form{padding:30px 20px;gap:20px;max-width:280px;width:100%;padding:20px 10px}.main__below .form input{padding:8.5px 7px}.main__below .form .form-choose-text{font-size:14px}.main__below .form .form__inputs p{gap:0}.main__below .form .wpcf7-form-control.wpcf7-submit.form-btn{font-size:12px}.main__below .form .wpcf7-list-item-label{font-size:16px}.form{padding:30px 20px;gap:20px;max-width:280px;width:100%;padding:20px 10px}.form input{padding:8.5px 7px}.form .form-choose-text{font-size:14px}.form .form__inputs p{gap:0}.form .wpcf7-form-control.wpcf7-checkbox{display:flex;gap:15px;flex-wrap:wrap}.education-benefits__item strong br{display:none}}@media (max-width:350px){.footer__mobile-below{flex-direction:column;align-items:start}.pop-up .form{width:330px}.form{gap:20px;width:280px}.education-benefits__picture-2{left:-60px;width:170px;height:270px}}@media (max-width:340px){.logos-social .slider-card{width:240px;margin:0 auto;justify-content:center}}