/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:'RegularText',sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:var(--default);background-color:#fcfcfc;scroll-behavior:smooth}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{overflow:visible;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline dotted;border-bottom:none;-webkit-text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;max-width:100%;white-space:normal;color:inherit}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:'RegularText';font-weight:400;font-style:normal;font-display:swap;src:url(/assets/fonts/regular.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'ItalicText';font-weight:300;font-style:normal;font-display:swap;src:url(/assets/fonts/italic.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'BoldText';font-weight:600;font-style:normal;font-display:swap;src:url(/assets/fonts/bold.woff) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'TitleText';font-weight:800;font-style:normal;font-display:swap;src:url(/assets/fonts/title.woff2) format('woff2')}:root{--olive:#cecf8b;--bronze:#d3be99;--red:#ef4d7c;--grey:#8e8e8e;--dark:#434554;--default:#4f4f4f}.bold-font{font-family:'BoldText',sans-serif;font-weight:600}.title-font{font-family:'TitleText',sans-serif;font-weight:800;text-transform:uppercase}.italic-font{font-family:'ItalicText',sans-serif;font-weight:300}.container{-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 32px);max-width:380px;margin-right:auto;margin-left:auto}.btn{font-size:20px;line-height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:84px;cursor:pointer;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;text-decoration:none;color:#fff;border-radius:16px;background-color:var(--dark);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn:hover{background-color:#4f4f4f}.btn:active{background-color:#393b4a}.subtitle{font-size:30px;text-align:center;color:currentColor}.subtitle span{position:relative;color:var(--dark)}.burger span,.subtitle span img{position:absolute;display:block}.burger{position:absolute;z-index:3;top:0;right:0;width:50px;height:32px;cursor:pointer}.burger span{left:0;width:100%;height:2px;background-color:var(--bronze)}.burger span:first-of-type{top:0}.burger span:nth-of-type(2){top:calc(50% - 1px)}.burger span:last-of-type{bottom:0}.mmenu,.mmenu__close span{left:0;display:block;width:100%}.mmenu{position:fixed;z-index:5;top:0;height:100vh;-webkit-transition:opacity .3s ease-in,-webkit-transform 0s ease-out .3s;transition:opacity .3s ease-in,transform 0s ease-out .3s;transition:opacity .3s ease-in,transform 0s ease-out .3s,-webkit-transform 0s ease-out .3s;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1);opacity:0;background-color:var(--bronze)}.mmenu.visible,.popup.visible{-webkit-transition:opacity .3s ease-in,-webkit-transform 0s ease-out 0s;transition:opacity .3s ease-in,transform 0s ease-out 0s;transition:opacity .3s ease-in,transform 0s ease-out 0s,-webkit-transform 0s ease-out 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.mmenu__close{position:absolute;top:40px;right:20px;width:40px;height:40px}.mmenu__close span{position:absolute;top:calc(50% - 2px);height:4px;background-color:var(--default)}.mmenu__close span:first-of-type{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mmenu__close span:last-of-type{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mmenu__list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;height:100vh;margin:0;padding:0;list-style:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mmenu__item{font-size:35px;line-height:1.3;display:block;width:100%;max-width:600px;margin:0 auto;padding:15px 0;text-align:center}.mmenu__item a{text-decoration:none;color:var(--dark)}.popup,.popup__box{z-index:4;width:100%}.popup{position:fixed;top:0;left:0;height:100vh;-webkit-transition:opacity .3s ease-in,-webkit-transform 0s ease-out .3s;transition:opacity .3s ease-in,transform 0s ease-out .3s;transition:opacity .3s ease-in,transform 0s ease-out .3s,-webkit-transform 0s ease-out .3s;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1);opacity:0}.popup__box{position:absolute;top:50%;left:50%;max-width:360px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border-radius:15px;background-color:#fff;-webkit-box-shadow:0 8px 32px rgba(0,5,11,.12);box-shadow:0 8px 32px rgba(0,5,11,.12)}.popup__container{max-width:540px;margin:0 16px;padding:40px 0 20px}.popup__container .btn{margin:20px auto}.popup__title{font-size:16px;margin:0 auto 8px;padding:0 20px;text-align:center}.popup .package__price{margin:0 auto 8px;padding:0;text-align:center}.popup .package__price .package__newprice{font-size:24px;color:var(--bronze)}.fieldset.fieldset_checkbox a,.popup__text{color:var(--dark)}.popup__text a{color:var(--default)}.popup__close{position:absolute;top:16px;right:10px;width:36px;height:36px;cursor:pointer}.popup__close:after,.popup__close:before{position:absolute;top:calc(50% - 1px);left:0;display:block;width:100%;height:2px;content:'';background-color:var(--bronze)}.popup__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup__shadow{position:fixed;z-index:3;top:0;left:0;width:100%;height:100vh;-webkit-transition:opacity .3s ease-in 0s,-webkit-transform 0s linear .3s;transition:opacity .3s ease-in 0s,transform 0s linear .3s;transition:opacity .3s ease-in 0s,transform 0s linear .3s,-webkit-transform 0s linear .3s;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1);opacity:0;background:rgba(0,0,0,.8)}.popup.visible+.popup__shadow{-webkit-transition:opacity 0s ease-in 0s,-webkit-transform 0s linear 0s;transition:opacity 0s ease-in 0s,transform 0s linear 0s;transition:opacity 0s ease-in 0s,transform 0s linear 0s,-webkit-transform 0s linear 0s;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fieldset{margin:0 0 15px}.fieldset label{font-size:14px;display:block}.fieldset.fieldset_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.fieldset.fieldset_checkbox small{font-size:14px}.fieldset.fieldset_checkbox a:hover{color:var(--olive)}.checkbox.error small,.fieldset.fieldset_checkbox.error .checkbox small{border-color:var(--red)}.checkbox.error+label,.fieldset.fieldset_checkbox.error .checkbox+label,.fieldset.fieldset_checkbox.error .checkbox+label a{color:var(--red)}input[type=email],input[type=tel],input[type=text]{font-size:14px;line-height:1.4;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:40px;margin:8px 0 0;padding:10px 16px;border:2px solid var(--olive);border-radius:15px}.checkbox,.checkbox small{position:relative;display:block}.checkbox{overflow:hidden;width:20px;height:20px;margin:0 10px 0 0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input,.checkbox small:before{position:absolute;display:block;margin:-100px 0 0 -100px}.checkbox small{font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;margin:4px 0 0;border:2px solid var(--grey);border-radius:2px;background-color:#fff}.checkbox small:before{top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;content:'';-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;opacity:0;border-radius:1px;background-color:var(--dark)}.checkbox input:checked+small:before{opacity:1}.header{position:relative;overflow:hidden;max-width:100%;padding-top:44px;padding-bottom:30px}.header .container,.header--box{position:relative;z-index:3}.header--box{z-index:2}.header--box__lbl{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:80px;height:30px;margin:0 0 15px;padding:0 20px;color:var(--olive);border:1px solid currentColor;border-radius:20px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header--box__steps,.header--box__title{font-size:30px;line-height:1.4;color:var(--dark)}.header--box__title{margin:5px 0 0;padding:0;letter-spacing:2px;color:var(--bronze);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.header--box__title img{position:absolute;top:124px;left:174px;display:block;width:148px;height:41px}.header--box__desc{margin:10px 0 30px}.header--box__check,.header--box__checkimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header--box__check{position:relative}.header--box__checkimg{margin-top:10px}.for-who .subtitle span,.header--box__checkimg img,.header--right__text strong,.package .subtitle span,.result__bottom p b{display:block}.header--box__checkimg img:first-of-type{position:absolute;top:15px;left:calc(50% - 30px);width:58px;height:46px}.header--box__checkimg img:last-of-type{width:184px;height:184px;margin:-16px -32px 0 0}.header--box__checktext{font-family:'ItalicText',sans-serif;font-weight:300}.header--box__checktext b{font-family:'BoldText',sans-serif;font-weight:600;display:block}.header--right{position:relative;margin-top:-80px}.header--right__photo{margin:-60px auto 0}.header--right__photo img{display:block;width:100%;height:auto;margin:0 0 0 10%}.header--right__text{line-height:1.4;position:absolute;bottom:20px;padding:20px 32px;text-align:center;white-space:nowrap;color:#fff;border-radius:60px;background:var(--olive)}.for-who .subtitle span img,.header--right__insta,.header--right__text{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.header--right__insta{position:absolute;bottom:-30px;display:block;padding:20px 30px 20px 26px;text-decoration:none;color:var(--default);border-radius:32px;background:#fff}.header--right__insta span{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.header--right__insta:before{position:absolute;z-index:1;top:-5px;left:-5px;display:block;width:calc(100% + 10px);height:calc(100% + 10px);content:'';-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;border-radius:32px;background:rgba(255,255,255,.4)}.base__insta:hover:before,.header--right__insta:hover:before{background:rgba(255,255,255,.6)}.header--links,.header--right__social,.header--right__socials{display:none}.header--bg,.header__bottom{position:absolute;left:0;width:100%}.header--bg{z-index:1;top:0;overflow:hidden;height:calc(100% - 60px);background:-webkit-gradient(linear,left top,left bottom,from(#f1efee),color-stop(40%,#fcfcfc),to(#f1efee));background:linear-gradient(to bottom,#f1efee 0,#fcfcfc 40%,#f1efee 100%)}.header__bottom{z-index:2;right:0;bottom:0;height:140px;pointer-events:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,#fcfcfc)),url(/assets/img/main-bottom-bg-tb.svg);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 50%,#fcfcfc 50%),url(/assets/img/main-bottom-bg-tb.svg);background-repeat:no-repeat;background-position:50% 0;background-size:1440px auto}.header .package__price .package__newprice{font-size:20px}.for-who{padding:40px 0;background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f8f8f7));background:linear-gradient(to bottom,#fcfcfc 0,#f8f8f7 100%)}.for-who .subtitle{margin:20px 0;padding:0;color:var(--bronze)}.for-who .subtitle span img{bottom:-14px}.for-who__items{-webkit-box-sizing:border-box;box-sizing:border-box;width:270px;margin:0 auto;padding:0 0 30px}.for-who__item{position:relative}.for-who__item:nth-of-type(even){z-index:2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.for-who__img{position:relative;padding:280px 0 0}.for-who__img img{position:absolute;bottom:0;left:50%;display:block;width:auto;height:300px;-webkit-transform:translate3d(-50%,24px,0);transform:translate3d(-50%,24px,0)}.for-who__text,.result__bottom p{position:relative;text-align:center}.for-who__text{z-index:2;padding:0 24px 24px;color:var(--dark);border-radius:0 0 15px 15px;background:#fff}.for-who__btn{margin-right:auto;margin-left:auto}.package{overflow:hidden;max-width:100%;padding:0 0 50px;color:var(--dark);background:-webkit-gradient(linear,left top,right top,from(#f3f3f3),to(#fbfbfb));background:linear-gradient(to right,#f3f3f3 0,#fbfbfb 100%)}.package .container{width:calc(100% - 8px)}.faq__body a:hover,.package .subtitle{color:var(--bronze)}.package__box{position:relative;border:2px solid var(--olive);border-radius:20px 20px 15px 15px;background:#fbfbfb}.package__green{padding:30px 15px 40px;border-radius:15px 15px 0 0;background-color:var(--olive);grid-column:2 span}.package__green .subtitle{margin:20px 0 0;padding:0;color:#fff}.package__green .subtitle span img{right:50%;bottom:-20px;width:199px;height:30px;-webkit-transform:translateX(50%);transform:translateX(50%)}.package__price{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 24px;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.package__oldprice{text-decoration:line-through}.package__newprice{font-size:35px}.package__lbl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;width:120px;height:30px;margin:0 auto;padding:0 20px;color:#fff;border:1px solid currentColor;border-radius:20px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.package__bonus,.package__content{padding-top:30px;padding-right:15px;padding-left:15px}.package__content li{background-image:url(/assets/img/package-bullet-content.svg)}.package__bonus{padding-top:20px}.package__bonus li{background-image:url(/assets/img/package-bullet-bonus.svg)}.package__bonus,.package__content{position:relative;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:0}.package__bonus ul,.package__content ul{margin:20px 0 0;padding:0;list-style:none}.package__bonus li,.package__content li{display:block;margin:0 0 10px;padding:0 0 0 24px;list-style:none;background-repeat:no-repeat;background-position:0 1px;background-size:18px 18px}.package__subtitle,.result .subtitle{margin:0;padding:0}.package__bg{position:relative;z-index:1;right:-8px;bottom:0}.package__bg img,.result__pic>img{display:block;width:100%;height:auto}.package__btn{margin-right:auto;margin-left:auto}.result{overflow:hidden;max-width:100%;padding:30px 0 100px;color:var(--dark);background:-webkit-gradient(linear,left top,right top,from(#f3f3f3),to(#fbfbfb));background:linear-gradient(to right,#f3f3f3 0,#fbfbfb 100%)}.result .subtitle{color:var(--bronze)}.result .subtitle span{display:block;color:var(--dark)}.result .subtitle span img{bottom:-22px;left:calc(50% - 50px);width:199px;height:35px}.result__box{padding-top:50px}.result__text ul{margin:0;padding:0 20px;list-style:none}.result__text li{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.result__text li img{display:block;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}.result__text li span{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.result__pic{position:relative;grid-column:2 span}.result__pic>img{width:280px;margin:0 auto}.result__pic .btn{width:calc(100% - 36px)}.result__bottom{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 -12px;padding:20px 0 50px;color:#fff}.base__education:before,.result__bottom:before{position:absolute;top:0;right:0;left:0;display:block;height:100%;content:'';border-radius:15px}.result__bottom:before{z-index:1;background-color:var(--olive)}.result__bottom p{z-index:3;max-width:300px;margin:0 60px;padding:0}.result__left{top:-16px;left:-36px;width:140px;height:140px}.result__right{top:-4px;right:-28px;width:120px;height:120px}.base .subtitle img,.result__left,.result__right{position:absolute;z-index:2;display:block}.result__btn{position:relative;z-index:4;margin:12px auto -100px}.base{overflow:hidden;max-width:100%;padding:50px 0 40px;background:#fdfdfd}.base .container,.base .subtitle{position:relative}.base .subtitle{margin:10px 0 0;text-align:left;color:var(--bronze)}.base .subtitle img{z-index:1;right:20px;bottom:-10px;width:156px;height:34px}.base__desc{max-width:200px;margin:20px 0 0}.base .subtitle span,.base__education>img,.base__left,.faq .subtitle span{position:relative;z-index:2}.base__left ul{display:block;margin:20px 0 0;padding:0}.base__left li{display:block;margin:0 0 15px;padding:0 0 0 30px;list-style:none;background-image:url(/assets/img/package-bullet-content.svg);background-repeat:no-repeat;background-position:0 1px;background-size:18px 18px}.base__education{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:15px 20px 30px;gap:10px}.base__education:before{border:1px solid var(--olive)}.base__education>img{display:block;width:50px;height:28px;margin:0 auto}.base__education span,.base__quote p{position:relative;z-index:2;text-align:center}.base__education span{display:block}.base__education span img,.base__quote img{position:absolute;left:50%;display:block;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.base__education span img{bottom:-15px;width:163px;height:15px}.base__quote{position:relative;padding-top:50px}.base__quote p{margin:0;padding:0}.base__quote img{z-index:1;top:-20px;width:219px;height:219px}.base__insta span,.base__social,.base__socials{display:-webkit-box;display:-ms-flexbox;display:flex}.base__socials{position:relative;z-index:2;margin:40px 0 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.base__insta span,.base__social{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.base__social{width:40px;height:40px;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;border-radius:24px;background-color:var(--bronze);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.base__social svg{display:block;width:20px;height:21px;margin-bottom:1px;fill:#fff}.base__social:hover{background-color:var(--olive)}.base__pic{padding-top:20px}.base__pic img{display:block;width:100%;height:auto;margin-right:auto;pointer-events:none}.base__insta{position:absolute;right:50%;bottom:72px;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:196px;padding:20px 20px 20px 16px;-webkit-transform:translateX(50%);transform:translateX(50%);text-decoration:none;color:var(--default);border-radius:32px;background:#fff}.base__insta span{position:relative;z-index:2;gap:8px}.base__insta:before,.faq .subtitle img{position:absolute;z-index:1;display:block}.base__insta:before{top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);content:'';-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;border-radius:32px;background:rgba(255,255,255,.4)}.faq{padding:70px 0 100px;background:#fdfdfd}.faq .subtitle{position:relative;margin:10px 0 0;color:var(--bronze)}.faq .subtitle span{display:block;color:var(--dark)}.faq .subtitle img{bottom:16px;left:calc(50% - 130px);width:235px;height:46px}.faq__items{margin:0 0 20px}.faq__item{margin:0;padding:16px 0;border-bottom:1px solid var(--bronze)}.faq__item:last-of-type{border-bottom-color:transparent}.faq__header{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.faq__header span{display:block}.faq__bullet{width:26px;height:26px;background:url(/assets/img/faq-bullet.svg) no-repeat 50% 50%;background-size:26px 26px;-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px}.faq__body{overflow:hidden;max-height:0;padding:0 40px 0 15px;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}.faq__body p{margin:0;padding:10px 0 0}.faq__body a,.faq__btn{text-decoration:none;color:var(--dark)}.faq__item.expanded .faq__bullet{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.faq__btn{height:70px;margin:0 auto;border:1px solid var(--dark);background-color:transparent}.faq__btn:hover{color:#fff}.privacy{max-width:1024px;margin:0 auto;padding:36px 24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000}.privacy h1,.privacy h3{font-size:24px;line-height:1.4;margin:0 0 24px;padding:0;text-align:center;letter-spacing:2px}.privacy h3{font-size:16px;margin:20px 0 8px;letter-spacing:1px}.privacy p{margin:0 0 16px;padding:0}.privacy .btn{margin:64px auto 0;text-decoration:none}.approved{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:100vh;text-align:center;color:var(--dark);background:#f5ead9;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.approved__container{margin:0 0 64px}.approved__container .title-font{font-size:36px;margin:16px 0 12px}.approved__container a.btn{font-size:20px;margin:24px auto 0;text-decoration:none}.approved__img svg{display:block;width:64px;height:64px;margin:0 auto}.footer{padding-top:80px;padding-bottom:20px;background-image:url(/assets/img/footer-bg.svg),linear-gradient(to bottom,#fcfcfc 100px,#f0eadf 100px);background-repeat:no-repeat;background-position:50% 0;background-size:auto 100%}.footer .container{text-align:center;color:var(--dark)}.footer__info,.footer__links{-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%}.footer__info p{margin:0 0 20px}.footer__links{margin-top:20px;text-align:center;-ms-flex:0 0 100%;flex:0 0 100%}.footer__links a{display:inline-block;margin:0 10px 20px}.footer__contact{margin:30px 0 40px;-webkit-box-flex:0;-ms-flex:0 0 54%;flex:0 0 54%}.footer__contact b{font-size:16px;display:block;margin:10px 0;text-decoration:underline}.footer__contact a,.footer__links a{text-decoration:none;color:var(--dark)}@media (min-width:768px){.container{max-width:668px}.btn{width:314px}.subtitle{font-size:35px}.mmenu__close{top:40px;right:40px;width:50px;height:50px}.mmenu__item{font-size:30px}.popup__box{left:calc(50% - 295px);width:590px;max-width:initial;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup__container{margin:0 auto}.popup__title{font-size:20px}.popup .package__price,.popup__title{margin:0 auto 12px}.popup .package__price .package__newprice{font-size:32px}.popup__close{top:26px;right:26px}.fieldset label,.fieldset.fieldset_checkbox small{font-size:16px}input[type=email],input[type=tel],input[type=text]{height:45px;margin:10px 0 0}.header{padding-bottom:0}.header .container{z-index:2}.header--box__steps{font-size:35px;-webkit-box-flex:0;-ms-flex:0 0 428px;flex:0 0 428px}.header--box__title{font-size:60px;line-height:1.3;margin:5px 0 50px}.header--box__title img{top:240px;left:154px}.header--box__desc{position:absolute;top:184px;right:0;width:340px;margin:0}.header--box__check{position:absolute;top:330px;left:340px}.header--box__checkimg{margin-top:0}.header--box__checkimg img:first-of-type{position:initial;top:initial;margin:-24px -46px 0 0;-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}.header--right{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.header--right__photo img{width:562px;height:637px;margin:0 0 0 60px}.header--right__text{right:0;bottom:108px;padding:20px 32px 20px 24px;-webkit-transform:none;transform:none;text-align:initial}.header--right__insta{padding:20px 20px 20px 16px;right:112px;bottom:60px;-webkit-transform:none;transform:none}.header--bg{height:100%;background:#f1efee url(/assets/img/main-big-bg.jpg) no-repeat 50% 0;background-size:1440px 100%}.header--bg:after,.header--bg:before{position:absolute;z-index:1;top:0;display:block;width:50px;height:100%;content:''}.header--bg:before{right:calc(50% + 670px);background:-webkit-gradient(linear,left top,right top,from(#f1efee),to(rgba(241,239,238,0)));background:linear-gradient(to right,#f1efee 0,rgba(241,239,238,0) 100%)}.header--bg:after{left:calc(50% + 670px);background:-webkit-gradient(linear,right top,left top,from(#f1efee),to(rgba(241,239,238,0)));background:linear-gradient(to left,#f1efee 0,rgba(241,239,238,0) 100%)}.header__bottom{z-index:3;height:140px;background-image:url(/assets/img/main-bottom-bg-tb.svg);background-position:50% 100%}.header .package__price{max-width:300px}.header .package__price .package__newprice{font-size:24px}.for-who{padding:100px 0 40px}.faq .subtitle span,.for-who .subtitle span,.package .subtitle span{display:initial}.for-who .subtitle span img{right:12px;bottom:-30px;-webkit-transform:none;transform:none}.for-who__items{display:grid;width:100%;margin:0;padding:25px 35px 50px;grid-template-columns:repeat(2,270px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.for-who__img{padding:260px 0 0}.for-who__text{padding:0 24px 40px}.package .container{width:calc(100% - 32px);max-width:668px}.package{padding:50px 0}.package .subtitle span img{right:12px;bottom:-30px}.package__box{display:grid;grid-template-columns:repeat(2,1fr)}.package__green{padding:40px 36px}.package__green .subtitle span img{right:12px;bottom:-24px;-webkit-transform:none;transform:none}.package__price{margin:20px 0 24px}.package__content{padding-left:24px}.package__bonus{padding-left:20px}.package__bonus,.package__content{padding-top:40px;padding-right:0;padding-bottom:24px}.package__bg{position:absolute;right:-20px}.package__bg img{width:524px;height:396px}.result .subtitle span img{bottom:-24px;left:calc(50% - 250px)}.result__box{display:grid;padding-top:0;grid-template-columns:repeat(2,1fr)}.result__text ul{max-width:296px;padding:30px 0 0}.result__pic{padding-top:310px}.result__pic>img{position:absolute;top:-20px;left:calc(50% - 170px);width:340px;height:340px}.result__pic .btn{width:314px}.result__bottom{margin:0;padding:20px 20px 50px}.result__bottom:before{right:30px;left:30px}.result__bottom p{max-width:300px;margin:0 auto}.result__left{top:-58px;left:-64px;width:249px;height:249px}.result__right{top:-30px;right:-46px;width:201px;height:201px}.base{padding:70px 0 40px}.base .subtitle img{right:initial;bottom:-6px;left:230px}.base__desc{max-width:200px;margin:-50px 0 60px 420px}.base__right{width:65%;margin-left:auto;padding-top:50px}.base__education,.footer .container{display:-webkit-box;display:-ms-flexbox;display:flex}.base__education{padding:30px 40px 30px 0}.base__education:before{right:-20px;left:-80px}.base__education>img{margin:0}.base__education span,.base__quote p{text-align:initial}.base__education span img,.base__quote img{left:100px;-webkit-transform:none;transform:none}.base__quote{padding-top:64px}.base__quote p{margin:0 10px 0 60px}.base__quote img{left:12px}.base__socials{margin:40px 0 0 60px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.base__pic{position:absolute;z-index:1;bottom:-24px;left:-70px;width:407px;height:498px;padding-top:0}.base__pic img{width:auto;height:100%}.base__insta{right:112px;bottom:124px;-webkit-transform:none;transform:none}.faq .subtitle img{bottom:-28px;left:calc(50% - 340px)}.faq__items{margin:30px 0 40px}.faq__body{padding:0 60px 0 24px}.privacy h1,.privacy h3{line-height:1.3;padding:0}.privacy h1{font-size:36px;max-width:760px;margin:0 auto 36px}.privacy h3{font-size:20px;margin:36px 0 24px}.footer{background-size:100% auto}.footer .container{text-align:initial;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__contact{margin:0;text-align:right}}@media (min-width:1280px){.container{max-width:1180px}.burger{display:none}.popup__box{left:calc(50% - 375px);width:750px}.header{padding-top:56px;padding-bottom:0}.header .container,.header--box{display:-webkit-box;display:-ms-flexbox;display:flex}.header .container{padding:90px 0 0}.header--box{z-index:initial;height:354px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}.header--box__lbl{max-width:initial;margin:8px 0 0}.header--box__steps{text-align:right}.header--box__title{margin:5px 0 60px}.header--box__title img{top:200px;left:154px}.header--box__desc{top:136px;right:0}.header--box__check{top:332px;left:260px}.header--box__checkimg img:first-of-type{margin:-64px -36px 0 0;-webkit-transform:none;transform:none}.header--right__photo{margin:-120px 0 0 -60px}.header--right__photo img{margin:0}.header--right__socials{position:absolute;top:calc(50% - 190px);right:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;gap:40px}.header--right__social,.package__green .subtitle span{display:block}.header--right__social svg{display:block;width:20px;height:21px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;fill:var(--bronze)}.header--right__social:hover svg{fill:rgba(67,69,84,.8)}.header--links{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:40px}.header--links__item{font-size:13px;font-weight:300;line-height:1;cursor:pointer;-webkit-transition:color .3s ease-out;transition:color .3s ease-out;text-decoration:none;color:var(--grey)}.header--links__item:hover{color:var(--dark)}.header__bottom{height:100px;background-image:url(/assets/img/main-bottom-bg.svg);background-position:50% 100%;background-size:100% auto}.header .package__price{position:absolute;bottom:4px;left:360px}.for-who{padding:100px 0 50px}.for-who__items{padding:200px 0 50px;grid-template-columns:repeat(4,270px)}.for-who__item:nth-of-type(even){z-index:initial;margin-top:112px;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}.for-who__img{padding:76px 0 0}.package .container{max-width:1180px}.package__box{border-radius:15px;grid-template-columns:repeat(3,1fr)}.package__green{padding:72px 36px 54px;border-radius:15px 0 0 15px;grid-column:1 span}.package__green .subtitle span img{bottom:-20px}.package__price{margin:36px 0 20px;padding:0 20px}.package__content{padding-left:50px}.package__bonus{padding-left:0}.package__bonus,.package__content{padding-top:30px;padding-right:40px}.package__bg{right:-40px}.result__box{grid-template-columns:repeat(3,1fr)}.result__text:first-of-type ul{margin-left:auto}.result__text:first-of-type li img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.result__text:first-of-type li span{text-align:right}.result__text:nth-of-type(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.result__pic{padding-top:290px;grid-column:initial}.result__pic>img{top:-50px}.result__bottom:before{right:-90px;left:-90px}.result__left{left:-184px}.result__right{right:-166px}.base{padding:70px 0 100px}.base .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.base__desc{margin:10px 0 0 240px}.base__left{width:40%;padding-top:70px}.base__left ul{max-width:340px}.base__right{width:36%;margin-left:initial}.base__socials{margin:60px 0 0 60px}.base__pic{top:0;bottom:initial;left:50%;width:489px;height:598px;-webkit-transform:translateX(-264px);transform:translateX(-264px)}.faq__item{margin:0 60px}.footer .container{-ms-flex-wrap:initial;flex-wrap:initial}.footer__info,.footer__links{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}.footer__info p{margin:0 0 15px}.footer__links{margin-top:0;text-align:initial}.footer__links a{display:block;margin:0 0 15px;text-align:right}.footer__contact{text-align:center;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}