@charset "UTF-8";@font-face{font-family:Gotham;font-display:swap;src:url(../fonts/Gotham-Black.woff2) format("woff2"),url(../fonts/Gotham-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Gotham;font-display:swap;src:url(../fonts/Gotham-Medium.woff2) format("woff2"),url(../fonts/Gotham-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gotham;font-display:swap;src:url(../fonts/Gotham-Regular.woff2) format("woff2"),url(../fonts/Gotham-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Nunito;font-display:swap;src:url(../fonts/Nunito-Bold.woff2) format("woff2"),url(../fonts/Nunito-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Nunito;font-display:swap;src:url(../fonts/Nunito-ExtraBold.woff2) format("woff2"),url(../fonts/Nunito-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Nunito;font-display:swap;src:url(../fonts/Nunito-Regular.woff2) format("woff2"),url(../fonts/Nunito-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gotham;font-display:swap;src:url(../fonts/Gotham-Light.woff2) format("woff2"),url(../fonts/Gotham-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Gotham;font-display:swap;src:url(../fonts/Gotham-Bold.woff2) format("woff2"),url(../fonts/Gotham-Bold.woff) format("woff");font-weight:700;font-style:normal}:root{--green:#ADF12D;--white:#fff;--grey:#AAA8B8;--main-bg:#141418;--bg:#23300C}*{padding:0;margin:0;border:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}::after,::before{display:inline-block}body,html{height:100%;min-width:320px;background:var(--main-bg)}body{color:var(--white);line-height:1;font-family:Gotham;font-size:16px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Gotham;font-size:inherit;line-height:inherit}button{cursor:pointer;color:inherit;background-color:transparent}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;-ms-touch-action:none;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;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}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:1330px;margin:0 auto;padding:0 20px}.wrapper-bg{margin-top:-2px;background:url(../img/main-img/bg.jpg) 0 0/cover no-repeat}.button{overflow:hidden;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:6px 20px;min-height:69px;border-radius:12px;font-weight:500;font-size:18px;background:var(--green);color:var(--bg);-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);--width:100%;--time:0.7s}.button span{position:relative;z-index:2}.button:before{content:"";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;pointer-events:none;background:var(--white);-webkit-transition:width var(--time),padding-top var(--time);transition:width var(--time),padding-top var(--time);z-index:2;opacity:0;top:var(--y);left:var(--x);border-radius:100%;width:0;height:0}.button--fw{width:100%}.button--outline{border:1px solid var(--green);background:0 0;color:var(--green)}.button--outline::before{background:var(--green)}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input{width:100%;display:block;padding:0 20px;border-radius:12px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);height:69px;font-size:18px;outline:0;color:#fff;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.input::-webkit-input-placeholder{color:#fff}.input::-moz-placeholder{color:#fff}.input:-ms-input-placeholder{color:#fff}.input::-ms-input-placeholder{color:#fff}.input::placeholder{color:#fff}.input._form-focus{-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.3);box-shadow:0 0 0 2px rgba(255,255,255,.3)}.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder{-moz-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;padding:0 0}.checkbox{position:relative}.checkbox:not(:last-child){margin-bottom:5px}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__label:before{background:url(../img/svg/check.svg) center/16px 16px no-repeat,rgba(255,255,255,.1)}.checkbox__label{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:8px}.checkbox__label:before{content:"";-webkit-box-flex:0;-ms-flex:0 0 29px;flex:0 0 29px;width:29px;height:29px;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1)}.checkbox__text{line-height:1.1875}.checkbox__text a{color:var(--green);text-decoration:underline;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.checkbox__text a:hover{color:var(--grey)}.options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.options__item{position:relative;cursor:pointer}.options__input{width:0;height:0;opacity:0;position:absolute}.options__input:checked+.options__label:before{border-color:var(--green)}.options__input:checked+.options__label:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.options__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;gap:10px}.options__label:before{content:"";-ms-flex-item-align:start;align-self:flex-start;width:18px;height:18px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1)}.options__label:after{content:"";-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px;height:10px;border-radius:50%;background-color:var(--green);position:absolute;left:4px;top:4px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.select{min-width:0;position:relative;width:100%}.select__body{position:relative}.select__title{color:inherit;text-align:left;border-radius:12px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);height:56px;cursor:pointer;width:100%}.select__value{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;gap:10px}.select__value>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.select__value:after{content:"";-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;height:20px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../img/svg/arrow.svg) center/100% 100%}._select-open .select__value:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.select__value._select-pseudo-label::before{content:attr(data-pseudo-label);opacity:.5}.select__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.select__text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__input{width:100%;background-color:transparent;height:100%}.select__options{color:#fff;position:absolute;top:calc(100% - 1px);border-radius:12px;border:1px solid rgba(255,255,255,.3);background:#1f1e24;min-width:100%;left:0;padding:10px 0 5px 0}.select__scroll{overflow-y:auto;overflow-x:hidden;max-height:210px}.select__option{width:100%;text-align:left;cursor:pointer;padding:10px 15px;color:inherit}.select__option._select-selected{background-color:#eee}.select__row{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.select--show-top .select__options{top:auto;bottom:calc(100% - 1px);padding:5px 0 10px 0}._select-tag{cursor:pointer}.icon-menu{display:none;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}@-webkit-keyframes anim-menu{0%{opacity:0}60%{opacity:1}}@keyframes anim-menu{0%{opacity:0}60%{opacity:1}}body::after{content:"";background:#1f1e24;position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:.8}.popup{position:fixed;top:0;left:0;bottom:0;right:0;-webkit-transition:visibility .3s ease 0s;transition:visibility .3s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup__content{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);visibility:hidden;-webkit-transition:-webkit-transform .5s ease 0s;transition:-webkit-transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s;background:#000;width:100%;height:100%;max-height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:958px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:44px 50px}.lock .popup__content{visibility:visible}.popup__close{position:absolute;top:44px;right:52px;outline:0}.popup__top{-ms-flex-negative:0;flex-shrink:0}.popup__top:not(:last-child){margin-bottom:30px}.popup__title{font-size:32px;line-height:1.1875;max-width:calc(100% - 30px)}.popup__title:not(:last-child){margin-bottom:36px}.popup__image-ibg{height:394px;border-radius:12px;overflow:hidden}.popup__image-ibg img{-o-object-position:top;object-position:top}.popup__text-scroll{padding-right:40px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}.popup__text-scroll::-webkit-scrollbar{width:7px}.popup__text-scroll::-webkit-scrollbar-track{background:#333339;width:7px;border-radius:100px}.popup__text-scroll::-webkit-scrollbar-thumb{border-radius:100px;background:var(--green)}.popup__text-scroll p,.popup__text-scroll ul{line-height:1.1875;color:var(--grey)}.popup__text-scroll p:not(:last-child),.popup__text-scroll ul:not(:last-child){margin-bottom:10px}.popup__text-scroll h4{font-size:24px;line-height:1.2083333333}.popup__text-scroll h4:not(:first-child){margin-top:44px}.popup__text-scroll h4:not(:last-child){margin-bottom:24px}.popup-phone .popup__wrapper{padding:30px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-phone .popup__content{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0;flex:0;max-width:616px;border-radius:12px;padding:109px 95px;background:#000;min-height:400px}.popup-phone__text{color:var(--grey);text-align:center}.popup-phone__title{font-size:24px;font-weight:400;text-align:center}.popup-phone__title:not(:last-child){margin-bottom:24px}.popup-phone__items>:not(:last-child){margin-bottom:20px}.popup-phone__items .button{width:100%}[class*=-ibg]{position:relative}[class*=-ibg] img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}[class*=-ibg-contain] img{-o-object-fit:contain;object-fit:contain}.h2{line-height:1.2083333333}.h1{line-height:1.203125}.link-top{position:fixed;left:52px;bottom:60px;border-radius:12px;z-index:4;border:1px solid var(--green,#adf12d);width:50px;height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);color:var(--green);opacity:0;visibility:hidden}.scrolled .link-top{opacity:1;visibility:visible}.link-top:hover{background:var(--green);color:var(--white)}.link-top svg{fill:currentColor}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs ul li{padding-left:16px;color:var(--grey)}.breadcrumbs ul li:not(:last-child)::after{content:"/";color:var(--grey);display:inline-block;font-size:16px;margin-left:16px}.breadcrumbs ul li a{-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.breadcrumbs ul li a:hover{color:var(--green)}.breadcrumbs ul li:last-child{padding-right:0}.breadcrumbs ul li:first-child{padding-left:0}.header{position:fixed;top:0;left:0;width:100%;z-index:5;border-bottom:1px solid rgba(255,255,255,.2);padding:18px 0;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.header--blog{position:sticky}.header._header-scroll .header__bg{background:rgba(31,30,36,.8);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.header__bg{position:absolute;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);top:0;left:0;width:100%;height:100%}.header__container{position:relative;z-index:5;display:-ms-grid;display:grid;-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1780px}.header__menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__logo{-ms-flex-negative:0;flex-shrink:0;display:inline-block}.header__logo img{max-width:100%}.header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:60px}.header__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.header__phone{font-size:21px;font-weight:800;line-height:26px;font-family:Nunito;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.header__phone:hover{color:var(--green)}.header__work-time{line-height:26px;color:var(--grey);font-family:Nunito}.header__languages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__lang{padding:0 6px;font-family:Nunito;line-height:26px;color:var(--grey);-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);position:relative}.header__lang:not(:last-child)::after{content:"";background:#d4d4d4;width:1px;height:16px;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.header__lang.active{color:var(--green);font-weight:700}.header__lang:hover{color:var(--green)}.header__lang:first-child{padding-left:0}.header__lang:last-child{padding-right:0}.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 30px}.menu__link{line-height:26px;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);font-family:Nunito}.menu__link:hover{color:var(--green)}.hero-block{position:relative;padding-bottom:108px;min-height:100vmin;padding-top:180px;overflow:hidden;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:center;-ms-flex-pack:center;justify-content:center}.hero-block__container{max-width:1500px}.hero-block__bg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.hero-block__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.hero-block__container{position:relative;z-index:2;width:100%}.hero-block__content{max-width:780px;width:100%;position:relative}.hero-block__image{position:absolute;left:100%;top:-200px;max-width:821px;width:100%;max-height:100%;height:100%;display:none}.hero-block__image img{max-width:100%}.hero-block__title:not(:last-child){margin-bottom:24px}.hero-block__subtitle{font-size:24px}.hero-block__subtitle:not(:last-child){margin-bottom:40px}.hero-block__delivery{border-radius:12px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hero-block__delivery img,.hero-block__delivery svg{-ms-flex-negative:0;flex-shrink:0}.hero-block__delivery:not(:last-child){margin-bottom:36px}.hero-block__text-delivery{line-height:1.375}.hero-block__text-delivery b{font-weight:900}.hero-block__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;max-width:704px}.hero-block__buttons .button{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.hero-block__text-descr{font-size:18px;margin-top:28px}.sale{position:relative;padding:105px 0 124px}.sale__bg-ibg{position:absolute;top:0;left:0;width:100%;height:100%}.sale__container{position:relative;z-index:2}.sale__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px}.sale__head:not(:last-child){margin-bottom:50px}.sale__proc{-ms-flex-negative:0;flex-shrink:0}.sale__content{max-width:878px;margin:0 auto}.sale .h2:not(:last-child){margin-bottom:10px}.sale__descr{line-height:1.1875}.sale__descr b{color:var(--green)}.sale-form__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.sale-form__items>*{-ms-flex-preferred-size:calc(33.33% - 20px);flex-basis:calc(33.33% - 20px)}.why{padding:90px 0 127px;position:relative}.why .h2{text-align:center}.why .h2:not(:last-child){margin-bottom:70px}.why__decor{position:absolute;top:-87px;right:0;max-width:315px;width:100%}.why__decor img{max-width:100%}.why__container{position:relative;z-index:2}.why__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}.why-item{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 26.66px);flex:0 0 calc(33.33% - 26.66px);text-align:center}.why-item__icon img{max-width:100%}.why-item__icon:not(:last-child){margin-bottom:20px}.why-item__text{line-height:1.375}.test{padding:60px 0;position:relative}.test__bg-ibg{position:absolute;top:0;left:0;width:100%;height:100%}.test__container{position:relative;z-index:2}.test__row{padding:0 60px}.test__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.test__content .h2:not(:last-child){margin-bottom:45px}.test__text{font-size:21px;line-height:1.1904761905;max-width:628px}.test__text b{color:var(--green)}.test__text:not(:last-child){margin-bottom:45px}.test__video-ibg{border-radius:12px;overflow:hidden;width:391px;-ms-flex-negative:0;flex-shrink:0;aspect-ratio:391/592;position:relative}.test__video-ibg embed,.test__video-ibg iframe,.test__video-ibg object,.test__video-ibg video{position:absolute;top:0;left:0;border-radius:12px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.how{position:relative;padding:120px 0}.how__decor1{position:absolute;left:0;bottom:-145px;z-index:2}.how__decor1 img{max-width:100%}.how__decor2{z-index:2;right:0;bottom:0;position:absolute;max-width:521px}.how__decor2 img{max-width:100%}.how__container{position:relative;z-index:3}.how .h2{text-align:center}.how .h2:not(:last-child){margin-bottom:92px}.how__content{position:relative}.how__decor-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.how__decor-img{max-width:365px;-webkit-filter:drop-shadow(15px 15px 25px #0a0e11);filter:drop-shadow(15px 15px 25px #0a0e11);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.how__decor-img img{max-width:100%}.how__decor-small{position:absolute;bottom:0;left:0;-webkit-filter:blur(2px);filter:blur(2px);-webkit-transform:translate3d(-20%,35%,0);transform:translate3d(-20%,35%,0);max-width:200px}.how__decor-small img{max-width:100%}.how__items{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:130px;padding-top:30px;position:relative}.how__decor-line{position:absolute;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);top:-80px;left:50%}.how__decor-line img{max-width:100%}.how-item{width:400px;text-align:center;position:relative;z-index:2}.how-item:nth-child(3) .how-item__decor{left:50%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);top:-18px}.how-item:nth-child(2) .how-item__decor{top:100%;-webkit-transform:translate(-60%,27px);-ms-transform:translate(-60%,27px);transform:translate(-60%,27px);left:50%}.how-item__decor{position:absolute}.how-item__decor img{width:100%;max-width:100%}.how-item__icon{height:51px}.how-item__icon img{height:100%;width:auto}.how-item__icon:not(:last-child){margin-bottom:20px}.how-item__title{font-size:21px;font-weight:500;grid-area:title}.how-item__title:not(:last-child){margin-bottom:20px}.how-item__text{line-height:1.1875;grid-area:text}.faq{background:#1f1e24;position:relative;padding:74px 0 106px}.faq__decor{position:absolute;bottom:-90px;left:0}.faq__decor img{max-width:100%}.faq .h2{text-align:center}.faq .h2:not(:last-child){margin-bottom:53px}.faq__container{position:relative;z-index:2}.spollers{max-width:1072px;margin:0 auto}.spollers__item{padding:30px 0;border-bottom:1px dashed #404552}.spollers__item:first-child{border-top:1px dashed #404552}.spollers__title{list-style:none;font-size:18px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);cursor:pointer;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.spollers__title._spoller-active{color:var(--green)}.spollers__title._spoller-active .spollers__icon{color:var(--green)}.spollers__title._spoller-active .spollers__icon .hide-part{opacity:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.spollers__title::-webkit-details-marker,.spollers__title::marker{display:none}.spollers__icon{-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);color:#b5afd2}.spollers__icon svg{stroke:currentColor}.spollers__icon .hide-part{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.spollers__text{line-height:1.1875;padding-top:12px;max-width:calc(100% - 70px)}.order{padding:116px 0 50px;position:relative}.order__decor{position:absolute;top:0;right:0}.order__decor img{max-width:100%}.order__container{position:relative;z-index:2}.order__content{border-radius:12px;border:10px solid var(--green,#adf12d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:47px 33px 40px 47px}.order__head{gap:50px}.order__head:not(:last-child){margin-bottom:36px}.order__head .h2{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.order__head .button{width:440px;-ms-flex-negative:0;flex-shrink:0}.order-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.order-form__items{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;gap:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.order-form__item{width:calc(50% - 9px);-ms-flex-negative:0;flex-shrink:0}.order-form__item .input{height:56px;font-size:16px}.order-form__item--w100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.order-form__rules{width:440px;-ms-flex-negative:0;flex-shrink:0;border-radius:12px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:70px 46px}.order-form__rules .button{margin-top:25px}.order-form__rules-items>:not(:last-child){margin-bottom:34px}.order-form__title{font-size:15px;font-weight:500}.order-form__title:not(:last-child){margin-bottom:10px}.about{padding:50px 0 55px}.about__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:53px}.about__content .h2:not(:last-child){margin-bottom:50px}.about__list li{line-height:1.1875;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.about__list li::before{content:"";width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;background:url(../img/svg/check.svg) center/100% 100%}.about__list li:not(:last-child){margin-bottom:12px}.about__list:not(:last-child){margin-bottom:30px}.about__descr{font-style:italic;font-weight:300;color:var(--grey)}.about__map-ibg{-ms-flex-negative:0;flex-shrink:0;width:44.7286821705%;border-radius:12px;overflow:hidden;aspect-ratio:577/669}.seo-text{padding:55px 0 80px}.seo-text__scroll-text{height:353px;padding-right:91px;max-width:calc(100% - 12px)}.seo-text__scroll-text .simplebar-track.simplebar-vertical{border-radius:100px;background:#333339;width:7px}.seo-text__scroll-text .simplebar-scrollbar:before{opacity:1!important;border-radius:100px;background:var(--green);left:0;right:0}.seo-text__scroll-text li{list-style:disc}.seo-text__scroll-text ul{padding-left:1em}.seo-text__scroll-text p,.seo-text__scroll-text ul{color:var(--grey);line-height:1.1875}.seo-text__scroll-text p:not(:last-child),.seo-text__scroll-text ul:not(:last-child){margin-bottom:10px}.seo-text__scroll-text h4{font-size:24px;line-height:1.2083333333}.seo-text__scroll-text h4:not(:first-child){margin-top:44px}.seo-text__scroll-text h4:not(:last-child){margin-bottom:24px}.eat{position:relative;padding:105px 0 132px}.eat__container{position:relative;z-index:2}.eat__bg-ibg{position:absolute;top:0;left:0;width:100%;height:100%}.eat__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.eat__head:not(:last-child){margin-bottom:40px}.eat__head-content .h2:not(:last-child){margin-bottom:11px}.eat__descr{font-size:24px;line-height:1.2083333333}.eat__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:11px}.eat__arrow{width:60px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;aspect-ratio:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);color:var(--green);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;height:30px}.eat__arrow:hover{color:var(--grey)}.eat__arrow svg{-ms-flex-negative:0;flex-shrink:0;fill:currentColor}.eat__arrow.swiper-button-disabled{opacity:.7}.eat__arrow--next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eat-card__top{aspect-ratio:300/419;position:relative}.eat-card__top:not(:last-child){margin-bottom:16px}.eat-card__image-ibg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:38px;overflow:hidden}.eat-card__image-ibg::after{content:"";background:linear-gradient(1deg,#000 5.8%,rgba(0,0,0,0) 31.02%);position:absolute;top:0;left:0;width:100%;height:100%}.eat-card__info{position:absolute;bottom:0;left:0;padding:24px 20px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;width:100%}.eat-card__name{font-size:13px;font-weight:700}.eat-card__ccal{font-size:13px;color:var(--green);font-weight:700;padding:4px 8px;border-radius:12px;border:1px solid var(--green);background:rgba(173,241,45,.1);-ms-flex-negative:0;flex-shrink:0}.eat-card__descr{line-height:1.1875}.program{padding:105px 0 80px;background:#1f1e24}.program--bg{position:relative}.program__bg-ibg{position:absolute;top:0;left:0;width:100%;height:100%}.program__container{position:relative;z-index:2}.program__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.program__head:not(:last-child){margin-bottom:56px}.program__label{padding:10px;border-radius:12px;border:1px solid var(--green,#adf12d);background:rgba(173,241,45,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;font-size:14px;color:var(--green);font-weight:500;-ms-flex-negative:0;flex-shrink:0}.program__tabs-titles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;border-bottom:2px solid #404552}.program__tabs-title{color:var(--grey);padding-bottom:20px;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);position:relative;cursor:pointer}.program__tabs-title::after{content:"";width:0;height:2px;bottom:-2px;left:0;z-index:2;position:absolute;background:var(--green);-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.program__tabs-title._tab-active{color:var(--green)}.program__tabs-title._tab-active::after{width:100%}.program__tabs-title:hover{color:var(--green)}.program__tabs-title-name:not(:last-child){margin-bottom:4px}.program__tabs-title-ccal{font-weight:900}.program__tabs-content{padding-top:68px}.program__tabs-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:45px}.program-week{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.program-week__titles{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.program-week__titles:not(:last-child){margin-bottom:37px}.program-week__title{width:49px;height:46px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:12px;border:1px solid var(--divider,#404552);color:var(--grey);font-family:Nunito;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);cursor:pointer}.program-week__title._tab-active{background:var(--green);color:var(--bg,#23300c);font-weight:800}.program-week__title:hover{background:var(--green);color:var(--bg,#23300c)}.program-week__title-big{line-height:1.2083333333;font-size:24px;font-weight:700}.program-week__title-big:not(:last-child){margin-bottom:21px}.program-week__table table{width:100%;font-family:Nunito}.program-week__table table td{padding:16px;line-height:1.375;border-bottom:1px dashed #69686d}.program-week__table table td:last-child{padding-right:0;text-align:right}.program-week__table table td:first-child{padding-left:0}.program-week__table table tr{vertical-align:top}.program-week__table table tr:first-child td{padding-top:0}.program-week__table table tr:last-child td{border:none;padding-bottom:0}.program-week__day{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.program-week__name{text-align:left}.program-week__weight{-ms-flex-negative:0;flex-shrink:0}.program-week__images{margin-top:45px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.program-week__image-ibg{aspect-ratio:77/109;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:12px;overflow:hidden}.program-info{width:50.1550387597%;-ms-flex-negative:0;flex-shrink:0;border-radius:12px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px 40px 50px;overflow:hidden}.program-info__subtitle:not(:last-child){margin-bottom:12px}.program-info__link-popup{display:inline-block;margin-bottom:31px;font-weight:700;color:var(--green);text-decoration:underline;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);cursor:pointer}.program-info__link-popup:hover{color:var(--grey)}.program-info__title{padding-top:20px;position:relative;font-size:24px;line-height:1.2083333333;font-weight:700}.program-info__title::after{content:"";width:200%;left:-50px;background:#69686d;height:1px;position:absolute;top:0}.program-info .button{min-height:51px;font-size:16px;font-weight:700}.program-info .button:not(:last-child){margin-bottom:8px}.program-info__table{padding:24px 0}.program-info__table table{width:100%;font-family:Nunito}.program-info__table table td{padding:10px;line-height:1.375;border-bottom:1px dashed #69686d}.program-info__table table td:last-child{padding-right:0;text-align:right}.program-info__table table td:first-child{padding-left:0}.program-info__table table tr:first-child td{padding-top:0}.program-info__table table tr:last-child td{border:none;padding-bottom:0}.program-info__descr{font-size:15px;color:var(--grey)}.calc{padding:37px 0 53px}.calc .h2{text-align:center}.calc .h2:not(:last-child){margin-bottom:70px}.calc-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:44px}.calc-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.calc-form__item{padding:0 20.5px}.calc-form__item:not(:last-child){border-right:1px dashed #404552}.calc-form__item:first-child{padding-left:0;-ms-flex-preferred-size:40%;flex-basis:40%}.calc-form__item:last-child{padding-right:0}.calc-form__item .options{display:block}.calc-form__item .options .options__text{position:relative;display:inline;padding-right:24px}.calc-form__item .options .options__text img,.calc-form__item .options .options__text svg{position:absolute;top:0;right:0}.calc-form__item .options .options__item:not(:last-child){margin-bottom:16px}.calc-form__inputs{margin-top:18px}.calc-form__input{position:relative}.calc-form__input svg{width:24px;position:absolute;left:20px;top:16px}.calc-form__input:not(:last-child){margin-bottom:18px}.calc-form__input .input{height:56px;font-size:16px;padding-left:54px}.calc-form__title{font-size:18px;font-weight:500}.calc-form__title:not(:last-child){margin-bottom:18px}.options2{border-radius:12px;border:1px solid rgba(255,255,255,.3);display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);padding:6px}.options2__input:checked+.options2__label{background:var(--green);color:#23300c}.options2__label{border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);gap:10px;color:var(--white);padding:10px;cursor:pointer;padding-left:36px}.options2__label svg{fill:currentColor}.calc-form-block{border-radius:12px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;width:340px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.calc-form-block .button{width:100%}.calc-form-block .button:not(:last-child){margin-bottom:30px}.calc-form-block__label{line-height:1.1875}.calc-form-block__label:not(:last-child){margin-bottom:8px}.calc-form-block__ccal p{font-size:48px;line-height:1.2083333333}.blog{background:#fff;padding:32px 0 98px;color:#36363d}.blog__title:not(:last-child){margin-bottom:32px}.blog__items{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:70px 60px}.blog-item>:not(:last-child){margin-bottom:16px}.blog-item__image-ibg{border-radius:12px;overflow:hidden;display:block;aspect-ratio:612/410}.blog-item__image-ibg:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.blog-item__image-ibg img{-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.blog-item__time{display:inline-block;letter-spacing:.6px;font-size:12px;color:var(--grey)}.blog-item .button{padding:5px 36px;font-size:16px;font-weight:500;min-height:50px}.blog-item__title{font-size:21px;font-style:normal;font-weight:500;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.blog-item__title:hover{color:var(--green)}.blog-item__text{line-height:1.1875}.article{background:var(--white);color:#36363d;padding:34px 0 100px}.article .breadcrumbs:not(:last-child){margin-bottom:28px}.article__title:not(:last-child){margin-bottom:28px}.article__content p,.article__content ul{line-height:19px}.article__content p:not(:last-child),.article__content ul:not(:last-child){margin-bottom:25px}.article__content ul b{color:var(--green)}.article__content ul li{padding-left:25px;position:relative}.article__content ul li:not(:last-child){margin-bottom:12px}.article__content ul li::before{content:"";width:18px;height:18px;position:absolute;top:0;left:0;background:url(../img/svg/ch.svg) center/100% 100%}.article__content h2{font-size:36px;line-height:1.1944444444}.article__content h2:not(:last-child){margin-bottom:15px}.article__content h4{font-size:24px;line-height:1.2083333333;font-weight:500}.article__content h4:not(:last-child){margin-bottom:20px}.article__content img{border-radius:12px;max-width:100%;display:block}.article__content img:not(:last-child){margin-bottom:36px}.article__result{margin-top:90px;border-radius:12px;border:1px solid #a7e03c;background:rgba(167,224,60,.05);padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:28px}.article__result-icon{width:52px;-ms-flex-negative:0;flex-shrink:0}.article__result-icon img,.article__result-icon svg{max-width:100%}.article__result-title{font-size:36px}.article__result-title:not(:last-child){margin-bottom:20px}.article__result-text{line-height:1.1875}.footer__top{padding:20px 0;position:relative}.footer__top::after{content:"";top:0;left:-50vw;width:200vw;height:100%;background:#1f1e24;position:absolute}.footer__row{position:relative;z-index:2;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:60px}.footer__logo{display:inline-block}.footer__logo img{max-width:100%}.footer__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 30px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__link{-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.footer__link:hover{color:var(--green)}.footer__info{text-align:right}.footer__phone{font-size:21px;font-weight:900;line-height:26px;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.footer__phone:hover{color:var(--green)}.footer__work-time{line-height:26px;color:var(--grey)}.footer__bottom{padding:8px 0}.footer__copy{color:var(--grey);text-align:center;font-size:14px;font-weight:400;line-height:26px;margin:0 auto}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;-webkit-box-sizing:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{-webkit-box-sizing:inherit!important;box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.simplebar-height-auto-observer{-webkit-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity .2s .5s linear;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}@media (min-width:767.98px){.why__items--mob{display:none}.test__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.test__button{min-width:253px}.eat__arrow.swiper-button-disabled{pointer-events:none;opacity:.3;width:30px}}@media (min-width:991.98px){.test__row{gap:40px}.order__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__list.mob{display:none}}@media (min-width:1201px){.header__menu-btn{display:none}}@media (min-width:1300px){.how__decor-line{width:657px}}@media (min-width:1500px){.link-top .mob{display:none}}@media (min-width:1600px){.hero-block__title{font-size:64px}.test__row{gap:90px}.how__decor1{max-width:245px}.how__decor2{max-width:521px}.order__decor{max-width:280px}.calc-form__item .options .options__label::before{width:22px;height:22px;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px}.calc-form__item .options .options__label::after{top:4.5px;left:4.5px;width:13px;height:13px}}@media (min-width:1900px){.h2{font-size:48px}.h1{font-size:64px}.faq__decor{max-width:412px}}@media (max-width:1800px){.hero-block{padding-top:220px}.hero-block__image{top:0;-webkit-transform:translate(-10%,-30%);-ms-transform:translate(-10%,-30%);transform:translate(-10%,-30%)}}@media (max-width:1700px){.header__logo{max-width:90px}.hero-block__title{font-size:44px!important;line-height:1.296875}.why__decor{max-width:250px;top:-150px}}@media (max-width:1600px){[class*=__container]{max-width:1100px}.button{min-height:56px;font-size:16px}.input{height:56px;font-size:16px}.popup__content{max-width:50%;padding:30px;min-width:500px}.popup__close{top:30px;right:30px}.popup__title{font-size:26px}.popup__title:not(:last-child){margin-bottom:24px}.popup__image-ibg{height:auto;aspect-ratio:858/394;max-height:250px;width:100%}.popup__text-scroll p,.popup__text-scroll ul{font-size:15px}.popup__text-scroll h4{font-size:20px}.popup__text-scroll h4:not(:first-child){margin-top:24px}.popup__text-scroll h4:not(:last-child){margin-bottom:16px}.header{padding:8px 0}.header__container{max-width:1780px}.hero-block__container{max-width:80vw}.hero-block{padding-top:180px}.hero-block__content{max-width:65%}.hero-block__subtitle{font-size:20px}.hero-block__delivery{padding:12px;font-size:14px}.hero-block__buttons{gap:16px;max-width:600px}.sale{padding:60px 0}.test__row{padding:0}.test__content{max-width:500px}.test__text{font-size:18px}.test__video-ibg{aspect-ratio:391/492;width:500px}.how .h2:not(:last-child){margin-bottom:50px}.how__decor-img{max-width:300px}.how__decor-small{max-width:130px}.how__decor-line{width:550px;-webkit-transform:translate(-50%,30%);-ms-transform:translate(-50%,30%);transform:translate(-50%,30%)}.how-item{width:300px}.how-item__title{font-size:19px}.how-item__text{font-size:14px}.order__decor{top:-160px}.order__content{padding:32px}.order__head{gap:30px}.order-form__row{gap:30px}.about__content .h2:not(:last-child){margin-bottom:30px}.about__map-ibg{width:45%}.eat{padding:70px 0}.eat__descr{font-size:20px}.program{padding:60px 0}.program__head:not(:last-child){margin-bottom:36px}.program__tabs-title{font-size:14px}.program__tabs-content{padding-top:40px}.program__tabs-row{gap:25px}.program-week__table table{font-size:14px}.program-week__table table td{padding:10px}.program-info{padding:30px}.program-info__subtitle{font-size:14px}.program-info__table table{font-size:14px}.program-info__descr{font-size:14px}.calc-form{gap:24px}.calc-form__item:first-child{-ms-flex-preferred-size:30%;flex-basis:30%}.calc-form__item .options .options__text{font-size:14px}.calc-form__item .options .options__text img,.calc-form__item .options .options__text svg{width:16px}.options2__label{padding-left:16px}.calc-form-block{width:270px;padding:30px 20px}.calc-form-block .button{font-size:16px;padding:5px}.blog__items{gap:40px}.footer__container{max-width:1290px}}@media (max-width:1500px){.link-top .pc{display:none}.link-top{border-radius:100px;width:40px;height:40px;background:var(--green);color:var(--white);left:20px;bottom:20px}.header__bg{background:rgba(31,30,36,.5);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.header__right{gap:30px}.header__phone{font-size:18px;line-height:1.1111111111}.menu__list{gap:16px}.menu__link{font-size:14px}.footer__logo{max-width:100px}}@media (max-width:1400px){.hero-block__container{max-width:1200px}}@media (max-width:1330px){.why__decor{max-width:200px}.test__content .h2:not(:last-child){margin-bottom:25px}.order__head{gap:20px}.order-form__row{gap:20px}.about__row{gap:30px}.article__content h2{font-size:32px}.article__content h4{font-size:22px}.article__result-title{font-size:24px;font-weight:500}.footer__row{gap:30px}.footer__right{gap:30px}.footer__list{gap:8px 16px}.footer__phone{font-size:18px}.footer__work-time{font-size:13px}}@media (max-width:1200px){.icon-menu{display:block;position:relative;width:34px;height:24px;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:3px;background-color:var(--green);border-radius:3px}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - 1px);display:inline-block}.menu-open .icon-menu{position:fixed;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - 1px);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:100%}.menu-open .icon-menu::after{bottom:calc(50% - 1px);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:100%}.h2{font-size:32px}.header{padding:8px 0 10px;border:none}.header__container{-ms-grid-columns:1fr auto 1fr;grid-template-columns:1fr auto 1fr}.header__right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__info{display:block;text-align:center}.header__languages{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.menu{position:fixed;width:100%;height:100%;top:0;left:0;background:#36363d;-webkit-transition:all .3s cubic-bezier(.5,.02,.13,.5);transition:all .3s cubic-bezier(.5,.02,.13,.5);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);overflow-y:auto}.menu::before{content:"";position:sticky;top:0;left:0;width:100%;height:100px;background:#36363d}.menu-open .menu{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu__body{padding:0 20px 50px}.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;text-align:center}.menu__link{font-size:16px}.hero-block__container{max-width:100%}.hero-block__bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,color-stop(11.87%,rgba(0,0,0,.8)),color-stop(42.07%,rgba(0,0,0,0))),-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),color-stop(130.16%,rgba(0,0,0,0))),no-repeat;background:linear-gradient(0deg,rgba(0,0,0,.8) 11.87%,rgba(0,0,0,0) 42.07%),linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 130.16%),no-repeat}.hero-block__content{max-width:780px}.hero-block__image{-webkit-transform:translate(-30%,-45%);-ms-transform:translate(-30%,-45%);transform:translate(-30%,-45%);max-width:600px}.hero-block__title{font-size:32px}.how-item__text{font-size:13px}.order__head .button{width:calc(50% - 10px)}.order-form__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order-form__rules{width:100%;padding:24px 20px 20px}.footer__link{font-size:13px}}@media (max-width:1200px) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:991.98px){.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__logo{max-width:77px}.header__work-time{font-size:13px}.hero-block{padding-top:150px;padding-bottom:40px;min-height:100vmax}.hero-block__bg{-webkit-filter:blur(2px);filter:blur(2px)}.hero-block__bg img{-o-object-position:top right;object-position:top right}.hero-block__image{height:100%;max-width:none;-webkit-transform:translate(-10%,0);-ms-transform:translate(-10%,0);transform:translate(-10%,0);width:100%;z-index:2;left:0;min-width:700px}.hero-block__image::after{content:"";position:absolute;top:0;left:0;width:170%;height:100%;background:-webkit-gradient(linear,left bottom,left top,color-stop(11.87%,rgba(0,0,0,.8)),color-stop(42.07%,rgba(0,0,0,0))),-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),color-stop(130.16%,rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,.8) 11.87%,rgba(0,0,0,0) 42.07%),linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 130.16%);-webkit-filter:blur(2px);filter:blur(2px)}.hero-block__subtitle{font-size:21px;line-height:1.1904761905}.hero-block__buttons{gap:16px}.why{padding:60px 0}.why__decor{display:none}.test__video-ibg{width:40%}.how{padding:90px 0}.how__decor-img{max-width:250px}.how__decor-small{max-width:100px}.how__decor-line{-webkit-transform:translate(-50%,30%);-ms-transform:translate(-50%,30%);transform:translate(-50%,30%)}.how-item{width:250px}.faq__decor{display:none}.order__decor{display:none}.order__content{border:5px solid var(--green);padding:20px 15px}.order__head{padding-bottom:20px;border-bottom:1px dashed #404552}.order__head .h2{text-align:center;margin-bottom:17px}.order__head .button{width:100%}.eat__head:not(:last-child){margin-bottom:33px}.eat-card__descr{font-size:14px}.program-week__titles{gap:10px}.program-week__title{width:37px;height:34px;font-size:13px}.program-info__link-popup{margin-bottom:20px;font-size:14px}.calc .h2:not(:last-child){margin-bottom:20px}.calc-form{display:block}.calc-form__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.calc-form-block{width:100%;margin-top:20px;padding:20px 20px 11px}.calc-form-block .button:not(:last-child){margin-bottom:16px}.blog-item__title{font-size:18px}.blog-item__text{font-size:14px}.footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__list.pc{display:none}.footer__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-top:20px;border-top:1px dashed #404552}.footer__info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (max-width:991.98px) and (max-width:768px){.how__decor-line{width:350px}}@media (max-width:991px){.faq__decor{max-width:100px}.order__decor{max-width:120px}}@media (max-width:900px){.how__decor-img{max-width:230px}.how__decor-line{-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}}@media (max-width:768px){.h1{font-size:32px}.how__decor1{max-width:100px}.how__decor2{max-width:200px}.how__decor-line{width:350px}}@media (max-width:767.98px){.wrapper-bg{background:0 0}.button{min-height:50px}.input{height:50px}.checkbox__input:checked+.checkbox__label:before{background:url(../img/svg/check.svg) center/14px 14px no-repeat,rgba(255,255,255,.1)}.checkbox__label:before{width:20px;height:20px;border-radius:4px;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.checkbox__text{font-size:14px}.select__title{height:40px}.select__value{padding:0 10px;font-size:13px}.select__scroll{max-height:190px}.select__option{font-size:13px}.popup__content{background:var(--text,#36363d);width:100%;max-width:100%;padding:18px 16px 30px;min-width:auto}.popup__close{width:34px;height:34px;top:18px;right:16px}.popup__close svg{max-width:100%}.popup__top:not(:last-child){margin-bottom:17px}.popup__title{font-size:21px}.popup__image-ibg{aspect-ratio:328/195;max-height:300px;width:100%}.popup__text-scroll{padding-right:12px}.popup__text-scroll::-webkit-scrollbar{width:3px}.popup__text-scroll::-webkit-scrollbar-track{background:#1a1a1e;width:3px}.popup__text-scroll::-webkit-scrollbar-thumb{width:3px}.popup__text-scroll p,.popup__text-scroll ul{font-size:14px}.popup__text-scroll h4{font-size:18px}.popup__text-scroll h4:not(:first-child){margin-top:20px}.popup__text-scroll h4:not(:last-child){margin-bottom:10px}.popup-phone .popup__close{width:24px;height:24px;top:10px;right:10px}.popup-phone .popup__content{padding:40px 24px}.hero-block__content{max-width:100%}.hero-block__title{text-align:center}.hero-block__title:not(:last-child){margin-bottom:50px}.hero-block__subtitle{text-align:center}.hero-block__delivery:not(:last-child){margin-bottom:24px}.hero-block__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.hero-block__text-descr{text-align:center;margin-top:53px;font-size:15px}.sale{padding:45px 0 50px}.sale__head{display:block;text-align:center}.sale__head:not(:last-child){margin-bottom:30px}.sale__proc{margin-bottom:18px}.sale .h2{line-height:1.1944444444}.sale .h2:not(:last-child){margin-bottom:15px}.sale-form__items{gap:16px}.sale-form__items>*{-ms-flex-preferred-size:calc(50% - 8px);flex-basis:calc(50% - 8px)}.why{padding:20px 0 40px}.why .h2:not(:last-child){margin-bottom:40px}.why__items{gap:0}.why__items--pc{display:none}.why-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:20px 15px}.why-item:first-child,.why-item:nth-child(2){padding-top:0}.why-item:nth-child(odd){border-right:1px dashed #404552;position:relative}.why-item:nth-child(odd)::after{content:"";width:100vw;left:-20px;bottom:0;height:1px;position:absolute;border-bottom:1px dashed #404552}.why-item:nth-last-child(1)::after,.why-item:nth-last-child(2)::after{content:"";display:none}.why-item__icon{width:40px;margin:0 auto}.why-item__text{font-size:13px;line-height:1.3846153846}.test{padding-top:40px}.test__content{max-width:100%}.test__content .h2{text-align:center;font-size:28px}.test__content .h2:not(:last-child){margin-bottom:20px}.test__text{max-width:100%;text-align:center}.test__text:not(:last-child){margin-bottom:15px}.test__button{margin:0 auto;max-width:233px;display:-webkit-box;display:-ms-flexbox;display:flex}.test__video-ibg{width:100%;margin:0 auto 20px;max-width:400px}.how{padding:50px 0}.how__decor1{display:none}.how__decor2{display:none}.how .h2:not(:last-child){margin-bottom:31px}.how__decor-center{display:none}.how__items{gap:25px;padding:0}.how__decor-line{display:none}.how-item{min-height:70px;width:100%;display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-grid-columns:40px 20px auto;grid-template-columns:40px auto;gap:0 20px;text-align:left;-ms-grid-rows:auto 0 auto;grid-template-areas:"icon title" "icon text"}.how-item:nth-last-child(2) .how-item__icon::after{display:none!important}.how-item__decor{display:none}.how-item__icon{height:auto;width:40px;grid-area:icon;position:relative}.how-item__icon::after{content:"";top:calc(100% + 13px);left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:25px;width:15px;background:url(../img/how/line-mob.svg) center/100% 100%}.how-item__icon img{width:100%;height:auto}.how-item__icon:not(:last-child){margin-bottom:0}.how-item__title{font-size:15px}.how-item__title:not(:last-child){margin-bottom:4px}.faq{padding:43px 0 49px}.faq .h2{text-align:left}.faq .h2:not(:last-child){margin-bottom:37px}.spollers__item{padding:16px 0}.spollers__title{font-size:15px;line-height:1.2}.spollers__text{font-size:13px;line-height:1.2307692308;max-width:100%}.order{padding:40px 0 35px}.order__head:not(:last-child){margin-bottom:20px}.order__head .button{font-size:13px;min-height:40px;padding:3px 5px}.order-form__row{gap:10px}.order-form__items{gap:6px}.order-form__item{width:calc(50% - 4px)}.order-form__item .input{height:40px;padding:0 10px;font-size:13px}.order-form__rules-items>:not(:last-child){margin-bottom:20px}.about{padding:40px 0;background:#1f1e24}.about__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__content .h2{font-size:24px}.about__content .h2:not(:last-child){margin-bottom:12px}.about__map-ibg{width:100%;max-width:400px;aspect-ratio:320/370;margin-bottom:27px}.seo-text{padding:30px 0}.seo-text__scroll-text{padding-right:30px;max-width:100%}.seo-text__scroll-text p,.seo-text__scroll-text ul{font-size:13px}.seo-text__scroll-text h4:not(:first-child){margin-top:24px}.seo-text__scroll-text h4{font-size:16px}.seo-text__scroll-text h4:not(:last-child){margin-bottom:16px}.eat{padding:57px 0 30px}.eat__head{text-align:center}.eat__descr{font-size:18px}.eat__arrows{position:absolute;left:0;width:100%;top:50%;z-index:4;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eat__arrow{padding:10px;color:var(--white);background:var(--green);width:40px;height:40px}.eat__arrow svg{max-width:100%}.eat .swiper-slide{width:250px}.eat__slider.swiper{overflow:visible}.eat-card__info{padding:20px}.program{padding:30px 0 40px}.program__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:20px}.program__head:not(:last-child){margin-bottom:27px}.program__label{font-size:12px}.program__label svg{width:21px}.program__tabs-titles{border:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.program__tabs-title{padding:12px 20px;text-align:center;border-radius:12px;border:1px solid var(--grey);-ms-flex-preferred-size:calc(50% - 8px);flex-basis:calc(50% - 8px)}.program__tabs-title::after{display:none}.program__tabs-title._tab-active{border-color:var(--green)}.program__tabs-content{padding-top:32px}.program__tabs-row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:30px}.program-week{width:100%}.program-week__titles:not(:last-child){margin-bottom:25px}.program-week__title-big{font-size:21px}.program-week__title-big:not(:last-child){margin-bottom:11px}.program-week__table table{display:-webkit-box;display:-ms-flexbox;display:flex}.program-week__table table tbody{width:100%}.program-week__table table td{display:block;padding:0;border:none}.program-week__table table td:first-child{margin-bottom:4px;font-size:15px;color:var(--white)}.program-week__table table tr{padding:10px 0;display:block}.program-week__table table tr:not(:last-child){border-bottom:1px dashed #69686d}.program-week__table table tr:first-child{padding-top:0}.program-week__table table tr:last-child{padding-bottom:0}.program-week__day{color:var(--grey)}.program-info{width:100%;padding:20px}.program-info__subtitle{font-size:13px}.program-info__subtitle:not(:last-child){margin-bottom:8px}.program-info__title{padding-top:14px;font-size:18px}.program-info .button{font-size:15px;min-height:50px}.program-info__table{padding:13px 0 18px}.program-info__table table{font-size:13px}.program-info__table table td{padding:8px}.program-info__descr{font-size:13px}.calc{padding:20px 0 70px}.calc-form__row{display:block}.calc-form__item{padding:0}.calc-form__item:not(:last-child){border-right:none}.calc-form__item:first-child{margin-bottom:26px}.calc-form__item:last-child{padding-top:26px;margin-top:26px;border-top:1px dashed #404552}.calc-form__item .options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:18px}.calc-form__item .options .options__text{position:inherit;font-size:12px;padding-right:0}.calc-form__item .options .options__text img,.calc-form__item .options .options__text svg{position:absolute;top:-7px;right:-6px;width:14px;background:#2e3425;border-radius:50%}.calc-form__item .options .options__label{border-radius:12px;border:1px solid rgba(255,255,255,.3);padding:12px 10px}.calc-form__item .options .options__label::after{top:17px;left:15px}.calc-form__item .options .options__item:not(:last-child){margin-bottom:0}.calc-form__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.calc-form__input svg{display:none}.calc-form__input:not(:last-child){margin-bottom:0}.calc-form__input .input{padding-left:16px;padding-right:5px;height:40px;font-size:13px}.calc-form__input .input::-webkit-input-placeholder{font-size:13px}.calc-form__input .input::-moz-placeholder{font-size:13px}.calc-form__input .input:-ms-input-placeholder{font-size:13px}.calc-form__input .input::-ms-input-placeholder{font-size:13px}.calc-form__input .input::placeholder{font-size:13px}.options2__label{font-size:13px;padding-left:34px}.blog{padding:15px 0 58px}.blog__title:not(:last-child){margin-bottom:17px}.blog-item__title{font-size:16px}.article{padding:23px 0 70px}.article .breadcrumbs:not(:last-child){margin-bottom:16px}.article__title{font-size:24px}.article__title:not(:last-child){margin-bottom:23px}.article__content p:not(:last-child),.article__content ul:not(:last-child){margin-bottom:20px}.article__content h2{font-size:24px;font-weight:500}.article__content h2:not(:first-child){margin-top:36px}.article__content h4{font-size:18px}.article__content h4:not(:first-child){margin-top:36px}.article__content h4:not(:last-child){margin-bottom:12px}.article__content img{height:260px;-o-object-fit:cover;object-fit:cover}.article__result{margin-top:32px}.article__result-icon{display:none}.article__result-title{font-size:18px}.article__result-title:not(:last-child){margin-bottom:12px}.footer__top{padding-top:28px}.footer__logo{max-width:85px}.footer__copy{line-height:19px;max-width:315px}.how-item__title{-ms-grid-row:1;-ms-grid-column:3}.how-item__text{-ms-grid-row:3;-ms-grid-column:3}}@media (max-width:767.98px){.how-item__icon{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1}}@media (max-width:600px){.blog__items{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}@media (max-width:479.98px){.sale-form__items>*{-ms-flex-preferred-size:100%;flex-basis:100%}.program-week__title{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.program-week__images{gap:2px}}@media (min-width:1200px) and (max-width:1900px){@supports (font-size:clamp(32px ,4.5714285714px + 2.2857142857vw ,48px)){.h2{font-size:clamp(32px ,4.5714285714px + 2.2857142857vw ,48px)}}@supports not (font-size:clamp(32px ,4.5714285714px + 2.2857142857vw ,48px)){.h2{font-size:calc(32px + 1 * (100vw - 1200px)/ 43.75)}}}@media (min-width:768px) and (max-width:1900px){@supports (font-size:clamp(32px ,10.2897526502px + 2.8268551237vw ,64px)){.h1{font-size:clamp(32px ,10.2897526502px + 2.8268551237vw ,64px)}}@supports not (font-size:clamp(32px ,10.2897526502px + 2.8268551237vw ,64px)){.h1{font-size:calc(32px + 2 * (100vw - 768px)/ 70.75)}}}@media (min-width:1200px) and (max-width:1600px){@supports (font-size:clamp(32px ,-64px + 8vw ,64px)){.hero-block__title{font-size:clamp(32px ,-64px + 8vw ,64px)}}@supports not (font-size:clamp(32px ,-64px + 8vw ,64px)){.hero-block__title{font-size:calc(32px + 2 * (100vw - 1200px)/ 25)}}}@media (min-width:768px) and (max-width:1600px){@supports (max-width:clamp(100px ,-33.8461538462px + 17.4278846154vw ,245px)){.how__decor1{max-width:clamp(100px ,-33.8461538462px + 17.4278846154vw ,245px)}}@supports not (max-width:clamp(100px ,-33.8461538462px + 17.4278846154vw ,245px)){.how__decor1{max-width:calc(100px + 9.0625 * (100vw - 768px)/ 52)}}@supports (max-width:clamp(200px ,-96.3076923077px + 38.5817307692vw ,521px)){.how__decor2{max-width:clamp(200px ,-96.3076923077px + 38.5817307692vw ,521px)}}@supports not (max-width:clamp(200px ,-96.3076923077px + 38.5817307692vw ,521px)){.how__decor2{max-width:calc(200px + 20.0625 * (100vw - 768px)/ 52)}}}@media (min-width:768px) and (max-width:1300px){@supports (width:clamp(350px ,-93.1879699248px + 57.7067669173vw ,657px)){.how__decor-line{width:clamp(350px ,-93.1879699248px + 57.7067669173vw ,657px)}}@supports not (width:clamp(350px ,-93.1879699248px + 57.7067669173vw ,657px)){.how__decor-line{width:calc(350px + 19.1875 * (100vw - 768px)/ 33.25)}}}@media (max-width:991.98px) and (min-width:991px){.how__decor-line{width:600px}}@media (max-width:991.98px) and (min-width:768px) and (max-width:991px){@supports (width:clamp(350px ,-510.9865470852px + 112.1076233184vw ,600px)){.how__decor-line{width:clamp(350px ,-510.9865470852px + 112.1076233184vw ,600px)}}@supports not (width:clamp(350px ,-510.9865470852px + 112.1076233184vw ,600px)){.how__decor-line{width:calc(350px + 15.625 * (100vw - 768px)/ 13.9375)}}}@media (min-width:991px) and (max-width:1900px){@supports (max-width:clamp(100px ,-240.1452145215px + 34.3234323432vw ,412px)){.faq__decor{max-width:clamp(100px ,-240.1452145215px + 34.3234323432vw ,412px)}}@supports not (max-width:clamp(100px ,-240.1452145215px + 34.3234323432vw ,412px)){.faq__decor{max-width:calc(100px + 19.5 * (100vw - 991px)/ 56.8125)}}}@media (min-width:991px) and (max-width:1600px){@supports (max-width:clamp(120px ,-140.3612479475px + 26.2725779967vw ,280px)){.order__decor{max-width:clamp(120px ,-140.3612479475px + 26.2725779967vw ,280px)}}@supports not (max-width:clamp(120px ,-140.3612479475px + 26.2725779967vw ,280px)){.order__decor{max-width:calc(120px + 10 * (100vw - 991px)/ 38.0625)}}}@media (hover:hover){.button:hover::before{opacity:.3;width:calc(var(--width) * 2.25);padding-top:calc(var(--width) * 2.25)}.button--outline:hover{color:var(--bg)}.button--outline:hover::before{opacity:1}}@media (any-hover:hover){.select__option:hover{color:var(--green)}}