:root{--font-main:"Basel",sans-serif;--font-secondary:"BaselMono",sans-serif;--black-pure:#000;--black:#161616;--black-secondary:#040404;--white-pure:#fff;--white-soft:#fbf1e0;--red:#de7963;--main-color:var(--white-soft);--secondary-color:var(--black);--error-color:var(--red);--add-offsize:1rem}.popup--form-dark{--color-placeholder:rgba(251, 241, 224, 0.4);--color-input:var(--white-soft)}.popup--form-light{--color-placeholder:rgba(22, 22, 22, 0.4);--color-input:var(--black)}@font-face{font-family:Basel;font-display:swap;src:url(../fonts/Basel-Grotesk-Bold.woff2) format("woff2"),url(../fonts/Basel-Grotesk-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:BaselMono;font-display:swap;src:url(../fonts/Basel-Grotesk-Mono-Bold.woff2) format("woff2"),url(../fonts/Basel-Grotesk-Mono-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Basel;font-display:swap;src:url(../fonts/Basel-Grotesk-Regular.woff2) format("woff2"),url(../fonts/Basel-Grotesk-Regular.woff) format("woff");font-weight:400;font-style:normal}*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:var(--main-color);line-height:1;font-family:var(--font-main);font-size:var(--main-offsize);-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:var(--font-main);font-size:inherit}button{cursor:pointer;color:inherit;background-color:inherit}a{color:inherit}a:link,a:visited{text-decoration:none}a:hover{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;background-color:var(--black)}@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]:not(.embla__container){max-width:107.8125rem;margin:0 auto}.form{font-family:var(--font-secondary)}.form__inputs{border-top:1px solid var(--color-input)}.form__button{width:100%;max-width:206px;margin:0 auto}.form__error{color:var(--error-color);padding:4px 0 0 4px}.button{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;border:var(--border-width,.0625rem) solid var(--border-color-button,transparent);background-color:var(--background-color-button,transparent);border-radius:var(--border-radius-button,1.875rem);letter-spacing:.05em;text-transform:uppercase;text-align:center;font-weight:700;-webkit-transition:color .4s ease,background-color .4s ease,border-color .4s ease;transition:color .4s ease,background-color .4s ease,border-color .4s ease}.button--white{--border-color-button:var(--white-soft);color:var(--white-soft)}.button--dark{--border-color-button:var(--black-secondary);color:var(--black-secondary)}.button--disabled{pointer-events:none;cursor:not-allowed}button[type=submit] span,button[type=submit] svg{-webkit-transition:opacity .6s ease;transition:opacity .6s ease}._sending button[type=submit]{position:relative}._sending button[type=submit]::after{content:"";position:absolute;margin:auto;left:0;top:0;bottom:0;right:0;-webkit-animation:load-spin ease infinite 3s;animation:load-spin ease infinite 3s;width:8px;height:8px;border-radius:100%;-webkit-box-shadow:8px 8px var(--secondary),-8px 8px rgba(251,241,224,.4),-8px -8px var(--secondary),8px -8px rgba(251,241,224,.4);box-shadow:8px 8px var(--secondary),-8px 8px rgba(251,241,224,.4),-8px -8px var(--secondary),8px -8px rgba(251,241,224,.4)}._sending button[type=submit] span,._sending button[type=submit] svg{opacity:0}input[type=email],input[type=number],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:inherit;font-weight:inherit;color:inherit}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{font-size:inherit;font-weight:inherit;color:inherit}input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder{font-size:inherit;font-weight:inherit;color:inherit}input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,textarea::-ms-input-placeholder{font-size:inherit;font-weight:inherit;color:inherit}input[type=email]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder{font-size:inherit;font-weight:inherit;color:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input{width:100%;display:block;letter-spacing:.15em;text-transform:uppercase;font-weight:700;background-color:transparent;-webkit-transition:color .4s ease,border-color .4s ease;transition:color .4s ease,border-color .4s ease;border-bottom:1px solid var(--color-input)}.input:not(:-moz-placeholder-shown){color:var(--color-input)}.input:not(:-ms-input-placeholder){color:var(--color-input)}.input:not(:placeholder-shown){color:var(--color-input)}.input:-moz-placeholder-shown{color:var(--color-placeholder)}.input:-ms-input-placeholder{color:var(--color-placeholder)}.input:placeholder-shown{color:var(--color-placeholder)}.input._form-error{border-color:var(--error-color)}.input::-webkit-input-placeholder{color:inherit}.input::-moz-placeholder{color:inherit}.input:-ms-input-placeholder{color:inherit}.input::-ms-input-placeholder{color:inherit}.input::placeholder{color:inherit}textarea.input{resize:none;padding:0 0}body::after{content:"";position:fixed;z-index:149;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;opacity:1}.popup__wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%;width:100%}.popup__content{width:100%;height:100dvh;padding:20px 16px;visibility:hidden;opacity:0}.loaded .popup__content{-webkit-transition:visibility .2s ease,opacity .2s ease;transition:visibility .2s ease,opacity .2s ease}.popup_show .popup__content{-webkit-transition:visibility .8s ease,opacity .8s ease;transition:visibility .8s ease,opacity .8s ease}.form-popup .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-align:center;-ms-flex-align:center;align-items:center}.popup--form-dark .popup__content,.succes .popup__content{background-color:var(--black-secondary);color:var(--white-soft)}.popup--form-light .popup__content{background-color:var(--white-soft);color:var(--black)}.lock .popup__content{visibility:visible}.popup__close{position:absolute;-webkit-transition:color .3s ease 0s;transition:color .3s ease 0s;outline:0;font-weight:700;line-height:118%;letter-spacing:.1em}.popup__close svg{-webkit-transition:-webkit-transform .3s ease 0s;transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s}.popup__thanks{text-align:center}.popup__thanks h2{margin-bottom:10px;font-size:24px;font-weight:500}.popup__thanks p{font-size:20px}.form-popup__body{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;width:100%;max-width:856px;margin:0 auto}.form-popup__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.form-popup__title{position:relative;letter-spacing:.15em;font-weight:700;line-height:1;white-space:nowrap}.form-popup__title span{position:absolute;top:0;right:0;aspect-ratio:1;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);background:url(../img/icons/r.svg) 0 0/cover no-repeat}.form-popup__descr{margin:0 auto;font-weight:700;text-transform:uppercase;text-align:center;line-height:118%}.contacts{position:fixed;z-index:30;right:0;width:100%;padding-top:16px;padding-bottom:16px;mix-blend-mode:exclusion;font-weight:700;line-height:130%;letter-spacing:.05em;text-transform:uppercase;color:var(--white-soft);-webkit-transform:translate3D(0,-200%,0);-ms-transform:translate3D(0,-200%,0);transform:translate3D(0,-200%,0)}.loaded .contacts{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.contacts[data-show-contacts=true]{-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.contacts__row{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:40px;padding-left:16px;padding-right:16px}.contacts__row:not(:first-child){padding-top:18px;border-top:1px solid var(--white-soft)}.contacts__col:first-child{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.contacts__col a{display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.contacts__col a:not(:last-child){margin-bottom:2px}.contacts__col--rowed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px}.contacts__col--rowed a:not(:last-child){margin-bottom:0}.succes__body{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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.succes__label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;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-align:center;-ms-flex-align:center;align-items:center;font-weight:635;font-size:15px;line-height:118%;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:var(--white-soft)}[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}.title{font-weight:400}.about-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:30px;font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary)}.about-row__info{display:-webkit-box;display:-ms-flexbox;display:flex}.about-row__button{font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary);white-space:nowrap}.progress-bar{position:fixed;z-index:23;left:0;width:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;color:var(--white-soft);--color-light:rgba(251, 241, 224, 0.2)}.loaded .progress-bar{-webkit-transition:color .4s ease,opacity .4s ease,visibility .4s ease;transition:color .4s ease,opacity .4s ease,visibility .4s ease}.is-light-section .progress-bar{color:var(--black);--color-light:rgba(22, 22, 22, 0.4);--white-soft:var(--black)}.menu-open .progress-bar{opacity:0;visibility:hidden}.progress-bar__inner{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}.progress-bar__left{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start}.progress-bar__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;font-weight:inherit;color:inherit;text-transform:inherit}.progress-bar__pagging{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;color:var(--color-light)}.progress-bar__right{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start}.progress-bar__steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progress-bar__step{color:var(--color-light);-webkit-transition:background-color .4s ease;transition:background-color .4s ease;background-color:var(--color-light)}.progress-bar__step:first-child{background-color:var(--white-soft)}[data-progress-step="4"] .progress-bar__step:nth-child(2){background-color:var(--white-soft)}[data-progress-step="3"] .progress-bar__step:nth-child(2){background-color:var(--white-soft)}[data-progress-step="2"] .progress-bar__step:nth-child(2){background-color:var(--white-soft)}[data-progress-step="4"] .progress-bar__step:nth-child(3){background-color:var(--white-soft)}[data-progress-step="3"] .progress-bar__step:nth-child(3){background-color:var(--white-soft)}[data-progress-step="4"] .progress-bar__step:nth-child(4){background-color:var(--white-soft)}.trigger-end,.trigger-start{position:absolute;left:0;pointer-events:none}.trigger-end{bottom:60%}.page__more-than .trigger-end{bottom:40%}.one-stop-solution .trigger-end{bottom:auto;top:0}.trigger-start{bottom:0}.one-stop-solution .trigger-start{bottom:auto;top:0}.text-elipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.visually-hidden{width:1px;margin:-1px;height:1px;border:0;padding:0;position:absolute;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.fixed-navbar{--dott-color:#fbf1e0;position:fixed;z-index:20;left:50%;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;gap:5px;min-width:117px;height:31px;border-radius:29px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background:rgba(251,241,224,.1);mix-blend-mode:exclusion}.fixed-navbar span{-webkit-box-flex:0;-ms-flex:0 0 8px;flex:0 0 8px;height:auto;aspect-ratio:1;border-radius:50%;background-color:rgba(251,241,224,.3);-webkit-transition:background-color .4s ease;transition:background-color .4s ease}[data-progress-step="3"] .fixed-navbar span{background-color:var(--dott-color)}[data-progress-step="0"] .fixed-navbar span:nth-child(1){background-color:var(--dott-color)}[data-progress-step="1"] .fixed-navbar span:nth-child(1),[data-progress-step="1"] .fixed-navbar span:nth-child(2){background-color:var(--dott-color)}[data-progress-step="2"] .fixed-navbar span:nth-child(1),[data-progress-step="2"] .fixed-navbar span:nth-child(2),[data-progress-step="2"] .fixed-navbar span:nth-child(3){background-color:var(--dott-color)}.trigger-end,.trigger-start{width:10px;height:10px;opacity:0;visibility:hidden;pointer-events:none}.trigger-start{position:absolute;top:150px;left:0}.trigger-end{position:absolute;bottom:150px;left:0}@-webkit-keyframes load-spin{0%,100%{-webkit-box-shadow:8px 8px var(--secondary-color),-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf;box-shadow:8px 8px var(--secondary-color),-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf}25%{-webkit-box-shadow:-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color);box-shadow:-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color)}50%{-webkit-box-shadow:-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color),-8px 8px #dfdfdf;box-shadow:-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color),-8px 8px #dfdfdf}75%{-webkit-box-shadow:8px -8px #dfdfdf,8px 8px #4f4d49,-8px 8px #dfdfdf,-8px -8px #4f4d49;box-shadow:8px -8px #dfdfdf,8px 8px #4f4d49,-8px 8px #dfdfdf,-8px -8px #4f4d49}}@keyframes load-spin{0%,100%{-webkit-box-shadow:8px 8px var(--secondary-color),-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf;box-shadow:8px 8px var(--secondary-color),-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf}25%{-webkit-box-shadow:-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color);box-shadow:-8px 8px #dfdfdf,-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color)}50%{-webkit-box-shadow:-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color),-8px 8px #dfdfdf;box-shadow:-8px -8px var(--secondary-color),8px -8px #dfdfdf,8px 8px var(--secondary-color),-8px 8px #dfdfdf}75%{-webkit-box-shadow:8px -8px #dfdfdf,8px 8px #4f4d49,-8px 8px #dfdfdf,-8px -8px #4f4d49;box-shadow:8px -8px #dfdfdf,8px 8px #4f4d49,-8px 8px #dfdfdf,-8px -8px #4f4d49}}.header{color:var(--main-color);--light-transparent:rgba(251, 241, 224, 0.2);mix-blend-mode:exclusion}.menu-open .header{mix-blend-mode:normal}.header{position:fixed;z-index:25;left:0;width:100%;opacity:0;visibility:hidden}.loaded .header{-webkit-transition:background-color .4s ease;transition:background-color .4s ease;opacity:1;visibility:visible}.menu-open .header{background-color:var(--black)}.header__body{position:relative}.header__top{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;margin-bottom:12px}.header__left{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.header__logo img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;mix-blend-mode:difference}.header__logo img:last-child{display:none}.header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__menu{font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary)}.header__languages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;text-align:right;color:var(--light-transparent)}.header__language{-webkit-transition:color .4s ease;transition:color .4s ease}.header__language.active{color:var(--white-soft)}.header__bottom{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;border-bottom:var(--border-width) solid var(--white-soft);border-top:var(--border-width) solid var(--white-soft);-webkit-transition:border-color .4s ease;transition:border-color .4s ease}.header__slogan{line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-weight:700;font-family:var(--font-secondary)}.menu__icon{font-size:inherit}.menu__item.active span{color:var(--white-soft)}.menu__link{font-size:inherit;font-weight:inherit;line-height:inherit;text-transform:inherit;letter-spacing:inherit;color:rgba(251,241,224,.2);-webkit-transition:color .4s ease;transition:color .4s ease}.active .menu__link{color:var(--white-soft)}.menu__item{position:relative}.menu__item.opened svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.touch .menu__sublist{padding-top:10px}.menu__sublist li{color:var(--main-color);-webkit-transition:color .4s ease;transition:color .4s ease}.menu__sublist li:not(:last-child){margin-bottom:10px}.menu__sublist li a{padding:0;font-size:16px}.footer{position:relative}.footer__body{height:100dvh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:118%;letter-spacing:.15em;text-transform:uppercase;font-weight:700;font-family:var(--font-secondary)}.footer__info{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__col{gap:57px}.footer__col--right .footer__item:last-child{text-align:right}.footer__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.footer__item a:not(:last-child){margin-bottom:2px}.footer__item--row{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__inner{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;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-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer__company-name{position:relative;line-height:1;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.footer__company-name span{position:absolute;top:0;right:0;aspect-ratio:1;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);background:url(../img/icons/r.svg) 0 0/cover no-repeat}.footer__slogan{text-transform:uppercase;line-height:109%;letter-spacing:.23em}.page__hero{position:relative}.page__health-focus{position:relative}.page__about{position:relative}.page__advanced-vitality{position:relative}.page__experts-visual{position:relative}.page__follow-up{position:relative}.hero__body{--bg-state:scroll;position:relative;z-index:26;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100svh;overflow:hidden}.hero__body.show-stage-2{--bg-state:scroll}.hero__body.show-stage-2::after{opacity:0;visibility:hidden;pointer-events:none}.hero__body::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(18,18,18,.5);pointer-events:none}.loaded .hero__body::after{-webkit-transition:opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,opacity .4s ease,visibility .4s ease;transition:transform .4s ease,opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease}.hero__block{position:absolute;width:100%;height:100%;top:0;left:0}.loaded .hero__block{-webkit-transition:opacity .8s ease var(--transition-delay,0s),visibility .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s);transition:opacity .8s ease var(--transition-delay,0s),visibility .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s),opacity .8s ease var(--transition-delay,0s),visibility .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s),opacity .8s ease var(--transition-delay,0s),visibility .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s)}.show-stage-2 .hero__block--stage-1{position:absolute;z-index:auto;opacity:0;visibility:hidden;pointer-events:none}.show-stage-2 .hero__block--stage-1 .top-hero__logo{-webkit-transform:translate3D(0,-100px,0);-ms-transform:translate3D(0,-100px,0);transform:translate3D(0,-100px,0)}.show-stage-2 .hero__block--stage-1 .top-hero__text{-webkit-transform:translate3D(0,100px,0);-ms-transform:translate3D(0,100px,0);transform:translate3D(0,100px,0)}.hero__block--stage-2{--transition-delay:0.6s;opacity:0;visibility:hidden;pointer-events:none}.show-stage-2 .hero__block--stage-2{opacity:1;visibility:visible;pointer-events:auto}.top-hero{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-align:center;-ms-flex-align:center;align-items:center}.top-hero__inner{position:relative;z-index:2;display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center}.top-hero__logo{width:100%}.loaded .top-hero__logo{-webkit-transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s)}.top-hero__logo img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.top-hero__row{max-width:460px;display:-webkit-box;display:-ms-flexbox;display:flex}.top-hero__text{font-family:var(--font-secondary);color:var(--white-soft);font-weight:635;line-height:120%;letter-spacing:.17em;text-transform:uppercase}.top-hero__text--centered{text-align:center;white-space:nowrap}.loaded .top-hero__text{-webkit-transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s)}.bottom-hero{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:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.bottom-hero__row{-webkit-transform:translate3D(0,100%,0);-ms-transform:translate3D(0,100%,0);transform:translate3D(0,100%,0);opacity:0}.loaded .bottom-hero__row{-webkit-transition:opacity .8s ease calc(var(--transition-delay,0s) + .4s),-webkit-transform .8s ease calc(var(--transition-delay,0s) + .4s);transition:opacity .8s ease calc(var(--transition-delay,0s) + .4s),-webkit-transform .8s ease calc(var(--transition-delay,0s) + .4s);transition:transform .8s ease calc(var(--transition-delay,0s) + .4s),opacity .8s ease calc(var(--transition-delay,0s) + .4s);transition:transform .8s ease calc(var(--transition-delay,0s) + .4s),opacity .8s ease calc(var(--transition-delay,0s) + .4s),-webkit-transform .8s ease calc(var(--transition-delay,0s) + .4s)}.show-stage-2 .bottom-hero__row{-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0);opacity:1}.content-hero{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start}.content-hero__top{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start;gap:30px}.content-hero__suptitle{letter-spacing:.05em;text-transform:uppercase;color:var(--white-soft)}.content-hero__title{line-height:106%}.content-hero__button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.info-bottom-hero{font-family:var(--font-secondary);font-weight:700;line-height:120%;text-transform:uppercase}.info-bottom-hero__text{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start;gap:2px}.info-bottom-hero__text a,a.info-bottom-hero__text{-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.info-bottom-hero__row{display:-webkit-box;display:-ms-flexbox;display:flex}.info-bottom-hero__row--social>a:not(:last-child){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.info-bottom-hero__row--social>a:not(:last-child)::after{content:"/"}.health-focus{position:relative;background-color:var(--white-soft);color:var(--black-secondary)}.health-focus__descr{letter-spacing:.05em;font-weight:500}.health-focus__button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.health-focus__images{display:-webkit-box;display:-ms-flexbox;display:flex}.health-focus__image{aspect-ratio:329/493;border-radius:24px;overflow:hidden}.health-focus__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.health-focus__visual{margin:0 auto}.visual-health-focus{--dott-speed:3s;--initial-delay:0.2s;--element-show-speed:0.4s;position:relative;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;opacity:0;visibility:hidden;-webkit-transition:opacity .4s ease var(--initial-delay),visibility .4s ease var(--initial-delay);transition:opacity .4s ease var(--initial-delay),visibility .4s ease var(--initial-delay)}.visual-health-focus._watcher-view{opacity:1;visibility:visible}.visual-health-focus._watcher-view::after{opacity:1;visibility:visible}.visual-health-focus::before{content:"";position:absolute;width:100%;height:1px;top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background-color:var(--black-secondary)}.visual-health-focus::after{content:"";aspect-ratio:1;height:auto;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);border-radius:50%;background-color:var(--black-secondary);-webkit-transition:left var(--dott-speed) linear calc(var(--element-show-speed) + var(--initial-delay)),opacity var(--element-show-speed) ease,visibility var(--element-show-speed) ease;transition:left var(--dott-speed) linear calc(var(--element-show-speed) + var(--initial-delay)),opacity var(--element-show-speed) ease,visibility var(--element-show-speed) ease}.visual-health-focus__item{position:relative;text-transform:uppercase;font-weight:700}.visual-health-focus__item:first-child{opacity:0;visibility:hidden;-webkit-transition:opacity var(--element-show-speed) ease var(--initial-delay),visibility var(--element-show-speed) ease var(--initial-delay);transition:opacity var(--element-show-speed) ease var(--initial-delay),visibility var(--element-show-speed) ease var(--initial-delay)}._watcher-view .visual-health-focus__item:first-child{opacity:1;visibility:visible}.visual-health-focus__item:last-child{opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease 0s,visibility .2s ease 0s;transition:opacity .2s ease 0s,visibility .2s ease 0s}._watcher-view .visual-health-focus__item:last-child{opacity:1;visibility:visible;-webkit-transition:opacity var(--element-show-speed) ease calc(var(--dott-speed) + var(--element-show-speed) + var(--initial-delay)),visibility var(--element-show-speed) ease calc(var(--dott-speed) + var(--element-show-speed) + var(--initial-delay));transition:opacity var(--element-show-speed) ease calc(var(--dott-speed) + var(--element-show-speed) + var(--initial-delay)),visibility var(--element-show-speed) ease calc(var(--dott-speed) + var(--element-show-speed) + var(--initial-delay))}.visual-health-focus__item:last-child .visual-health-focus__dott{display:none}.visual-health-focus__dott{aspect-ratio:1;height:auto;border-radius:50%}.visual-health-focus__dott--first{background-color:var(--white-soft);border:1px solid var(--black-secondary)}.visual-health-focus__dott--second{background-color:var(--black-secondary)}.visual-health-focus__value{position:absolute;left:0;-webkit-transform:translate3D(0,-100%,0);-ms-transform:translate3D(0,-100%,0);transform:translate3D(0,-100%,0);font-weight:700}.visual-health-focus__text{position:absolute;left:0;width:300px;-webkit-transform:translate3D(0,100%,0);-ms-transform:translate3D(0,100%,0);transform:translate3D(0,100%,0);line-height:120%}.no-webp .about{background:url(../img/about/about.jpg) 0 0/cover no-repeat}.about__body{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start;min-height:100svh}.about__suptitle{letter-spacing:.05em;text-transform:uppercase}.experts-visual__body{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start}.experts-visual__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.experts-visual__visual{aspect-ratio:1;margin:0 auto}.navigation-experts{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start}.navigation-experts__item{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-experts__label{line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary);white-space:nowrap}.navigation-experts__button{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;line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary);text-align:center;border:var(--border-width) solid var(--main-color);border-radius:40px;-webkit-transition:color .4s ease,border-color .4s ease,background-color .4s ease;transition:color .4s ease,border-color .4s ease,background-color .4s ease}.navigation-experts__button.active{background-color:var(--main-color);color:var(--black-secondary)}.visual-solution__inner{position:relative;width:100%;height:100%;counter-reset:item}.visual-solution__step{position:absolute;bottom:0;left:50%;height:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:var(--border-width) dashed var(--white-soft);aspect-ratio:1;border-radius:50%;opacity:.2;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.visual-solution__step--00{width:24.8175182482%}[data-active-step="0"] .visual-solution__step--00{opacity:1;border:var(--border-width) solid var(--white-soft)}[data-active-step="0"] .visual-solution__step--00 .step-solutions__item{opacity:1}[data-active-step="0"] .visual-solution__step--00 .step-solutions__inner::before{color:var(--black);background-color:var(--white-soft)}.visual-solution__step--00 .step-solutions__item{left:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%);text-align:center}.visual-solution__step--01{width:49.8783454988%}[data-active-step="1"] .visual-solution__step--01{opacity:1;border:var(--border-width) solid var(--white-soft)}[data-active-step="1"] .visual-solution__step--01 .step-solutions__item{opacity:1}[data-active-step="1"] .visual-solution__step--01 .step-solutions__inner::before{color:var(--black);background-color:var(--white-soft)}.visual-solution__step--01 .step-solutions__item:first-child{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;bottom:36.5853658537%;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.visual-solution__step--01 .step-solutions__item:nth-child(2){bottom:70.7317073171%;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.visual-solution__step--02{width:74.9391727494%}[data-active-step="2"] .visual-solution__step--02{opacity:1;border:var(--border-width) solid var(--white-soft)}[data-active-step="2"] .visual-solution__step--02 .step-solutions__item{opacity:1}[data-active-step="2"] .visual-solution__step--02 .step-solutions__inner::before{color:var(--black);background-color:var(--white-soft)}.visual-solution__step--02 .step-solutions__item:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);text-align:left}.visual-solution__step--02 .step-solutions__item:nth-child(2){-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;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);text-align:left}.visual-solution__step--02 .step-solutions__item:nth-child(3){-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.visual-solution__step--02 .step-solutions__item:nth-child(4){-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.visual-solution__step--02 .step-solutions__item:nth-child(5){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.visual-solution__step--02 .step-solutions__item:nth-child(7){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);text-align:right}.visual-solution__step--02 .step-solutions__item:nth-child(8){-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.visual-solution__step--03{width:100%}[data-active-step="3"] .visual-solution__step--03{opacity:1;border:var(--border-width) solid var(--white-soft)}[data-active-step="3"] .visual-solution__step--03 .step-solutions__item{opacity:1}[data-active-step="3"] .visual-solution__step--03 .step-solutions__inner::before{color:var(--black);background-color:var(--white-soft)}.visual-solution__step--03 .step-solutions__item:first-child{left:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%);text-align:center}.visual-solution__step--03 .step-solutions__item:nth-child(5){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.visual-solution__step--03 .step-solutions__item:nth-child(5) span{width:197px}.visual-solution__step--03 .step-solutions__item:nth-child(7){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.step-solutions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.step-solutions__inner{position:relative;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%;height:100%}.step-solutions__inner::before{counter-increment:item;content:counter(item);position:absolute;z-index:2;top:0;left:50%;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;aspect-ratio:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;border:1px solid var(--white-soft);background-color:var(--black);font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-transition:color .4s ease,background-color .4s ease;transition:color .4s ease,background-color .4s ease}.step-solutions__item{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;line-height:131%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary);opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.step-solutions__item::before{content:"";height:auto;border:var(--border-width) solid var(--white-soft);aspect-ratio:1;border-radius:50%;background-color:var(--black)}.advanced-vitality{position:relative;background-color:var(--white-soft)}.advanced-vitality__slider{overflow:hidden}.advanced-vitality__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;will-change:transform}.advanced-vitality__slide{position:relative;min-width:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.advanced-vitality__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.advanced-vitality__button{position:absolute;top:50%;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;border:var(--border-width) solid var(--white-soft);border-radius:50%;aspect-ratio:1;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:var(--white-soft);-webkit-transition:color .4s ease,background-color .4s ease,border-color .4s ease;transition:color .4s ease,background-color .4s ease,border-color .4s ease}.advanced-vitality__button[disabled]{pointer-events:none;opacity:.2}.advanced-vitality__button img,.advanced-vitality__button svg{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;height:auto;-o-object-fit:cover;object-fit:cover;aspect-ratio:9/16}.advanced-vitality__info{position:absolute}.info-advanced-vitality{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:rgba(251,241,224,.2)}.info-advanced-vitality__text{font-weight:700;line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-secondary)}.community{position:relative}.community__body{position:relative;z-index:2;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}.community__logo{margin-left:auto;margin-right:auto}.community__logo img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.community__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.community__row .community__text:first-child{text-align:left}.community__row .community__text:last-child{text-align:right}.community__text{font-family:var(--font-secondary);color:var(--white-soft);font-weight:635;line-height:120%;letter-spacing:.17em;text-transform:uppercase;text-align:center}.community__text--centered{text-align:center;white-space:nowrap}.loaded .community__text{-webkit-transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:-webkit-transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s);transition:transform .8s ease var(--transition-delay,0s),-webkit-transform .8s ease var(--transition-delay,0s)}.community__button{width:100%;margin:0 auto}.community__background{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.community__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.community__bottom{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:40px;text-transform:uppercase;color:var(--white-soft);font-family:var(--font-secondary)}.community__go-top-btn{font-family:inherit;text-transform:inherit;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.follow-up__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.follow-up__inner{min-width:0;max-width:100%;width:100%}.follow-up__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.follow-up__card{position:relative;border:.95px solid rgba(251,241,224,.5);border-radius:23px;overflow:hidden;aspect-ratio:364/546}.follow-up__card img{position:absolute;-o-object-fit:cover;object-fit:cover;z-index:3;top:50%;left:50%;width:83.7912087912%;height:auto;aspect-ratio:305/477;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.follow-up__bg-card{position:absolute;z-index:2;width:100%;height:100%;top:0;left:0;-webkit-transition:-webkit-transform 1.2s ease 0s;transition:-webkit-transform 1.2s ease 0s;transition:transform 1.2s ease 0s;transition:transform 1.2s ease 0s,-webkit-transform 1.2s ease 0s;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);border-radius:23px;overflow:hidden}.no-webp .follow-up__bg-card--01{background:url(../img/follow-up/fu-01.jpg) 0 0/cover no-repeat}.no-webp .follow-up__bg-card--02{background:url(../img/follow-up/fu-02-0.jpg) 0 0/cover no-repeat}.follow-up__bg-card--02{-webkit-animation:scale 10s ease-in 0s infinite both;animation:scale 10s ease-in 0s infinite both}.no-webp .follow-up__bg-card--03{background:url(../img/follow-up/fu-03.jpg) 0 0/cover no-repeat}.no-webp .follow-up__bg-card--04{background:url(../img/follow-up/fu-04-0.jpg) 0 0/cover no-repeat}.follow-up__bg-card--04{-webkit-animation:scale 10s ease-in 0s infinite both;animation:scale 10s ease-in 0s infinite both}.no-webp .follow-up__bg-card--05{background:url(../img/follow-up/fu-05.jpg) 0 0/cover no-repeat}.no-webp .follow-up__bg-card--06{background:url(../img/follow-up/fu-06-0.jpg) 0 0/cover no-repeat}.follow-up__bg-card--06{-webkit-animation:scale 10s ease-in 0s infinite both;animation:scale 10s ease-in 0s infinite both}.follow-up__descr{margin-left:auto;letter-spacing:.05em;line-height:1.2}.bottom-follow-up{display:-webkit-box;display:-ms-flexbox;display:flex;--scrollbar-color-thumb:#1e1e1e;--scrollbar-color-track:transparent;--scrollbar-width:thin;--scrollbar-width-legacy:4px}.follow-titles-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.follow-titles-left__item{display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;line-height:120%;color:rgba(251,241,224,.85);border:1px solid var(--black-secondary);background-color:#0f0f0f}.follow-titles-left__item:last-child{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.follow-titles-left__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.right-follow-up{border-radius:19px;background-color:#0f0f0f}.right-follow-up__title{text-transform:uppercase;color:rgba(251,241,224,.85)}.right-follow-up__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 13px}.right-follow-up__item-row{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;line-height:118%;letter-spacing:.05em;text-transform:uppercase;color:rgba(251,241,224,.85);border:.6px solid rgba(251,241,224,.85)}.right-follow-up__image{aspect-ratio:526/316}.right-follow-up__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.right-follow-up__item{letter-spacing:.05em;text-transform:uppercase;color:rgba(251,241,224,.6);border-top:.82px solid rgba(251,241,224,.6)}.embla{overflow:hidden}.embla__container{display:-webkit-box;display:-ms-flexbox;display:flex}.embla__slide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:0}@-webkit-keyframes scale{0%{-webkit-transform:scale(1.01);transform:scale(1.01)}50%{-webkit-transform:scale(1.156);transform:scale(1.156)}100%{-webkit-transform:scale(1.01);transform:scale(1.01)}}@keyframes scale{0%{-webkit-transform:scale(1.01);transform:scale(1.01)}50%{-webkit-transform:scale(1.156);transform:scale(1.156)}100%{-webkit-transform:scale(1.01);transform:scale(1.01)}}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{-ms-scroll-chaining:none;overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}@media (min-width:22.5em){.top-hero__row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.top-hero__row .top-hero__text:last-child{text-align:right}}@media (min-width:29.99875em){:root{--main-offsize:1.125rem;--title-offsize:2.5rem}.form__error{font-size:10px}.popup__close{top:38px;right:53px;font-size:15px}.header__languages{font-size:10px}.footer__body{font-size:10px}.footer__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.no-webp .hero__body{background:url(../img/hero/hero.jpg) 0 0/cover no-repeat}.top-hero__text{font-size:14px}.health-focus__images{gap:15px}.community__text{font-size:14px}.community__bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:40.62375em){:root{--border-width:1.7px}.button{padding:11.5px;font-size:14px}.input{padding:12px 0;font-size:13px}.form-popup__title span{width:7px}.form-popup__descr{max-width:665px;letter-spacing:.1em;font-size:15px}.contacts{font-size:10px}.contacts__col:last-child{-webkit-box-flex:0;-ms-flex:0 1 210px;flex:0 1 210px}.title{line-height:106%}.about-row{font-size:12px}.about-row__button{padding:6.5px 6px;border:1.5px solid var(--main-color)}.progress-bar{font-size:10px;top:50%}.progress-bar__left{gap:5px}.progress-bar__label{gap:7px}.progress-bar__right{gap:5px}.progress-bar__steps{gap:5px}.progress-bar__step{-webkit-box-flex:0;-ms-flex:0 0 11px;flex:0 0 11px;height:3px}.header__body{padding-top:30px}.header__menu{font-size:10px}.footer__inner{gap:25px}.footer__company-name span{width:7px}.footer__slogan{font-size:15px}.top-hero__logo{max-width:198px}.top-hero__row:not(:last-child){margin-bottom:20px}.top-hero__row .top-hero__text:first-child{text-align:left}.experts-visual__visual{width:411px}.navigation-experts__item{gap:27px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-experts__button{-webkit-box-flex:0;-ms-flex:0 1 234px;flex:0 1 234px}.visual-solution__step--00 .step-solutions__item{max-width:440px;width:437px;bottom:6px}.visual-solution__step--02 .step-solutions__item:first-child{bottom:19px;left:calc(50% + 53px)}.visual-solution__step--02 .step-solutions__item:nth-child(2){left:7px;bottom:19px}.visual-solution__step--02 .step-solutions__item:nth-child(3){left:20px;bottom:69px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;max-width:174px}.visual-solution__step--02 .step-solutions__item:nth-child(4){right:20px;bottom:78px}.visual-solution__step--02 .step-solutions__item:nth-child(5){bottom:183px;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);left:12px}.visual-solution__step--02 .step-solutions__item:nth-child(6){right:12px;bottom:183px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.visual-solution__step--02 .step-solutions__item:nth-child(7){left:51px;top:35px}.visual-solution__step--02 .step-solutions__item:nth-child(8){right:51px;top:35px}.visual-solution__step--03 .step-solutions__item{font-size:13px}.visual-solution__step--03 .step-solutions__item:first-child{bottom:6px}.visual-solution__step--03 .step-solutions__item:nth-child(2){bottom:50px;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.visual-solution__step--03 .step-solutions__item:nth-child(3){right:67px;bottom:50px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.visual-solution__step--03 .step-solutions__item:nth-child(4){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;bottom:50%;-webkit-transform:translate(-100%,50%);-ms-transform:translate(-100%,50%);transform:translate(-100%,50%);left:6px}.visual-solution__step--03 .step-solutions__item:nth-child(5){bottom:50%;-webkit-transform:translate(100%,95%);-ms-transform:translate(100%,95%);transform:translate(100%,95%);right:6px}.visual-solution__step--03 .step-solutions__item:nth-child(6){left:69px;top:48px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.visual-solution__step--03 .step-solutions__item:nth-child(7){right:72px;top:48px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.step-solutions__item{gap:20px;font-size:14px}.step-solutions__item::before{width:14px;-webkit-box-flex:0;-ms-flex:0 0 14px;flex:0 0 14px}.community__logo{max-width:71px;margin-bottom:30px}.community__row{max-width:460px}.community__row:not(:last-child){margin-bottom:20px}.community__button{max-width:196px}.follow-titles-left__image{aspect-ratio:798/405}}@media (min-width:47.99875em){.succes .popup__content{padding:65px 45px}.form-popup__top{gap:28px}.fixed-navbar{bottom:30px}.header{top:-10px}.header__bottom{padding-top:14px;padding-bottom:16px}.header__slogan{font-size:10px}.header__button{font-weight:700;font-size:10px;line-height:118%;letter-spacing:.05em;text-transform:uppercase;text-align:right;color:var(--dark-transparent);font-family:var(--font-secondary);-webkit-transition:color .4s ease;transition:color .4s ease}.header__mobile-curent-section{display:none}.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu__item span{display:none}.icon-menu{display:none}.footer__info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.footer__col--left{-webkit-box-flex:0;-ms-flex:0 1 948px;flex:0 1 948px}.footer__col--right{-webkit-box-flex:0;-ms-flex:0 1 487px;flex:0 1 487px}.footer__item--row{gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__block{padding:50px 44px 45px}.top-hero__logo:not(:last-child){margin-bottom:44px}.top-hero__row{gap:46px}.content-hero__suptitle{font-size:14px}.content-hero__button{padding-left:15.5px;padding-right:15.5px}.info-bottom-hero{font-size:13px;letter-spacing:.15em}.health-focus__body{margin-bottom:175px}.health-focus__title{max-width:743px}.health-focus__title:not(:last-child){margin-bottom:60px}.health-focus__title br{display:none}.health-focus__descr{max-width:556px;font-size:18px;line-height:1.2222222222}.health-focus__button{padding-left:15.5px;padding-right:15.5px}.visual-health-focus::after{width:24px;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.visual-health-focus__item:first-child .visual-health-focus__text{bottom:-20px}.visual-health-focus__item:last-child .visual-health-focus__text{bottom:-29px}.visual-health-focus__dott{width:24px;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.visual-health-focus__value{top:-25px}.visual-health-focus__text{max-width:160px;font-size:14px}.about__body{gap:38px;padding:77px 0}.about__suptitle{font-size:14px}.experts-visual__body{gap:173px}.experts-visual__title{max-width:732px;font-size:36px;line-height:118%}.navigation-experts__label{font-size:14px}.navigation-experts__button{padding:7.5px;font-size:14px}.visual-solution__step--01 .step-solutions__item:first-child{left:8px}.visual-solution__step--01 .step-solutions__item:nth-child(2){right:21px}.visual-solution__step--03 .step-solutions__item:nth-child(7){text-align:center}.step-solutions__inner::before{width:20px;font-size:13px}.advanced-vitality__slide{height:100svh}.advanced-vitality__button{width:30px}.advanced-vitality__button--prev{left:60px}.advanced-vitality__button--next{right:60px}.advanced-vitality__info{left:50%;bottom:45px;width:100%;max-width:736px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.info-advanced-vitality{padding:25px 37px;border-radius:67px}.info-advanced-vitality__descr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.info-advanced-vitality__text{font-size:12px}.info-advanced-vitality__button{-webkit-box-flex:0;-ms-flex:0 1 194px;flex:0 1 194px;font-size:12px;padding-top:6px;padding-bottom:6px}.community__body{min-height:calc(100svh - 36px)}.community__info:not(:last-child){margin-bottom:83px}.community__row{gap:46px}.community__bottom{padding-bottom:25px;font-size:10px}.follow-up__title{max-width:700px}.follow-up__title:not(:last-child){margin-bottom:112px}.follow-up__top:not(:last-child){margin-bottom:120px}.follow-up__card{-webkit-box-flex:0;-ms-flex:0 0 364px;flex:0 0 364px}.follow-up__card:not(:last-child){margin-right:43px}.follow-up__descr{max-width:50%;font-size:20px}.follow-up__descr:not(:last-child){margin-bottom:133px}.follow-up__descr p{max-width:506px}.bottom-follow-up{gap:20px}.bottom-follow-up__left{-webkit-box-flex:0;-ms-flex:0 1 798px;flex:0 1 798px}.bottom-follow-up__right{-webkit-box-flex:0;-ms-flex:0 1 526px;flex:0 1 526px}.follow-titles-left{gap:20px}.follow-titles-left__item{padding:29px 27px;border-radius:19px}.right-follow-up__top{padding:30px 30px 30px}.right-follow-up__title:not(:last-child){margin-bottom:24px}.right-follow-up__item-row{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;min-height:22px;font-size:10px;border-radius:24px}.right-follow-up__image:not(:last-child){margin-bottom:24px}.right-follow-up__item{padding:14px 30px;font-size:13px}}@media (min-width:47.99875em) and (any-hover:hover){.header__button:hover{color:var(--white-soft)}}@media (min-width:47.99875em) and (min-width:81.25em){.menu__list{gap:2.9375rem}}@media (min-width:61.99875em){.contacts{top:90px}.contacts__inner{max-width:430px;margin-left:auto;text-align:right}.contacts__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:0}.contacts__col--rowed{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__body{padding:clamp(40px,12svh,127px) 0}.bottom-hero{padding-top:184px}.bottom-hero__content{width:100%;max-width:50%;margin-left:auto}.content-hero{gap:70px}.info-bottom-hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.info-bottom-hero__col{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;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:50px}.info-bottom-hero__col:has(.info-bottom-hero__text:nth-child(3)) .info-bottom-hero__text:last-child{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.info-bottom-hero__text{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;white-space:nowrap}.info-bottom-hero__row{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.info-bottom-hero__row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.health-focus{padding:202px 0 207px}.health-focus__images{max-width:990px;margin-left:auto}.health-focus__image{-webkit-box-flex:0;-ms-flex:0 1 328px;flex:0 1 328px}.health-focus__visual{max-width:44.9328449328%}.visual-health-focus{padding:0 90px}.visual-health-focus._watcher-view::after{left:calc(100% - 90px)}.visual-health-focus::after{left:90px}.about__title{max-width:992px}.experts-visual{padding:173px 0 217px}.experts-visual__visual{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.navigation-experts{gap:26px}.visual-solution__step--03 .step-solutions__item{max-width:263px}.visual-solution__step--03 .step-solutions__item:nth-child(2){left:-66px}.follow-up{padding:197px 0 247px}.follow-up__card--empty{border:none;opacity:0;visibility:hidden;pointer-events:none}}@media (min-width:74.99875em){[class*=__container]:not(.embla__container){padding:0 45px}.contacts__row:not(:last-child){margin-bottom:73px}.experts-visual__navigation{-webkit-box-flex:0;-ms-flex:0 1 330px;flex:0 1 330px}.visual-solution__step--00 .step-solutions__item{gap:89px}.visual-solution__step--03 .step-solutions__item:nth-child(5) span{margin-top:10px}.visual-solution__step--03 .step-solutions__item span{display:block;font-size:12px}.follow-up__body{max-width:1345px;margin:0 auto}}@media (min-width:74.99875em) and (min-width:100em){.health-focus__descr:not(:last-child){margin-bottom:6.4375rem}}@media (min-width:87.5em){.experts-visual__inner{padding-left:133px}}@media (min-width:93.75em){.health-focus__images{margin-right:-170px;margin-top:-215px}}@media (min-width:106.25em){.title{font-size:3.75rem}.about__title{font-size:3.125rem}.follow-up__title{font-size:2.75rem}}@media (min-width:107.8125em){.form__inputs{margin-bottom:4.375rem}.form-popup__top{margin-bottom:4.875rem}.form-popup__title{font-size:5.5625rem}.about-row__info{gap:3rem}.header__right{gap:2.625rem}.footer__company-name{font-size:2.875rem}}@media (min-width:112.5em){.experts-visual__visual{margin-bottom:8.375rem}.follow-titles-left__item{font-size:2.125rem}.right-follow-up__title{font-size:2.125rem}}@media (min-width:90em){.visual-health-focus__value{font-size:2.125rem}.visual-solution__step--03 .step-solutions__item:nth-child(5) span{margin-left:25px}}@media (min-width:100em){.content-hero__title{font-size:4.4375rem}}@media (max-width:30em){.follow-up__title{font-size:1.875rem}.follow-titles-left__item{font-size:1rem}.right-follow-up__title{font-size:1.4375rem}}@media (max-width:20em){.form__inputs{margin-bottom:2.25rem}.form-popup__top{margin-bottom:3rem}.form-popup__title{font-size:2.3125rem}.about-row__info{gap:.6875rem}.header__right{gap:.9375rem}.footer__company-name{font-size:1.8125rem}}@media (max-width:93.75em){.health-focus__about{margin-bottom:52px}}@media (max-width:74.99875em){[class*=__container]:not(.embla__container){padding:0 16px}.contacts__row:not(:last-child){margin-bottom:30px}.health-focus__button{display:none}.visual-solution__step--03 .step-solutions__item:nth-child(5){max-width:100px}.visual-solution__step--03 .step-solutions__item span{display:none}.lenis.lenis-stopped.menu-open{overflow:visible}}@media (max-width:61.99875em){.content-hero{gap:37px}.info-bottom-hero{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:14px 55px}.info-bottom-hero__col{display:contents}.info-bottom-hero__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.health-focus__images{margin-right:-16px;margin-left:-16px;padding-right:16px;padding-left:16px;padding-bottom:10px;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;overflow:scroll}.health-focus__image{scroll-snap-align:center}.health-focus__image{-webkit-box-flex:0;-ms-flex:0 0 228px;flex:0 0 228px}.visual-health-focus{padding-left:21px;padding-right:72px}.visual-health-focus._watcher-view::after{left:calc(100% - 71px)}.visual-health-focus::after{left:21px}.experts-visual__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}.navigation-experts{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:20px 16px}.follow-up__card--empty{display:none}}@media (max-width:47.99875em){.succes .popup__content{padding:40px 20px}.form-popup__top{gap:22px}.fixed-navbar{bottom:15px}.header{top:10px}.header__bottom{margin:0 -16px;padding:13px 16px}.header__slogan{font-size:8px}.header__button{display:none}.header__mobile-curent-section{line-height:118%;letter-spacing:.05em;text-transform:uppercase;font-weight:700;font-size:8px;font-family:var(--font-secondary)}.menu__body{position:fixed;z-index:25;top:0;left:0;width:100%;overflow:auto;background-color:var(--black);-webkit-transform:translate3D(0,-100%,0);-ms-transform:translate3D(0,-100%,0);transform:translate3D(0,-100%,0)}.loaded .menu__body{-webkit-transition:-webkit-transform .4s ease 0s;transition:-webkit-transform .4s ease 0s;transition:transform .4s ease 0s;transition:transform .4s ease 0s,-webkit-transform .4s ease 0s}.menu__item{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:40px;padding:14px 16px}.menu__item:not(:last-child){border-bottom:var(--border-width) solid var(--white-soft)}.menu__item span{color:rgba(251,241,224,.2);-webkit-transition:color .4s ease;transition:color .4s ease}.icon-menu{font-weight:700;font-size:8px;line-height:118%;letter-spacing:.05em;text-transform:uppercase;text-align:right;color:rgba(251,241,224,.2);-webkit-transition:color .4s ease;transition:color .4s ease}.menu-open .icon-menu{color:var(--white-soft)}.footer__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.footer__col--right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.footer__item:first-child{-webkit-box-flex:0;-ms-flex:0 0 155px;flex:0 0 155px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__item:last-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer__item--row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.footer__separator{display:none}.hero__block{padding:50px 16px 45px}.hero__block--stage-1{padding-left:0;padding-right:0}.top-hero__inner{padding:0 16px}.top-hero__logo:not(:last-child){margin-bottom:25px}.top-hero__row{gap:20px}.content-hero__suptitle{font-size:10px}.info-bottom-hero{font-size:10px;letter-spacing:.05em}.health-focus__body{margin-bottom:103px}.health-focus__title:not(:last-child){margin-bottom:34px}.health-focus__descr{max-width:92.1787709497%;font-size:.8rem;line-height:1.171875;text-wrap:balance}.visual-health-focus::after{width:12px;-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px}.visual-health-focus__dott{width:12px;-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px}.visual-health-focus__value{top:-10px}.visual-health-focus__text{bottom:-15px;max-width:120px;font-size:10px;font-weight:400}.about__body{gap:24px;padding:47px 0}.about__suptitle{font-size:10px}.experts-visual__body{gap:92px}.experts-visual__title{font-size:26px;line-height:115%}.navigation-experts__label{font-size:9px}.navigation-experts__button{padding:7px;font-size:10px}.step-solutions__inner::before{width:17px;font-size:10px}.advanced-vitality__slide{aspect-ratio:390/526}.advanced-vitality__button{width:25px}.advanced-vitality__button--prev{left:16px}.advanced-vitality__button--next{right:16px}.advanced-vitality__info{left:0;right:0;bottom:0}.info-advanced-vitality{padding:23px 16px}.info-advanced-vitality__text{font-size:11px}.info-advanced-vitality__text--desktop-only{display:none}.info-advanced-vitality__button{font-size:10px}.community__body{min-height:calc(100svh - 80px)}.community__info:not(:last-child){margin-bottom:57px}.community__row{gap:20px}.community__bottom{padding-bottom:70px;font-size:9px;line-height:120%;letter-spacing:.17em}.follow-up__title:not(:last-child){margin-bottom:67px}.follow-up__top:not(:last-child){margin-bottom:54px}.follow-up__card{-webkit-box-flex:0;-ms-flex:0 0 285px;flex:0 0 285px}.follow-up__card:not(:last-child){margin-right:20px}.follow-up__descr{max-width:243px;font-size:.9688rem;line-height:1.2}.follow-up__descr:not(:last-child){margin-bottom:38px}.bottom-follow-up{gap:11px;overflow:auto}@supports selector(::-webkit-scrollbar){.bottom-follow-up::-webkit-scrollbar-thumb{background:var(--scrollbar-color-thumb)}.bottom-follow-up::-webkit-scrollbar-track{background:var(--scrollbar-color-track)}.bottom-follow-up::-webkit-scrollbar{max-width:var(--scrollbar-width-legacy);max-height:var(--scrollbar-width-legacy)}}.bottom-follow-up__left{-webkit-box-flex:0;-ms-flex:0 0 272px;flex:0 0 272px}.bottom-follow-up__right{-webkit-box-flex:0;-ms-flex:0 0 358px;flex:0 0 358px}.follow-titles-left{gap:8px}.follow-titles-left__item{min-height:63px;padding:16px 15px;border-radius:10px}.right-follow-up__top{padding:23px 20px 26px}.right-follow-up__title:not(:last-child){margin-bottom:23px}.right-follow-up__item-row{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px;font-size:7px;min-height:16px;border-radius:16px}.right-follow-up__image:not(:last-child){margin-bottom:28px}.right-follow-up__item{padding:9px 20px;font-size:8px}}@media (max-width:47.99875em) and (max-width:40.62375em){.menu-open .menu__body{-webkit-transform:translate3D(0,52px,0);-ms-transform:translate3D(0,52px,0);transform:translate3D(0,52px,0)}}@media (max-width:40.62375em){:root{--border-width:1px}.button{padding:10px;font-size:10px}.input{padding:8px 0;font-size:10px}.form-popup__title span{width:5px}.form-popup__descr{max-width:320px;letter-spacing:.05em;font-size:10px}.contacts{top:188px}.contacts{font-size:8px}.contacts__col:last-child{text-align:right}.title{line-height:115%}.about-row{font-size:8px}.about-row__button{padding:2px 5px;border:1px solid var(--main-color)}.progress-bar{font-size:6px;top:45%}.progress-bar__left{gap:2px}.progress-bar__label{gap:3px}.progress-bar__right{gap:2px}.progress-bar__steps{gap:3px}.progress-bar__step{-webkit-box-flex:0;-ms-flex:0 0 7px;flex:0 0 7px;height:3px}.header__body{padding-top:20px}.header__menu{font-size:8px}.footer__inner{gap:16px}.footer__company-name span{width:5px}.footer__slogan{font-size:9px}.top-hero__logo{max-width:120px}.top-hero__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.top-hero__row:not(:last-child){margin-bottom:14px}.experts-visual__visual{width:294px}.navigation-experts__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.visual-solution__step--00 .step-solutions__item{width:234px;bottom:4px}.visual-solution__step--02 .step-solutions__item{max-width:75px}.visual-solution__step--02 .step-solutions__item:first-child{bottom:6px;left:61%}.visual-solution__step--02 .step-solutions__item:nth-child(2){bottom:7px;left:10%}.visual-solution__step--02 .step-solutions__item:nth-child(3){left:11%;bottom:10px;-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;max-width:82px}.visual-solution__step--02 .step-solutions__item:nth-child(4){right:11%;bottom:38px}.visual-solution__step--02 .step-solutions__item:nth-child(5){max-width:72px;-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;left:4px;top:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.visual-solution__step--02 .step-solutions__item:nth-child(6){right:4px;top:43%;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%)}.visual-solution__step--02 .step-solutions__item:nth-child(7){left:21%;top:11px;gap:20px}.visual-solution__step--02 .step-solutions__item:nth-child(8){right:21%;top:11px;gap:15px}.visual-solution__step--03 .step-solutions__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:85px}.visual-solution__step--03 .step-solutions__item:first-child{bottom:3px}.visual-solution__step--03 .step-solutions__item:nth-child(2){left:28.5%;bottom:15px;max-width:95px;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.visual-solution__step--03 .step-solutions__item:nth-child(3){right:15%;bottom:-4px;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%);max-width:50px}.visual-solution__step--03 .step-solutions__item:nth-child(3)::before{content:"";-webkit-transform:translate3D(-17px,0,0);-ms-transform:translate3D(-17px,0,0);transform:translate3D(-17px,0,0)}.visual-solution__step--03 .step-solutions__item:nth-child(4){left:18%;top:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.visual-solution__step--03 .step-solutions__item:nth-child(4)::before{content:"";-webkit-transform:translate3D(-10px,0,0);-ms-transform:translate3D(-10px,0,0);transform:translate3D(-10px,0,0)}.visual-solution__step--03 .step-solutions__item:nth-child(5){right:8.5%;top:50%;max-width:50px;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.visual-solution__step--03 .step-solutions__item:nth-child(6){left:34.2%;top:35px;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.visual-solution__step--03 .step-solutions__item:nth-child(6)::before{-webkit-transform:translate3D(7px,5px,0);-ms-transform:translate3D(7px,5px,0);transform:translate3D(7px,5px,0)}.visual-solution__step--03 .step-solutions__item:nth-child(7){right:29%;top:40px;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%)}.visual-solution__step--03 .step-solutions__item:nth-child(7)::before{-webkit-transform:translate3D(17px,0,0);-ms-transform:translate3D(17px,0,0);transform:translate3D(17px,0,0)}.step-solutions__item{gap:8px;font-size:9px}.step-solutions__item::before{width:7px;-webkit-box-flex:0;-ms-flex:0 0 7px;flex:0 0 7px}.community__inner{width:100%;max-width:300px}.community__logo{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;max-width:91px;margin-bottom:35px}.community__row{width:100%;max-width:300px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px}.community__row:not(:last-child){margin-bottom:14px}.community__button{max-width:136px}.follow-up__bottom{margin:0 -20px;padding:0 20px;padding-bottom:15px}.follow-titles-left__image{aspect-ratio:273/267}}@media (max-width:34.375em){.experts-visual__visual{margin-bottom:2.125rem}}@media (max-width:29.99875em){:root{--main-offsize:1rem;--title-offsize:1.875rem}.form__error{font-size:8px}.popup__close{top:35px;right:20px;font-size:11px}.popup__close svg{width:24px;height:24px}.header__languages{font-size:8px}.footer__body{padding:105px 0 50px;font-size:8px}.footer__col{display:-ms-grid;display:grid;-ms-grid-columns:80px 130px;grid-template-columns:80px 130px}.footer__col{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-left:auto}.footer__col--left .footer__item:first-child{text-align:right}.footer__col--right .footer__item:last-child{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-transform:translate3D(6px,0,0);-ms-transform:translate3D(6px,0,0);transform:translate3D(6px,0,0)}.footer__item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.no-webp .hero__body{background:url(../img/hero/hero-mob.jpg) center/cover no-repeat}.top-hero__text{font-size:10px}.health-focus{padding:153px 0 76px}.health-focus__images{gap:10px}.health-focus__visual{max-width:72%}.visual-health-focus__item:first-child .visual-health-focus__text{bottom:-10px}.experts-visual{padding:66px 0 89px}.visual-solution__step--01 .step-solutions__item:first-child{left:3%}.visual-solution__step--01 .step-solutions__item:nth-child(2){right:9%}.visual-solution__step--03 .step-solutions__item{max-width:74px}.visual-solution__step--03 .step-solutions__item:nth-child(4){left:16.2%}.visual-solution__step--03 .step-solutions__item:nth-child(6){left:32.8%}.community__logo img{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.community__text{font-size:9px}.community__background img{-o-object-position:28% 0;object-position:28% 0}.community__bottom{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community__copyright{display:none}.follow-up{padding:141px 0 74px}.follow-up__title{max-width:330px}}@media (max-width:24.375em){.title{font-size:1.875rem}.content-hero__title{font-size:2.625rem}.visual-health-focus__value{font-size:1.375rem}.about__title{font-size:1.5rem}}@media (max-width:23.125em){.visual-solution__step--02 .step-solutions__item{max-width:58px}.step-solutions__item{font-size:7px}}@media (max-width:22.5em){.top-hero__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.top-hero__text{text-align:center}}@media (max-width:21.875em){.info-bottom-hero{gap:20px}}@media (min-width:20em) and (max-width:107.8125em){@supports (margin-bottom:clamp(2.25rem ,1.7660142349rem + 2.4199288256vw ,4.375rem)){.form__inputs{margin-bottom:clamp(2.25rem ,1.7660142349rem + 2.4199288256vw ,4.375rem)}}@supports not (margin-bottom:clamp(2.25rem ,1.7660142349rem + 2.4199288256vw ,4.375rem)){.form__inputs{margin-bottom:calc(2.25rem + 2.125 * (100vw - 20rem)/ 87.8125)}}@supports (margin-bottom:clamp(3rem ,2.5729537367rem + 2.1352313167vw ,4.875rem)){.form-popup__top{margin-bottom:clamp(3rem ,2.5729537367rem + 2.1352313167vw ,4.875rem)}}@supports not (margin-bottom:clamp(3rem ,2.5729537367rem + 2.1352313167vw ,4.875rem)){.form-popup__top{margin-bottom:calc(3rem + 1.875 * (100vw - 20rem)/ 87.8125)}}@supports (font-size:clamp(2.3125rem ,1.5722864769rem + 3.7010676157vw ,5.5625rem)){.form-popup__title{font-size:clamp(2.3125rem ,1.5722864769rem + 3.7010676157vw ,5.5625rem)}}@supports not (font-size:clamp(2.3125rem ,1.5722864769rem + 3.7010676157vw ,5.5625rem)){.form-popup__title{font-size:calc(2.3125rem + 3.25 * (100vw - 20rem)/ 87.8125)}}@supports (gap:clamp(0.6875rem ,0.1608096085rem + 2.6334519573vw ,3rem)){.about-row__info{gap:clamp(.6875rem ,.1608096085rem + 2.6334519573vw ,3rem)}}@supports not (gap:clamp(0.6875rem ,0.1608096085rem + 2.6334519573vw ,3rem)){.about-row__info{gap:calc(.6875rem + 2.3125 * (100vw - 20rem)/ 87.8125)}}@supports (gap:clamp(0.9375rem ,0.553158363rem + 1.9217081851vw ,2.625rem)){.header__right{gap:clamp(.9375rem ,.553158363rem + 1.9217081851vw ,2.625rem)}}@supports not (gap:clamp(0.9375rem ,0.553158363rem + 1.9217081851vw ,2.625rem)){.header__right{gap:calc(.9375rem + 1.6875 * (100vw - 20rem)/ 87.8125)}}@supports (font-size:clamp(1.8125rem ,1.5705071174rem + 1.2099644128vw ,2.875rem)){.footer__company-name{font-size:clamp(1.8125rem ,1.5705071174rem + 1.2099644128vw ,2.875rem)}}@supports not (font-size:clamp(1.8125rem ,1.5705071174rem + 1.2099644128vw ,2.875rem)){.footer__company-name{font-size:calc(1.8125rem + 1.0625 * (100vw - 20rem)/ 87.8125)}}}@media (min-width:40.62375em) and (max-width:61.99875em){.contacts{top:200px}.visual-solution__step--03 .step-solutions__item{max-width:195px}.visual-solution__step--03 .step-solutions__item:nth-child(2){left:-32px}}@media (min-width:24.375em) and (max-width:106.25em){@supports (font-size:clamp(1.875rem ,1.3167938931rem + 2.2900763359vw ,3.75rem)){.title{font-size:clamp(1.875rem ,1.3167938931rem + 2.2900763359vw ,3.75rem)}}@supports not (font-size:clamp(1.875rem ,1.3167938931rem + 2.2900763359vw ,3.75rem)){.title{font-size:calc(1.875rem + 1.875 * (100vw - 24.375rem)/ 81.875)}}@supports (font-size:clamp(1.5rem ,1.016221374rem + 1.9847328244vw ,3.125rem)){.about__title{font-size:clamp(1.5rem ,1.016221374rem + 1.9847328244vw ,3.125rem)}}@supports not (font-size:clamp(1.5rem ,1.016221374rem + 1.9847328244vw ,3.125rem)){.about__title{font-size:calc(1.5rem + 1.625 * (100vw - 24.375rem)/ 81.875)}}}@media (max-width:47.99875em) and (min-width:40.62375em) and (max-width:47.99875em){.menu-open .menu__body{-webkit-transform:translate3D(0,52px,0);-ms-transform:translate3D(0,52px,0);transform:translate3D(0,52px,0)}}@media (min-width:47.99875em) and (min-width:64em) and (max-width:81.25em){@supports (gap:clamp(1.5625rem ,-3.5389492754rem + 7.9710144928vw ,2.9375rem)){.menu__list{gap:clamp(1.5625rem ,-3.5389492754rem + 7.9710144928vw ,2.9375rem)}}@supports not (gap:clamp(1.5625rem ,-3.5389492754rem + 7.9710144928vw ,2.9375rem)){.menu__list{gap:calc(1.5625rem + 1.375 * (100vw - 64rem)/ 17.25)}}}@media (min-width:47.99875em) and (max-width:64em){.menu__list{gap:1.5625rem}}@media (min-width:29.99875em) and (max-width:61.99875em){.health-focus{padding:170px 0 150px}.health-focus__visual{max-width:82.1229050279%}.experts-visual{padding:110px 0 150px}.follow-up{padding:160px 0 120px}}@media (min-width:22.5em) and (max-width:29.99875em){.top-hero__text:not(.top-hero__text--centered){-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}}@media (min-width:24.375em) and (max-width:100em){@supports (font-size:clamp(2.625rem ,2.0408057851rem + 2.3966942149vw ,4.4375rem)){.content-hero__title{font-size:clamp(2.625rem ,2.0408057851rem + 2.3966942149vw ,4.4375rem)}}@supports not (font-size:clamp(2.625rem ,2.0408057851rem + 2.3966942149vw ,4.4375rem)){.content-hero__title{font-size:calc(2.625rem + 1.8125 * (100vw - 24.375rem)/ 75.625)}}}@media (min-width:74.99875em) and (min-width:75em) and (max-width:100em){@supports (margin-bottom:clamp(2.5rem ,-9.3125rem + 15.75vw ,6.4375rem)){.health-focus__descr:not(:last-child){margin-bottom:clamp(2.5rem ,-9.3125rem + 15.75vw ,6.4375rem)}}@supports not (margin-bottom:clamp(2.5rem ,-9.3125rem + 15.75vw ,6.4375rem)){.health-focus__descr:not(:last-child){margin-bottom:calc(2.5rem + 3.9375 * (100vw - 75rem)/ 25)}}}@media (min-width:74.99875em) and (max-width:75em){.health-focus__descr:not(:last-child){margin-bottom:2.5rem}}@media (min-width:61.99875em) and (max-width:93.75em){.health-focus__images{margin-right:-70px}}@media (min-width:24.375em) and (max-width:90em){@supports (font-size:clamp(1.375rem ,1.0964285714rem + 1.1428571429vw ,2.125rem)){.visual-health-focus__value{font-size:clamp(1.375rem ,1.0964285714rem + 1.1428571429vw ,2.125rem)}}@supports not (font-size:clamp(1.375rem ,1.0964285714rem + 1.1428571429vw ,2.125rem)){.visual-health-focus__value{font-size:calc(1.375rem + .75 * (100vw - 24.375rem)/ 65.625)}}}@media (min-width:61.99875em) and (max-width:74.99875em){.experts-visual__navigation{-webkit-box-flex:0;-ms-flex:0 1 270px;flex:0 1 270px}}@media (min-width:34.375em) and (max-width:112.5em){@supports (margin-bottom:clamp(2.125rem ,-0.625rem + 8vw ,8.375rem)){.experts-visual__visual{margin-bottom:clamp(2.125rem ,-.625rem + 8vw ,8.375rem)}}@supports not (margin-bottom:clamp(2.125rem ,-0.625rem + 8vw ,8.375rem)){.experts-visual__visual{margin-bottom:calc(2.125rem + 6.25 * (100vw - 34.375rem)/ 78.125)}}}@media (min-width:29.99875em) and (max-width:47.99875em){.visual-solution__step--01 .step-solutions__item:first-child{left:4%}.visual-solution__step--01 .step-solutions__item:nth-child(2){right:10%}}@media (min-width:47.99875em) and (max-width:74.99875em){.visual-solution__step--03 .step-solutions__item:nth-child(7){max-width:160px}}@media (min-width:40.62375em) and (max-width:47.99875em){.visual-solution__step--03 .step-solutions__item:nth-child(7){max-width:230px}.bottom-follow-up__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media (min-width:30em) and (max-width:106.25em){@supports (font-size:clamp(1.875rem ,1.5307377049rem + 1.1475409836vw ,2.75rem)){.follow-up__title{font-size:clamp(1.875rem ,1.5307377049rem + 1.1475409836vw ,2.75rem)}}@supports not (font-size:clamp(1.875rem ,1.5307377049rem + 1.1475409836vw ,2.75rem)){.follow-up__title{font-size:calc(1.875rem + .875 * (100vw - 30rem)/ 76.25)}}}@media (min-width:30em) and (max-width:112.5em){@supports (font-size:clamp(1rem ,0.5909090909rem + 1.3636363636vw ,2.125rem)){.follow-titles-left__item{font-size:clamp(1rem ,.5909090909rem + 1.3636363636vw ,2.125rem)}}@supports not (font-size:clamp(1rem ,0.5909090909rem + 1.3636363636vw ,2.125rem)){.follow-titles-left__item{font-size:calc(1rem + 1.125 * (100vw - 30rem)/ 82.5)}}@supports (font-size:clamp(1.4375rem ,1.1875rem + 0.8333333333vw ,2.125rem)){.right-follow-up__title{font-size:clamp(1.4375rem ,1.1875rem + .8333333333vw ,2.125rem)}}@supports not (font-size:clamp(1.4375rem ,1.1875rem + 0.8333333333vw ,2.125rem)){.right-follow-up__title{font-size:calc(1.4375rem + .6875 * (100vw - 30rem)/ 82.5)}}}@media (any-hover:hover){.button--white:hover{color:var(--black-secondary);--background-color-button:var(--white-soft)}.button--dark:hover{color:var(--white-soft);--background-color-button:var(--black-secondary)}.input:hover{color:var(--color-input)}.popup__close:hover{color:var(--gray)}.popup__close:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.contacts__col a:hover{opacity:.4}.header__language:hover{color:var(--white-soft)}.menu__link:hover{color:var(--white-soft)}.menu__item:hover>a svg,.menu__item:hover>button svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.menu__item:hover>a::after,.menu__item:hover>button::after{content:"";opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.menu__item:hover .menu__sublist{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:translate3D(0,96%,0);-ms-transform:translate3D(0,96%,0);transform:translate3D(0,96%,0)}.menu__sublist{position:absolute;z-index:2;bottom:0;left:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:auto;padding:10px;background-color:var(--white);-webkit-box-shadow:0 2px 1px rgba(0,0,0,.04);box-shadow:0 2px 1px rgba(0,0,0,.04);opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translate3D(0,110%,0);-ms-transform:translate3D(0,110%,0);transform:translate3D(0,110%,0)}.loaded .menu__sublist{-webkit-transition:opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,opacity .4s ease,visibility .4s ease;transition:transform .4s ease,opacity .4s ease,visibility .4s ease,-webkit-transform .4s ease}.menu__sublist li:hover{color:var(--secondary)}.footer__item a:hover{opacity:.4}.info-bottom-hero__text a:hover,a.info-bottom-hero__text:hover{opacity:.5}.navigation-experts__button:hover{background-color:var(--main-color);color:var(--black-secondary)}.advanced-vitality__button:not([disabled]):hover{background-color:var(--white-soft);color:var(--black)}.community__go-top-btn:hover{opacity:.8}}.webp .about{background:url(../img/about/about.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--01{background:url(../img/follow-up/fu-01.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--02{background:url(../img/follow-up/fu-02-0.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--03{background:url(../img/follow-up/fu-03.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--04{background:url(../img/follow-up/fu-04-0.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--05{background:url(../img/follow-up/fu-05.webp) 0 0/cover no-repeat}.webp .follow-up__bg-card--06{background:url(../img/follow-up/fu-06-0.webp) 0 0/cover no-repeat}@media (min-width:29.99875em){.webp .hero__body{background:url(../img/hero/hero.webp) 0 0/cover no-repeat}}@media (max-width:29.99875em){.webp .hero__body{background:url(../img/hero/hero-mob.webp) center/cover no-repeat}}