@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";:root{--primary: #fff;--black: #1F1F1F;--white40: rgba(255, 255, 255, .4);--gray: #838383;--accent: #DAF73A;--chart-color-primary: #E8C1A0;--chart-color-secondary: #F47560;--chart-color-third: #F1E15B;--bg-primary: #1f1f1f;--bg-secondary: #262626;--bg-third: #3D3D3D;--bg-blue: #1955A0;--box-shadow: 4px 4px 30px 0 rgba(218, 247, 58, .3)}*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}:focus,:active{outline:none}a:focus,a:active{outline:none}html,body{height:100%;min-width:320px}body{color:#fff;line-height:1;font-family:Inter;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea{font-family:Inter;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}label{display:inline-block}button,select,option{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top;display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}.wrapper{background-color:var(--bg-primary);min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow: clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:75.625rem;margin:0 auto;padding:0 1.25rem}[class*=__container-little]{max-width:65rem;margin:0 auto;padding:0 1.25rem}.form{display:grid}@media (min-width: 75em){.form{gap:2.5rem}}@media (min-width: 30em) and (max-width: 75em){@supports (gap: clamp(1rem,.0000000625rem + 3.3333333333vw,2.5rem)){.form{gap:clamp(1rem,.0000000625rem + 3.3333333333vw,2.5rem)}}@supports not (gap: clamp(1rem,.0000000625rem + 3.3333333333vw,2.5rem)){.form{gap:calc(1rem + 1.5 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.form{gap:1rem}}.form__row._right{text-align:right}@media (max-width: 47.99875em){.form__row._right{text-align:center}}.form__row._center{text-align:center}@media (max-width: 47.99875em){.form__column{flex:1 1 100%}}.form__label{margin-bottom:.625rem;display:block}.form__text{line-height:120%}.button{display:inline-flex;padding:.625rem 1.25rem;background-color:var(--accent);color:var(--black);justify-content:center;align-items:center;border-radius:.375rem;box-shadow:var(--box-shadow);gap:.625rem;line-height:1.2;border:.0625rem solid transparent;transition:box-shadow .3s}@media (min-width: 75em){.button{font-size:1.25rem}}@media (min-width: 30em) and (max-width: 75em){@supports (font-size: clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)){.button{font-size:clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)}}@supports not (font-size: clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)){.button{font-size:calc(1rem + .25 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.button{font-size:1rem}}.button_app{font-weight:600;min-height:3.125rem;min-width:13.125rem}.button_app span:last-child{display:none}.button_outline{background-color:transparent;border-color:var(--accent);color:var(--primary);box-shadow:none}.button_disable{pointer-events:none;color:var(--white40);border-color:var(--white40);background:transparent;box-shadow:none}.button_disable span:first-child{display:none}.button_disable span:last-child{display:block}.button_fw{min-width:100%}.button_tg{color:#fff;background-color:#2aabee;box-shadow:none}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input{border-radius:0!important;width:100%;display:block;padding:0 20px;background-color:var(--bg-secondary);caret-color:inherit;height:2.75rem}@media (min-width: 75.625em){.input{font-size:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input{font-size:clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)}}@supports not (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input{font-size:calc(1.125rem + .125 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.input{font-size:1.125rem}}.input-box .input{background-color:transparent}.calc-app .input{font-size:1.25rem;height:1.5rem;text-align:center;color:var(--accent);background-color:transparent}.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder{-moz-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.diagram__input-box .input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder,.calc-app .input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder{color:var(--accent)}.diagram__input-box .input[placeholder]:not([data-placeholder-nohiden])::placeholder,.calc-app .input[placeholder]:not([data-placeholder-nohiden])::placeholder{color:var(--accent)}.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;padding:0}.input-box{position:relative;padding-right:.4375rem;background-color:var(--bg-secondary);display:flex;justify-content:space-between}.input-box.diagram__input-box{max-width:8.75rem;margin:0 auto;background-color:transparent;padding:0}.input-box__btn{min-width:3.75rem;display:flex;gap:.5rem;align-items:center}@media (min-width: 75.625em){.input-box__btn{font-size:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input-box__btn{font-size:clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)}}@supports not (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input-box__btn{font-size:calc(1.125rem + .125 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.input-box__btn{font-size:1.125rem}}.input-box__btn span{flex:1 1 auto}.input-box__btn img{transition:rotate .3s}._active .input-box__btn img{rotate:-90deg}.diagram__input-box .input-box__btn{font-size:.75rem;min-width:1.875rem}.diagram__input-box .input-box__btn img{width:1.125rem}.input-box__submenu{position:absolute;width:100%;height:100%;top:100%;background-size:var(--bg-secondary);opacity:0;pointer-events:none;z-index:2;visibility:hidden;transition:all .3s}._active .input-box__submenu{opacity:1;pointer-events:auto;visibility:visible}.input-box__submenu li{display:flex;justify-content:flex-end;padding:.625rem 2.4375rem;transition:background-color .3s;background-color:var(--bg-primary)}@media (min-width: 75.625em){.input-box__submenu li{font-size:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input-box__submenu li{font-size:clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)}}@supports not (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.input-box__submenu li{font-size:calc(1.125rem + .125 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.input-box__submenu li{font-size:1.125rem}}.input-box__submenu li:active{background-color:#3d3d3d}.diagram__input-box .input-box__submenu li{font-size:.75rem;padding:.3125rem 1.25rem}@media (any-hover: hover){.input-box__submenu li{cursor:pointer}.input-box__submenu li:hover{background-color:#3d3d3d}}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.input-date{position:relative;display:inline-flex;align-items:center}.input-date:after{content:"";position:absolute;width:1.5rem;height:1.5rem;top:50%;translate:0 -50%;right:0;background:url(../img/miniapp/icons/calendar-check.svg) no-repeat center center/contain;pointer-events:none}.textbox-n{max-width:7.1875rem}.checkbox{position:relative}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__label:after{scale:1}.checkbox__input:checked+.checkbox__label:before{background-color:var(--accent)}.checkbox__label{cursor:pointer;display:inline-flex;position:relative;gap:10px}.checkbox__label:before{content:"";align-self:flex-start;flex:0 0 1rem;width:1rem;height:1rem;border:1px solid var(--accent);transition:background-color .3s}.checkbox__label:after{content:"";position:absolute;width:.875rem;height:.625rem;top:.1875rem;left:.125rem;scale:0;background:url(/build/assets/check-black-DiJv2D0l.svg) no-repeat center/contain;transition:scale .3s}.checkbox__text{align-self:center}.options{display:flex;flex-direction:column}@media (min-width: 75.625em){.options{gap:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.options{gap:clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)}}@supports not (gap: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.options{gap:calc(1.25rem + 1.25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.options{gap:1.25rem}}.calc-app__item:first-child .options{flex-direction:row;gap:3.75rem}.calc-app__options .options{gap:.625rem}.calc-app__options .options:not(:last-child){margin-bottom:1rem}.options__item{position:relative;cursor:pointer}.options__input{width:0;height:0;opacity:0;position:absolute}.options__input:checked+.options__label:after{transform:scale(1)}.options__label{display:inline-flex;align-items:center;cursor:pointer;gap:10px;position:relative}.options__label:before{content:"";align-self:flex-start;width:1.25rem;height:1.25rem;flex:0 0 1.25rem;border-radius:50%;border:1px solid var(--accent)}.options__label:after{content:"";transition:all .3s ease 0s;transform:scale(0);width:.75rem;height:.75rem;border-radius:50%;background-color:var(--accent);position:absolute;left:.25rem;top:.25rem}@media (max-width: 47.99875em){.menu__body{position:fixed;width:100%;height:100%;left:-100%;top:0;overflow:auto;padding:9.375rem .9375rem .9375rem 1.875rem;transition:left .3s;z-index:4;background-color:var(--bg-primary)}.menu__body:before{content:"";position:fixed;width:100%;height:4.375rem;left:-100%;top:0;transition:left .3s;z-index:2}.menu_active .menu__body{left:0}.menu_active .menu__body:before{left:0}}@media (max-width: 29.99875em){.menu__body{padding:7.5rem .9375rem .9375rem 1.875rem}}.menu__list{display:flex;align-items:center}@media (min-width: 75.625em){.menu__list{gap:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.menu__list{gap:clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)}}@supports not (gap: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.menu__list{gap:calc(1.875rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.menu__list{gap:1.875rem}}@media (max-width: 47.99875em){.menu__list{flex-direction:column}}.menu__link{font-weight:600;color:var(--accent)}.icon-menu{display:none}@media (max-width: 47.99875em){.icon-menu{display:block;position:relative;width:1.875rem;height:1.375rem;z-index:5}}@media (max-width: 47.99875em) and (any-hover: none){.icon-menu{cursor:default}}@media (max-width: 47.99875em){.icon-menu span,.icon-menu:before,.icon-menu:after{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:var(--accent)}.icon-menu:before{top:0}.icon-menu:after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu_active .icon-menu span{width:0}.menu_active .icon-menu:before{top:calc(50% - .0625rem);transform:rotate(-45deg)}.menu_active .icon-menu:after{bottom:calc(50% - .0625rem);transform:rotate(45deg)}}[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}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}@media (min-width: 75.625em){.section-padding{padding-top:3.75rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-top: clamp(2.5rem,2.0505617978rem + 2.2471910112vw,3.75rem)){.section-padding{padding-top:clamp(2.5rem,2.0505617978rem + 2.2471910112vw,3.75rem)}}@supports not (padding-top: clamp(2.5rem,2.0505617978rem + 2.2471910112vw,3.75rem)){.section-padding{padding-top:calc(2.5rem + 1.25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.section-padding{padding-top:2.5rem}}@media (min-width: 75.625em){.section-padding{padding-bottom:6.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-bottom: clamp(3.75rem,2.8511235955rem + 4.4943820225vw,6.25rem)){.section-padding{padding-bottom:clamp(3.75rem,2.8511235955rem + 4.4943820225vw,6.25rem)}}@supports not (padding-bottom: clamp(3.75rem,2.8511235955rem + 4.4943820225vw,6.25rem)){.section-padding{padding-bottom:calc(3.75rem + 2.5 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.section-padding{padding-bottom:3.75rem}}.text{line-height:120%}@media (min-width: 75em){.text{font-size:1.25rem}}@media (min-width: 30em) and (max-width: 75em){@supports (font-size: clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)){.text{font-size:clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)}}@supports not (font-size: clamp(1rem,.8333333333rem + .5555555556vw,1.25rem)){.text{font-size:calc(1rem + .25 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.text{font-size:1rem}}.text a{text-decoration:underline;transition:all .3s}@media (any-hover: hover){.text a:hover{color:var(--accent)}}.text_xs{font-size:.75rem}.d-flex{display:flex;justify-content:space-between}@media (min-width: 75em){.d-flex{gap:1.875rem}}@media (min-width: 30em) and (max-width: 75em){@supports (gap: clamp(1rem,.4166666667rem + 1.9444444444vw,1.875rem)){.d-flex{gap:clamp(1rem,.4166666667rem + 1.9444444444vw,1.875rem)}}@supports not (gap: clamp(1rem,.4166666667rem + 1.9444444444vw,1.875rem)){.d-flex{gap:calc(1rem + .875 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.d-flex{gap:1rem}}@media (max-width: 47.99875em){.d-flex{flex-wrap:wrap}}@media (min-width: 47.99875em){.d-flex_align-end{align-items:flex-end}}.text-center{text-align:center}.text-accent{color:var(--accent)}.text-white40{color:var(--white40)}.progress{display:flex;gap:.4375rem;align-items:center}.progress__back{display:flex;align-items:center;justify-content:center;background-color:var(--bg-third);padding:.1875rem .3125rem;transition:background-color .3s}.progress__back svg{stroke:var(--primary);transition:stroke .3s}@media (any-hover: hover){.progress__back:hover{background-color:var(--accent)}.progress__back:hover svg{stroke:var(--bg-primary)}}.progress__line{background-color:var(--bg-third);height:.375rem;flex:1 1 auto;position:relative;overflow:hidden;border-radius:6.25rem}.progress__value{position:absolute;height:100%;top:0;left:0;background-color:var(--accent)}.stretched-link{position:absolute;width:100%;height:100%;top:0;left:0}.input-range__value{display:flex;align-items:center;justify-content:space-between;gap:.625rem;margin-top:1rem}#range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3rem;border:none;overflow:hidden}#range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--accent);border:0 solid var(--accent);border-radius:50%;height:40px;width:40px;margin-top:-15px;box-shadow:calc(-100vmax - 40px) 0 0 100vmax var(--accent);clip-path:polygon(100% 0,2px 0,0 15px,-100vmax 40px,-100vmax 10px,0 20px,2px 100%,100% 100%)}@media (max-width: 29.99875em){#range::-webkit-slider-thumb{height:30px;width:30px;margin-top:-10px;box-shadow:calc(-100vmax - 30px) 0 0 100vmax var(--accent);clip-path:polygon(100% 0,2px 0,0 15px,-100vmax 30px,-100vmax 10px,0 10px,2px 100%,100% 100%)}}#range::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:var(--accent);border:0px solid var(--accent);border-radius:50%;height:40px;width:40px;margin-top:-7px}#range::-webkit-slider-runnable-track{height:10px;border:0px solid #fff;box-shadow:0 0 #353535;background:var(--accent)}.switch{position:relative;display:inline-block;width:2.5rem;height:1.25rem}.switch input{opacity:0;width:0;height:0}.switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:transparent;transition:.4s;border-radius:34px;border:1px solid var(--accent)}.switch__slider:before{border-radius:50%;position:absolute;content:"";height:1.25rem;width:1.25rem;left:0rem;bottom:-.0625rem;background-color:transparent;border:1px solid var(--accent);transition:.4s}input:checked+.switch__slider{background-color:transparent}input:focus+.switch__slider{box-shadow:0 0 2px var(--accent)}input:checked+.switch__slider:before{transform:translate(20px);background-color:var(--accent)}@media (any-hover: hover){.button:hover{box-shadow:none}}.header .button{font-size:1rem;line-height:1.1875}.button__loader{width:1.25rem;padding:.125rem;aspect-ratio:1;border-radius:50%;background:var(--black);--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear;display:none}.button_active .button__loader{display:block}@keyframes l3{to{transform:rotate(1turn)}}._shape .checkbox,.zones__checkbox .checkbox{background:var(--bg-secondary)}@media (min-width: 61.99875em){.zones__checkbox .checkbox{max-width:13.75rem;border:1px solid var(--accent);position:absolute;width:100%;top:0}.zones__checkbox .checkbox:before{content:"";position:absolute;left:50%}.zones__checkbox .checkbox_01{top:14.8203592814%;left:0}.zones__checkbox .checkbox_01:before{height:6.875rem;background:url(/build/assets/dec_01-D-rQEMPf.svg) no-repeat center/contain}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_01:before{width:23.0625rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (width: clamp(18.75rem,-1.8173076923rem + 33.1730769231vw,23.0625rem)){.zones__checkbox .checkbox_01:before{width:clamp(18.75rem,-1.8173076923rem + 33.1730769231vw,23.0625rem)}}@supports not (width: clamp(18.75rem,-1.8173076923rem + 33.1730769231vw,23.0625rem)){.zones__checkbox .checkbox_01:before{width:calc(18.75rem + 4.3125 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_01:before{width:18.75rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_01:before{bottom:-6.875rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (bottom: clamp(-6.875rem,-3.2692307692rem + -4.8076923077vw,-6.25rem)){.zones__checkbox .checkbox_01:before{bottom:clamp(-6.875rem,-3.2692307692rem + -4.8076923077vw,-6.25rem)}}@supports not (bottom: clamp(-6.875rem,-3.2692307692rem + -4.8076923077vw,-6.25rem)){.zones__checkbox .checkbox_01:before{bottom:calc(-6.25rem + -.625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_01:before{bottom:-6.25rem}}@media (min-width: 61.99875em){.zones__checkbox .checkbox_02{top:72.1556886228%;left:0}.zones__checkbox .checkbox_02:before{height:11.75rem;background:url(/build/assets/dec_02-DATdfaSX.svg) no-repeat center/contain}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_02:before{width:19.5rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (width: clamp(14.375rem,-10.0673076923rem + 39.4230769231vw,19.5rem)){.zones__checkbox .checkbox_02:before{width:clamp(14.375rem,-10.0673076923rem + 39.4230769231vw,19.5rem)}}@supports not (width: clamp(14.375rem,-10.0673076923rem + 39.4230769231vw,19.5rem)){.zones__checkbox .checkbox_02:before{width:calc(14.375rem + 5.125 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_02:before{width:14.375rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_02:before{height:11.75rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (height: clamp(10rem,1.6538461538rem + 13.4615384615vw,11.75rem)){.zones__checkbox .checkbox_02:before{height:clamp(10rem,1.6538461538rem + 13.4615384615vw,11.75rem)}}@supports not (height: clamp(10rem,1.6538461538rem + 13.4615384615vw,11.75rem)){.zones__checkbox .checkbox_02:before{height:calc(10rem + 1.75 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_02:before{height:10rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_02:before{bottom:3rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (bottom: clamp(2.375rem,-.6057692308rem + 4.8076923077vw,3rem)){.zones__checkbox .checkbox_02:before{bottom:clamp(2.375rem,-.6057692308rem + 4.8076923077vw,3rem)}}@supports not (bottom: clamp(2.375rem,-.6057692308rem + 4.8076923077vw,3rem)){.zones__checkbox .checkbox_02:before{bottom:calc(2.375rem + .625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_02:before{bottom:2.375rem}}@media (min-width: 61.99875em){.zones__checkbox .checkbox_03{top:20.3592814371%;right:0}.zones__checkbox .checkbox_03:before{left:50%;translate:-100% 0;background:url(/build/assets/dec_03-D6rYl1zO.svg) no-repeat center/contain}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_03:before{width:31.625rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (width: clamp(25rem,-6.5961538462rem + 50.9615384615vw,31.625rem)){.zones__checkbox .checkbox_03:before{width:clamp(25rem,-6.5961538462rem + 50.9615384615vw,31.625rem)}}@supports not (width: clamp(25rem,-6.5961538462rem + 50.9615384615vw,31.625rem)){.zones__checkbox .checkbox_03:before{width:calc(25rem + 6.625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_03:before{width:25rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_03:before{height:9.75rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (height: clamp(8.125rem,.375rem + 12.5vw,9.75rem)){.zones__checkbox .checkbox_03:before{height:clamp(8.125rem,.375rem + 12.5vw,9.75rem)}}@supports not (height: clamp(8.125rem,.375rem + 12.5vw,9.75rem)){.zones__checkbox .checkbox_03:before{height:calc(8.125rem + .125*(100vw - 62rem))}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_03:before{height:8.125rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_03:before{bottom:-9.75rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (bottom: clamp(-9.75rem,.3461538462rem + -13.4615384615vw,-8rem)){.zones__checkbox .checkbox_03:before{bottom:clamp(-9.75rem,.3461538462rem + -13.4615384615vw,-8rem)}}@supports not (bottom: clamp(-9.75rem,.3461538462rem + -13.4615384615vw,-8rem)){.zones__checkbox .checkbox_03:before{bottom:calc(-8rem + -1.75 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_03:before{bottom:-8rem}}@media (min-width: 61.99875em){.zones__checkbox .checkbox_04{top:84.4311377246%;right:0}.zones__checkbox .checkbox_04:before{left:50%;translate:-100% -49%;background:url(/build/assets/dec_04-BGXjBTGy.svg) no-repeat center/contain}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_04:before{width:22.375rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (width: clamp(18.75rem,1.4615384615rem + 27.8846153846vw,22.375rem)){.zones__checkbox .checkbox_04:before{width:clamp(18.75rem,1.4615384615rem + 27.8846153846vw,22.375rem)}}@supports not (width: clamp(18.75rem,1.4615384615rem + 27.8846153846vw,22.375rem)){.zones__checkbox .checkbox_04:before{width:calc(18.75rem + 3.625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_04:before{width:18.75rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_04:before{height:6.0625rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (height: clamp(5rem,-.0673076923rem + 8.1730769231vw,6.0625rem)){.zones__checkbox .checkbox_04:before{height:clamp(5rem,-.0673076923rem + 8.1730769231vw,6.0625rem)}}@supports not (height: clamp(5rem,-.0673076923rem + 8.1730769231vw,6.0625rem)){.zones__checkbox .checkbox_04:before{height:calc(5rem + 1.0625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_04:before{height:5rem}}@media (min-width: 61.99875em) and (min-width: 75em){.zones__checkbox .checkbox_04:before{bottom:.0625rem}}@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 75em){@supports (bottom: clamp(.0625rem,3.3076923077rem + -4.3269230769vw,.625rem)){.zones__checkbox .checkbox_04:before{bottom:clamp(.0625rem,3.3076923077rem + -4.3269230769vw,.625rem)}}@supports not (bottom: clamp(.0625rem,3.3076923077rem + -4.3269230769vw,.625rem)){.zones__checkbox .checkbox_04:before{bottom:calc(.625rem + -.5625 * (100vw - 62rem) / 13)}}}@media (min-width: 61.99875em) and (max-width: 62em){.zones__checkbox .checkbox_04:before{bottom:.625rem}}._shape .checkbox__label,.zones__checkbox .checkbox__label{width:100%;padding:1rem 1.25rem}._shape .checkbox__label:after,.zones__checkbox .checkbox__label:after{top:1.25rem;left:1.3125rem}.checkbox-block .checkbox__label:after{top:1.25rem;left:1.3125rem;background:url(/build/assets/close-COM7lAZI.svg) no-repeat center/contain}.checkbox-block{padding-top:1.25rem;border-top:2px solid var(--accent)}@media (min-width: 75.625em){.options._shape{gap:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)){.options._shape{gap:clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)}}@supports not (gap: clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)){.options._shape{gap:calc(.625rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.options._shape{gap:.625rem}}.calc-app__item .options{flex-direction:column}@media (max-width: 47.99875em){.form__column .options{justify-content:center}}.hero .options{gap:2.5rem;flex-direction:row}._shape .options__item{background:var(--bg-secondary);padding:1rem 1.25rem}._shape .options__label{width:100%}.title{line-height:120%;font-weight:600}@media (min-width: 75em){.title{font-size:2.25rem}}@media (min-width: 30em) and (max-width: 75em){@supports (font-size: clamp(1.5rem,1rem + 1.6666666667vw,2.25rem)){.title{font-size:clamp(1.5rem,1rem + 1.6666666667vw,2.25rem)}}@supports not (font-size: clamp(1.5rem,1rem + 1.6666666667vw,2.25rem)){.title{font-size:calc(1.5rem + .75 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.title{font-size:1.5rem}}.title strong{font-weight:900;color:var(--accent)}.title-block__title{margin-bottom:1.25rem}.title-block__text,.note{line-height:120%}@media (min-width: 75.625em){.note{font-size:1rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(.875rem,.8300561798rem + .2247191011vw,1rem)){.note{font-size:clamp(.875rem,.8300561798rem + .2247191011vw,1rem)}}@supports not (font-size: clamp(.875rem,.8300561798rem + .2247191011vw,1rem)){.note{font-size:calc(.875rem + .125 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.note{font-size:.875rem}}.note._hidden{display:none}.quiz-content__water .note{margin-top:1.25rem}.quiz-info__title{line-height:120%;font-weight:600}@media (min-width: 75.625em){.quiz-info__title{font-size:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.quiz-info__title{font-size:clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)}}@supports not (font-size: clamp(1.125rem,1.0800561798rem + .2247191011vw,1.25rem)){.quiz-info__title{font-size:calc(1.125rem + .125 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-info__title{font-size:1.125rem}}@media (min-width: 75.625em){.quiz-info__title{margin-bottom:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz-info__title{margin-bottom:clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz-info__title{margin-bottom:calc(1.875rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-info__title{margin-bottom:1.875rem}}.quiz-info__text{line-height:120%}@media (min-width: 75.625em){.quiz-info__text p+p{margin-top:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-top: clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)){.quiz-info__text p+p{margin-top:clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)}}@supports not (margin-top: clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)){.quiz-info__text p+p{margin-top:calc(1rem + .25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-info__text p+p{margin-top:1rem}}.quiz-info__text:not(:last-child){margin-bottom:1.25rem}@media (max-width: 29.99875em){._big .quiz-info__text{text-align:center}}.quiz-info ul li{display:flex;gap:1.25rem;align-items:center;line-height:120%}.quiz-info ul li:before{flex:0 0 1.5rem;content:"";width:1.5rem;height:1.5rem;background:url(/build/assets/check-li-vwZDHDyx.svg) no-repeat center/contain}@media (min-width: 75.625em){.quiz-info ul li+li{margin-top:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-top: clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)){.quiz-info ul li+li{margin-top:clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)}}@supports not (margin-top: clamp(.625rem,.4002808989rem + 1.1235955056vw,1.25rem)){.quiz-info ul li+li{margin-top:calc(.625rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-info ul li+li{margin-top:.625rem}}.disc-style .quiz-info ul li+li{margin-top:.3125rem}.quiz-info ul.disc-style{list-style-type:disc}@media (min-width: 75.625em){.quiz-info ul.disc-style:not(:last-child){margin-bottom:1.875rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.25rem,1.0252808989rem + 1.1235955056vw,1.875rem)){.quiz-info ul.disc-style:not(:last-child){margin-bottom:clamp(1.25rem,1.0252808989rem + 1.1235955056vw,1.875rem)}}@supports not (margin-bottom: clamp(1.25rem,1.0252808989rem + 1.1235955056vw,1.875rem)){.quiz-info ul.disc-style:not(:last-child){margin-bottom:calc(1.25rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-info ul.disc-style:not(:last-child){margin-bottom:1.25rem}}.quiz-info ul.disc-style li+li{margin-top:.1875rem}.physical-training{padding:1.25rem;border:1px solid var(--accent);background-color:var(--bg-secondary)}.physical-training__title{font-size:1.25rem;margin-bottom:1rem}.physical-training__text{line-height:120%}.ready-loader__inner{width:15rem;height:15rem;margin:0 auto;position:relative}@media (min-width: 75.625em){.ready-loader__inner{margin-bottom:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.ready-loader__inner{margin-bottom:clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.ready-loader__inner{margin-bottom:calc(1.875rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.ready-loader__inner{margin-bottom:1.875rem}}.ready-loader__wrapper{width:100%;height:100%;padding:.625rem;aspect-ratio:1;border-radius:50%;background:var(--accent);--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 5s infinite linear}.ready-loader__num{font-weight:600;position:absolute;top:50%;left:50%;translate:-50% -50%}@media (min-width: 75.625em){.ready-loader__num{font-size:3.75rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (font-size: clamp(3.125rem,2.9002808989rem + 1.1235955056vw,3.75rem)){.ready-loader__num{font-size:clamp(3.125rem,2.9002808989rem + 1.1235955056vw,3.75rem)}}@supports not (font-size: clamp(3.125rem,2.9002808989rem + 1.1235955056vw,3.75rem)){.ready-loader__num{font-size:calc(3.125rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.ready-loader__num{font-size:3.125rem}}.ready-loader__text{line-height:120%;font-size:1.25rem;text-align:center}.header{padding:2.0625rem 0}@media (min-width: 75.625em){.header{padding-top:2.0625rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-top: clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)){.header{padding-top:clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)}}@supports not (padding-top: clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)){.header{padding-top:calc(1rem + 1.0625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.header{padding-top:1rem}}@media (min-width: 75.625em){.header{padding-bottom:2.0625rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-bottom: clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)){.header{padding-bottom:clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)}}@supports not (padding-bottom: clamp(1rem,.6179775281rem + 1.9101123596vw,2.0625rem)){.header{padding-bottom:calc(1rem + 1.0625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.header{padding-bottom:1rem}}.header__container{display:flex;justify-content:space-between;gap:.625rem}.header__logo{position:relative;z-index:5}@media (min-width: 75.625em){.header__logo{flex-basis:6.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (flex-basis: clamp(5rem,4.5505617978rem + 2.2471910112vw,6.25rem)){.header__logo{flex-basis:clamp(5rem,4.5505617978rem + 2.2471910112vw,6.25rem)}}@supports not (flex-basis: clamp(5rem,4.5505617978rem + 2.2471910112vw,6.25rem)){.header__logo{flex-basis:calc(5rem + 1.25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.header__logo{flex-basis:5rem}}.footer{background-color:#000}@media (min-width: 75.625em){.footer{padding-top:4.375rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-top: clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)){.footer{padding-top:clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)}}@supports not (padding-top: clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)){.footer{padding-top:calc(2.5rem + 1.875 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.footer{padding-top:2.5rem}}@media (min-width: 75.625em){.footer{padding-bottom:4.375rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-bottom: clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)){.footer{padding-bottom:clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)}}@supports not (padding-bottom: clamp(2.5rem,1.8258426966rem + 3.3707865169vw,4.375rem)){.footer{padding-bottom:calc(2.5rem + 1.875 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.footer{padding-bottom:2.5rem}}.footer__container{align-items:flex-start;display:flex;justify-content:space-between}@media (min-width: 75.625em){.footer__container{gap:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.footer__container{gap:clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)}}@supports not (gap: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.footer__container{gap:calc(1.25rem + 1.25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.footer__container{gap:1.25rem}}@media (max-width: 47.99875em){.footer__container{flex-wrap:wrap;justify-content:center}}.footer__logo{flex:0 0 8.125rem}.footer__logo img{width:100%}@media (max-width: 47.99875em){.footer__menu{flex:1 1 100%}}.footer__menu ul{display:flex;gap:2.5rem}@media (max-width: 47.99875em){.footer__menu ul{justify-content:center}}.footer__menu a{color:var(--accent)}@media (max-width: 47.99875em){.footer__links{flex:1 1 100%;text-align:center}}.footer__links li+li{margin-top:1rem}.footer__links a{text-decoration:underline;font-size:.75rem;color:var(--gray)}@media (min-width: 75.625em){.hero__title{margin-bottom:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.hero__title{margin-bottom:clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)}}@supports not (margin-bottom: clamp(1.25rem,.8005617978rem + 2.2471910112vw,2.5rem)){.hero__title{margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.hero__title{margin-bottom:1.25rem}}@media (min-width: 61.99875em){.hero__title{max-width:37.8125rem}}.checkbox-items{display:grid}@media (min-width: 75.625em){.checkbox-items{gap:1rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(.625rem,.4901685393rem + .6741573034vw,1rem)){.checkbox-items{gap:clamp(.625rem,.4901685393rem + .6741573034vw,1rem)}}@supports not (gap: clamp(.625rem,.4901685393rem + .6741573034vw,1rem)){.checkbox-items{gap:calc(.625rem + .375 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.checkbox-items{gap:.625rem}}@media (min-width: 75.625em){.quiz__progress{margin-bottom:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz__progress{margin-bottom:clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz__progress{margin-bottom:calc(1.875rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz__progress{margin-bottom:1.875rem}}.quiz-content{display:flex;gap:1.875rem;justify-content:space-between;align-items:center}.quiz-content._little{max-width:37.5rem;margin:0 auto}@media (min-width: 75.625em){.quiz-content._big{padding-top:5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (padding-top: clamp(1.25rem,-.0983146067rem + 6.7415730337vw,5rem)){.quiz-content._big{padding-top:clamp(1.25rem,-.0983146067rem + 6.7415730337vw,5rem)}}@supports not (padding-top: clamp(1.25rem,-.0983146067rem + 6.7415730337vw,5rem)){.quiz-content._big{padding-top:calc(1.25rem + 3.75 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-content._big{padding-top:1.25rem}}@media (min-width: 75em){.quiz-content._big{gap:8.75rem}}@media (min-width: 48em) and (max-width: 75em){@supports (gap: clamp(1.25rem,-12.0833333333rem + 27.7777777778vw,8.75rem)){.quiz-content._big{gap:clamp(1.25rem,-12.0833333333rem + 27.7777777778vw,8.75rem)}}@supports not (gap: clamp(1.25rem,-12.0833333333rem + 27.7777777778vw,8.75rem)){.quiz-content._big{gap:calc(1.25rem + 7.5 * (100vw - 48rem) / 27)}}}@media (max-width: 48em){.quiz-content._big{gap:1.25rem}}.quiz-content__checkbox{display:grid}@media (min-width: 75.625em){.quiz-content__checkbox{gap:1.25rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (gap: clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)){.quiz-content__checkbox{gap:clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)}}@supports not (gap: clamp(1rem,.9101123596rem + .4494382022vw,1.25rem)){.quiz-content__checkbox{gap:calc(1rem + .25 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-content__checkbox{gap:1rem}}@media (min-width: 75.625em){.quiz-content__checkbox{margin-bottom:2.5rem}}@media (min-width: 20em) and (max-width: 75.625em){@supports (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz-content__checkbox{margin-bottom:clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.6502808989rem + 1.1235955056vw,2.5rem)){.quiz-content__checkbox{margin-bottom:calc(1.875rem + .625 * (100vw - 20rem) / 55.625)}}}@media (max-width: 20em){.quiz-content__checkbox{margin-bottom:1.875rem}}.quiz-content._big-title{max-width:43.75rem;margin:0 auto}@media (max-width: 47.99875em){.quiz-content{flex-wrap:wrap;justify-content:center}}.quiz-content__img-wrapper{flex:0 0 21.875rem}@media (max-width: 29.99875em){.quiz-content__img-wrapper{flex:1 1 100%}}._fat-goal .quiz-content__img-wrapper{flex:0 0 14.375rem}@media (max-width: 47.99875em){._fat-goal .quiz-content__img-wrapper{flex:1 1 100%}}._big .quiz-content__img-wrapper{flex:0 0 44%}@media (max-width: 47.99875em){._big .quiz-content__img-wrapper{order:2}}@media (max-width: 29.99875em){._big .quiz-content__img-wrapper{flex:1 1 100%}}.quiz-content__img{padding-bottom:160%}@media (max-width: 29.99875em){.quiz-content__img{padding-bottom:115%}.quiz-content__img img{-o-object-fit:contain;object-fit:contain}}._fat-goal .quiz-content__img{padding-bottom:252%}@media (max-width: 29.99875em){._fat-goal .quiz-content__img{padding-bottom:120%}}._big .quiz-content__img{padding-bottom:60%}@media (max-width: 29.99875em){._big .quiz-content__img{padding-bottom:80%}}._big .quiz-content__img:before{content:"";position:absolute;width:20.5rem;height:20.5rem;top:50%;left:50%;translate:-50% -50%;background-color:#daf73a4d;border-radius:50%;filter:blur(80px)}@media (min-width: 75em){.quiz-content__title-block{margin-bottom:3.75rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)){.quiz-content__title-block{margin-bottom:clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)}}@supports not (margin-bottom: clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)){.quiz-content__title-block{margin-bottom:calc(1.875rem + 1.875 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__title-block{margin-bottom:1.875rem}}@media (min-width: 75em){.quiz-content__title{margin-bottom:3.75rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)){.quiz-content__title{margin-bottom:clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)}}@supports not (margin-bottom: clamp(1.875rem,.625rem + 4.1666666667vw,3.75rem)){.quiz-content__title{margin-bottom:calc(1.875rem + 1.875 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__title{margin-bottom:1.875rem}}.quiz-content__title._hidden{display:none}@media (min-width: 47.99875em){.quiz-content__title._hidden{display:block}}@media (max-width: 29.99875em){._big .quiz-content__title{text-align:center}}.quiz-content__title._accent{color:var(--accent)}.quiz-content__title-mobile{flex:1 1 100%}@media (max-width: 47.99875em){.quiz-content__title-mobile{text-align:center}}@media (min-width: 47.99875em){.quiz-content__title-mobile{display:none}}@media (min-width: 75em){.quiz-content__block{margin-bottom:2.5rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__block{margin-bottom:clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__block{margin-bottom:calc(1.875rem + .625 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__block{margin-bottom:1.875rem}}@media (max-width: 47.99875em){.quiz-content__info{flex:1 1 100%}}._fat-goal .quiz-content__info{flex:0 0 27rem}@media (max-width: 47.99875em){._fat-goal .quiz-content__info{flex:1 1 100%}}@media (min-width: 75em){.quiz-content__input-range{margin-bottom:2.5rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__input-range{margin-bottom:clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__input-range{margin-bottom:calc(1.875rem + .625 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__input-range{margin-bottom:1.875rem}}@media (min-width: 75em){.quiz-content__options{margin-bottom:2.5rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__options{margin-bottom:clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__options{margin-bottom:calc(1.875rem + .625 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__options{margin-bottom:1.875rem}}@media (min-width: 75em){.quiz-content__water{margin-bottom:2.5rem}}@media (min-width: 30em) and (max-width: 75em){@supports (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__water{margin-bottom:clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)}}@supports not (margin-bottom: clamp(1.875rem,1.4583333333rem + 1.3888888889vw,2.5rem)){.quiz-content__water{margin-bottom:calc(1.875rem + .625 * (100vw - 30rem) / 45)}}}@media (max-width: 30em){.quiz-content__water{margin-bottom:1.875rem}}@media (min-width: 47.99875em){.quiz-content__action{text-align:right}}@media (max-width: 47.99875em){.quiz-content__action{text-align:center}}@media (min-width: 29.99875em){._big .quiz-content__action{text-align:left}}.water-result{border-radius:.375rem;padding:1.25rem;background-color:var(--bg-blue)}.water-result__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.25rem}.water-result__title{flex:1 1 auto;font-weight:600}.water-result__body{line-height:120%}.water-result-rating{display:flex;gap:.125rem}.water-result-rating__item{display:flex;justify-content:center;align-items:center;flex:0 0 1.5rem}.zones__content{position:relative}.zones__img{max-width:41.6875rem;margin:0 auto;padding-bottom:56%}@media (max-width: 29.99875em){.zones__img{padding-bottom:75%}}@media (max-width: 61.99875em){.zones__checkbox{margin-top:1.25rem;display:grid;gap:1.25rem}}.zones__switch{margin:2.5rem auto;display:flex;justify-content:space-between;gap:.625rem;padding:1rem 1.25rem;background-color:var(--bg-secondary)}@media (min-width: 61.99875em){.zones__switch{max-width:35.4375rem}}@media (max-width: 61.99875em){.zones__switch{margin-top:1.25rem}}.zones__action{margin:0 auto;text-align:center}@media (min-width: 61.99875em){.zones__action{text-align:right;max-width:35.4375rem}}
