@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');._cnt{max-width:140rem;padding-inline:2rem;margin:0 auto;-webkit-box-sizing:content-box;box-sizing:content-box}.visual-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.expert__photo img,.footer__socials-item img,.promo__img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}*,::after,::before{padding:0;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{height:100%;font-size:62.5%}body{min-height:100%;font-family:Montserrat,sans-serif;font-size:1.8rem;line-height:1.2;color:#070707}body ::-moz-selection{color:#000;background:rgba(108,187,195,.8)}body ::selection{color:#000;background:rgba(108,187,195,.8)}a,a:visited{text-decoration:none}a:hover,button:hover{cursor:pointer}button,input,textarea{font-family:Montserrat,sans-serif}li,ol,ul{list-style-position:inside}li[class],ol[class],ul[class]{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}img{vertical-align:top}body.lock{overflow:hidden}.wrapper{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.wrapper.blurred{position:relative;padding:0}.wrapper.blurred::after{content:"";position:fixed;width:100%;height:100%;z-index:50;background:rgba(74,74,74,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transition:.3s;transition:.3s}main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}h1{font-size:clamp(2.8rem,4vw,4.4rem);font-weight:600}h2{font-size:clamp(2.2rem,3.6vw,3.4rem);font-weight:600;letter-spacing:2px;margin-bottom:6rem}h3{font-size:clamp(2rem,3vw,3rem);font-weight:500}.title-decor{position:relative;z-index:2;padding-left:2rem}.title-decor::before{content:"";position:absolute;width:5rem;height:5rem;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:rgba(108,187,195,.2);border-radius:50%;z-index:-1}.about-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.about-item__img{text-align:center}.about-item__img img,.about-item__img svg{max-width:16rem;max-height:16rem}.about-item__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border:1px solid #6cbbc3;border-radius:.4rem;padding:2rem}.about-item__title{font-size:2.2rem;font-weight:500;text-align:center;margin-bottom:2rem}.about-item__text>:not(:last-child){margin-bottom:1rem}.about-item__text ul li:not(:last-child){margin-bottom:.5rem}.about-item__text ul li::marker{color:#98b3b5}.course{border-radius:1.6rem;-webkit-box-shadow:0 0 1.8rem .4rem #f0f0f0;box-shadow:0 0 1.8rem .4rem #f0f0f0;padding:4rem 2rem}.course__title{text-align:center;color:#6cbbc3;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#6cbbc3;margin-bottom:3rem}.course__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;gap:4rem}.course__info{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;line-height:1.4}.course__info>:not(:last-child){margin-bottom:2rem}.course__info ul,.course__info ul li{list-style:none}.course__info ul li::before{content:"⚈";color:#98b3b5;display:inline-block;width:2rem}.course__info .list-title,.course__info li:not(:last-child){margin-bottom:.8rem}.course__widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem}.course__widgets>*,.course__widgets>*>div{min-width:28rem!important;margin:0!important}.expert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.expert__photo{max-width:28rem}.expert__photo img{border-radius:50%;aspect-ratio:16/16;-o-object-position:top;object-position:top;overflow:hidden}.expert__info{text-align:center}.expert__name{font-size:2rem;font-weight:500;margin-bottom:1.5rem}.expert__about>:not(:last-child){margin-bottom:.3em}.spoiler:not(:last-child){margin-bottom:2rem}.spoiler__title{font-size:2rem;border:1px solid #6cbbc3;border-radius:.8rem;cursor:pointer;padding:1rem 5rem 1rem 1rem;position:relative}.spoiler__title::after{content:"";position:absolute;width:2.4rem;height:2.4rem;top:50%;right:1rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(../img/cross.svg) center/cover no-repeat;-webkit-transition:.3s;transition:.3s}.spoiler__title.active::after{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.spoiler__text{display:none;padding:1rem;margin-top:.5rem}.spoiler__text>:not(:last-child){margin-bottom:1rem}.header{position:relative;z-index:99}.header__container{padding-block:2rem}.header__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem;gap:calc(2rem + 3vw)}.header__menu-link{display:block;font-size:1.6rem;color:#070707;-webkit-transition:.3s;transition:.3s;padding:.5rem}.header__burger{display:none}.promo__container{padding-top:2rem;padding-bottom:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem}.promo__info{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding-block:clamp(2rem,3%,8rem)}.promo__subtitle{font-size:2.4rem;font-size:clamp(2rem,2vw,2.4rem);font-weight:400;margin-bottom:2rem}.promo__title{color:#98b3b5;margin-bottom:4rem;margin-bottom:clamp(2rem,2vw,4rem)}.promo__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:1.8rem;font-weight:600;line-height:100%;letter-spacing:.05em;color:#fff;background-color:#6cbbc3;border:1px solid transparent;border-radius:.4rem;-webkit-transition:.5s;transition:.5s;cursor:pointer;padding:1.5rem}.promo__btn:active{scale:.98}.promo__img{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;border-radius:.4rem;overflow:hidden}.about{background:#effbfb}.about__container{padding-top:8rem;padding-bottom:8rem;margin-bottom:0}.about__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8rem 2rem}.about__item{-webkit-box-flex:0;-ms-flex:0 1 calc(33.333% - 3rem);flex:0 1 calc(33.333% - 3rem);min-width:28rem}.courses__container{padding-top:8rem;padding-bottom:8rem;margin-bottom:0}.courses__item:not(:last-child){margin-bottom:10rem}.experts{background-color:#effbfb}.experts__container{padding-top:8rem;padding-bottom:8rem;margin-bottom:0}.experts__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6rem 3rem}.experts__item{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:25rem}.faq__container{padding-top:8rem;padding-bottom:8rem;margin-bottom:0}.footer{background:#effbfb}.footer__container{padding-top:3rem;padding-bottom:1rem;margin-bottom:0;font-size:1.6rem}.footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.footer__contacts{font-style:normal}.footer__contacts-item{display:block}.footer__contacts-item:not(:last-child){margin-bottom:.8rem}.footer__contacts-item a{color:#6cbbc3;-webkit-transition:.3s;transition:.3s}.footer__contacts-legal{opacity:.8}.footer__socials-title{font-size:2.2rem;text-align:center;margin-bottom:3rem}.footer__socials-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}.footer__socials-item{width:4rem;height:4rem;-webkit-transition:.3s;transition:.3s}.footer__docs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.2rem;margin-top:2rem}.footer__docs a{color:#070707;-webkit-transition:.3s;transition:.3s}@media (max-width:991.98px){.about__item{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 3rem);flex:0 1 calc(50% - 3rem)}}@media (max-width:768.98px){h2{margin-bottom:4rem}.title-decor::before{width:4rem;height:4rem}.about-item{gap:1rem}.course__title{margin-bottom:2rem}.course__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}.expert__photo{max-width:15rem}.expert__name{font-size:1.8rem;margin-bottom:1rem}.spoiler__title{font-size:1.8rem}.spoiler__title::after{width:2.5rem;height:2.5rem}.spoiler__text>:not(:last-child){margin-bottom:.5rem}.header{position:fixed;width:100%;top:0;left:0;-webkit-transition:.3s;transition:.3s}.header.blurred{background:rgba(108,187,195,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.header__container{padding-block:1rem}.header__menu{position:absolute;width:100%;top:-100vh;left:0;background:#b4dde1;-webkit-transition:.5s;transition:.5s;padding:6rem 0 2rem}.header__menu.active{top:0}.header__menu-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.header__menu-item{width:100%;text-align:center}.header__menu-link{padding:1rem .5rem}.header__burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:3.6rem;width:3rem;cursor:pointer;margin-left:auto}.header__burger span{display:block;height:.2rem;background:#000;border-radius:5px;margin:.3rem 0;-webkit-transition:.5s;transition:.5s}.header__burger.active span:nth-child(1){-webkit-transform:translateY(12px) rotate(-45deg);-ms-transform:translateY(12px) rotate(-45deg);transform:translateY(12px) rotate(-45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){-webkit-transform:translateY(-10px) rotate(45deg);-ms-transform:translateY(-10px) rotate(45deg);transform:translateY(-10px) rotate(45deg)}.promo__container{padding-top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-block:6rem 0}.promo__info{width:100%;text-align:center;padding-block:0}.promo__subtitle{font-size:2rem;margin-bottom:1rem}.promo__title{margin-bottom:2rem}.promo__btn{font-size:1.6rem;margin-inline:auto}.about__container{padding-top:6rem;padding-bottom:6rem}.about__items{gap:3rem}.about__item{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.courses__container{padding-top:6rem;padding-bottom:6rem}.courses__item:not(:last-child){margin-bottom:7rem}.experts__container,.faq__container{padding-top:6rem;padding-bottom:6rem}.footer__container{padding-top:1rem}.footer{padding-top:2rem}.footer__info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:2rem}.footer__contacts-item:not(:last-child){margin-bottom:.4rem}.footer__socials-title{margin-bottom:1rem}.footer__docs{gap:1rem}}@media (max-width:499.98px){._cnt{padding-inline:1rem}body{font-size:1.6rem}.title-decor{padding-left:1.4rem}.title-decor::before{width:3.4rem;height:3.4rem;top:10px}.about-item__img img,.about-item__img svg{max-width:9rem;max-height:9rem}.about__container,.courses__container,.experts__container,.faq__container{padding-top:4rem;padding-bottom:4rem}}@media ((hover:hover) and (pointer:fine)){.header__menu-link:hover{color:#6cbbc3}.promo__btn:hover{color:#6cbbc3;border-color:#6cbbc3;background-color:transparent}.footer__contacts-item a:hover{color:#98b3b5}.footer__socials-item:hover{scale:1.1}.footer__docs a:hover{color:#98b3b5}}