@import"https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0 0 0 10px;margin:0}body,h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}:root{--body-background-color: #fbfeff;--container-width: 1200px;--header-font-family: "Alexandria";--header-1-size: 120px;--header-2-size: 48px;--header-3-size: 32px;--header-4-size: 28px;--text-font-family: "Inter Tight";--text-1-size: 22px;--text-2-size: 18px;--section-padding-block: 100px;--section-gap: 48px;--section-inner-container-gap: 24px;--section-item-gap: 16px;--border-radius: 16px;--section-card-padding: 24px;--size-small: 282px;--size-medium: 384px;--size-big: 486px;--size-large: 588px;--size-large-x: 690px;--size-full: 100%;--texts-black: #28261b;--texts-light: #787878;--standarts-white: #fff;--primary-green: #e7e7e7;--primary-light_green: #EFEFEF;--primary-yellow: #f8e3d0;--standarts-red: #f42f29;--primary-orange_lin: linear-gradient(90deg, #c0f2b0 0%, #72c871 100%);--primary-green_radial: radial-gradient(52.64% 91.89% at 50% 93.83%, #ebf5f9 0%, #fbfeff 100%);--header-height: 0px}@media(max-width:1024px){:root{--size-medium: 588px;--size-small: 588px;--size-big: 588px;--size-large-x: 588px;--size-full: 588px;--header-1-size: 73px;--header-2-size: 32px;--header-3-size: 24px;--header-4-size: 22px;--section-padding-block: 32px;--section-gap: 16px;--section-inner-container-gap: 16px;--section-card-padding: 16px}}@media(max-width:768px){:root{--header-1-size: 66px;--header-2-size: 28px;--header-3-size: 24px;--header-4-size: 22px}}html{scroll-behavior:smooth}body{font-family:var(--text-font-family),sans-serif;color:var(--texts-black);background-color:var(--body-background-color)}.container{width:100%;max-width:var(--container-width);margin-inline:auto;position:relative}.main__wrapper{display:flex;flex-direction:column;overflow:hidden;margin-top:var(--header-height)}.sections-wrapper{display:flex;width:100%;flex-direction:column;gap:var(--section-padding-block);padding-block:var(--section-padding-block);position:relative;z-index:1;overflow:hidden;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.section__container{display:flex;flex-direction:column;gap:var(--section-gap)}.section__inner-container{display:flex;gap:var(--section-inner-container-gap);justify-content:center;flex-wrap:wrap;width:100%}.section__inner-container.nowrap{flex-wrap:nowrap}.section__inner-container.align-center,.section__inner-container.column{flex-direction:column}.section__inner-container.reverse{flex-direction:row-reverse}.sections-wrapper.column.reverse{flex-direction:column-reverse}.section__inner-container.rounded{overflow:hidden}.section__inner-container.top,.section__inner-container.bottom{flex-direction:column;text-align:center;align-items:center}.section__inner-container.top p,.section__inner-container.bottom p{max-width:794px}.section__item{position:relative;display:flex;flex-direction:column;gap:var(--section-item-gap);width:100%}.section__card{align-items:flex-start;justify-content:space-between;padding:var(--section-card-padding);height:unset;transition:.3s ease;border-radius:var(--border-radius);background:var(--body-background-color);box-shadow:0 9px 21px #69777d26}.section__card.no-padding{padding:0}.section__card.green{background:var(--primary-green)}.section__card.yellow{background:var(--primary-yellow)}.section__card.red{background:var(--standarts-red)}.section__card.light_green{background:var(--primary-light_green)}.section__card.bg-image{overflow:hidden;color:#fff}.section__card.bg-image h4,.section__card.bg-image p{position:relative}.section__card.bg-image .section__item-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.section__card.black{background:var(--texts-black);color:#fff}.section__image-container{position:relative;width:100%;height:100%}.section__image{width:100%;height:100%;object-fit:contain;object-position:center}.section__nest-icon{flex-shrink:0;display:flex;position:relative;width:24px;height:24px;border:2px solid #fff;border-radius:100%}.section__nest-icon:before,.section__nest-icon:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;background-color:#fff;transform:translate(-50%,-50%);transition:.3s ease;transform-origin:center}.section__nest-icon:before{transform:translate(-50%,-50%) rotate(90deg)}.section__card.active .section__nest-icon:before{transform:translate(-50%,-50%)}.content-fit-width{max-width:fit-content}.small-width{max-width:var(--size-small)}.medium-width{max-width:var(--size-medium)}.big-width{max-width:var(--size-big)}.large-width{max-width:var(--size-large)}.large-x-width{max-width:var(--size-large-x)}.full-width{max-width:var(--size-full)}.rounded{border-radius:var(--border-radius)}.shadowed{box-shadow:0 9px 21px #69777d26}h1,h2,h3,h4,h5,h6,p{line-height:130%}h1,h2,h3,h4,h5,h6{font-family:var(--header-font-family),"Geologica",serif;letter-spacing:-.44px}h1{font-size:var(--header-1-size)}h2{font-size:var(--header-2-size);word-break:break-word}h3{font-size:var(--header-3-size)}h4{font-size:var(--header-4-size)}p{font-size:var(--text-2-size)}p.large{font-size:var(--text-1-size)}.preloader{display:none;background:#fff;position:absolute;inset:0% 0 0 0%;z-index:400;background-image:url(data:image/gif;base64,R0lGODlhEgIEAfEDACc6mUep1lin0wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgADACwAAAAAEgIEAQAC/5yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKTlJWWl5iZmpucnZ6fkJGio6SlpqeoqaqrrK2ur6ChsrO0tba3uLm6u7y9vr+wscLDxMXGx8jJysvMzc7PwMHS09TV1tfY2drb3N3e39DR4uPk5ebn6Onq6+zt7u/g4fLz9PX29/j5+vv8/f7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjf8cO3r8CDKkyJEkS5o8iTKlypUsW7p8CTOmzJk0a9q8iTOnzp08e/r8CTSo0KFEixo9ijSp0qVMmzp9CjWq1KlUq1q9ijWr1q1cu3r9Cjas2LFky5o9izat2jIA2rp9C9ftAwEB6tq9i1eAgLl4+97Vu1ZM3MGDG+j1i1jvXgaHEfdVHBgM4clyGTtOvHgB3ct+M0fmQplyA86JR5P2+9lL6MmmT/9t7dpu6i6rCcN2DZhBbLyzQdeOext3cNe9t/wGrnt3Xc8JlMsunuU43OGkmSNwXhd6dOmVFzjP7R27dizcuyvAbv0A9gDjr5RvS51zegPr21t5DyD+5fkD6tv7p4KffpgJ6Nh/AL5HYGcJomagFAEmpxx//jUIxYPhRbhgXxRGYaECm+EGnocR8rfhEQg68GF1JA6QonwrlmhEeXO16NiLjVUHY4467shjjz7+CGSQQg5JZJFGHolkkkouyWSTTj4JZZRSTklllVZeiWWWWm7JZZdefglmmGKOSWaZZp6JZppqrslmm26+CWeccs5JZ5123olnnnruyWeffv4JaKCCDkpooYYeimiiii7KaKOOPgpppJJOSmmlll6Kaaaabsppp55+Cmqooo5Kaqmmnopqqqquymqrrr4Ka6yyzkprrbbeimuuuu7Ka6++/gpssMIOS2whBQAAIfkECQoAAwAs4wB5AE4AFAAAApOcgqkrMg/jALTaW6U+q6dmcF7XONqDpen5NKNXvi/IqnbGijKzj+Z5u7EGvaLxpwnahsbmDClRqpjOKmMoXbGsXAQ0ksVQu9UvJHwZk49mFBp3Wpexb4pa3mtP6oA7XqbH17f1lxfI51cIQ1eXqHhVg0j4OMP45pjnVGKJNqRTBPIJqLfX6NlE4wI6dHbJqpr3UAAAIfkEBQoAAwAs4wB5AE4AFAAAApqcgqkrMg+jWVQ1iYHevG9zVFXjYE8jjpc5eK6bpqsZxkxpvvpmizjWG7FaO12Q8pMcGcOicYmYAaEBqcT5okaH2moT6+kmI+IvmFNmpXNnNNVKfo8hbfebq50/6rw8/s7Cp7E2BcjGl6c3kGhWR6jkFyj4GGeYMRlpQkknWBNEMuTZAyrJN3EEJyEakxohCII6BIHyKbtXN1AAADs=);background-repeat:no-repeat;background-position:50% 50%;opacity:.5;border-radius:8px}.big-button{position:relative;display:flex;padding:16px 28px;flex-direction:row;justify-content:center;align-items:center;gap:4px;width:fit-content;z-index:100;color:var(--texts-black);font-size:var(--text-2-size);font-style:normal;font-weight:700;line-height:22px;text-align:center;text-decoration:none;text-transform:uppercase;word-break:break-word;transition:.3s ease;outline:none;border:none;cursor:pointer;border-radius:68px;background:var(--primary-orange_lin)}.big-button:hover{transform:scale(1.07)}.big-button.black{color:#fff;background:var(--texts-black)}.header{background:#fffc;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);position:fixed;top:0;left:0;right:0;z-index:100}.header>.container{max-width:100%;padding-inline:24px}.header__container{padding-block:18px;display:flex;justify-content:space-between;align-items:center;gap:20px}.header__logo{height:40px}.header__links-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.header__nav-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.header__nav-container .header__button{display:none}.header__nav-link-container{position:relative}.header__nav-link{font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none;color:#1d2727;white-space:nowrap;position:relative}.header__nav-link:before{content:"";position:absolute;width:0;height:1px;background-color:#1d2727;bottom:0;right:0;transition:.3s ease}.header__nav-link.active:before,.header__nav-link:hover:before{transform:scaleX(1);left:0;width:100%}.header__nav-sub-links-container{position:relative;padding-right:20px}.header__nav-sub-links-container:after{content:"";position:absolute;width:16px;height:16px;background-image:url(../images/icons/chevron-down.svg);background-size:cover;background-position:center;background-repeat:no-repeat;top:50%;right:0;transform:translateY(-50%);cursor:pointer;transition:.3s ease}.header__nav-sub-links-container:hover:after{transform:translateY(-50%) rotate(180deg)}.header__sub-list{position:absolute;top:25px;left:0;display:flex;transform:scaleY(0);transform-origin:top;flex-direction:column;gap:16px;padding:24px;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 24px 24px #00000026;z-index:10;transition:.3s ease;overflow:hidden}.header__nav-sub-links-container:hover .header__sub-list{transform:scaleY(1)}.header__button{max-width:400px;z-index:200}.header__hamburger{display:none;cursor:pointer;padding:10px}.header__hamburger-container{position:relative;width:36px;height:24px}.header__hamburger-item{position:absolute;width:100%;height:2px;border-radius:2px;background-color:#1d2727;transition:.3s ease}.header__hamburger-item:nth-child(1){top:0}.header__hamburger-item:nth-child(2){top:50%;width:100%;right:0;transform:translateY(-50%)}.header__hamburger-item:nth-child(3){bottom:0}.header.active .header__hamburger-item:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.header.active .header__hamburger-item:nth-child(2){opacity:0;right:50%}.header.active .header__hamburger-item:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.header__buttons-container{display:flex;flex-direction:row;align-items:center;gap:24px}.header__lang{font-weight:500;position:relative;z-index:100000;cursor:pointer;border-radius:4px;border:1px solid #7e7c74;user-select:none;text-transform:uppercase}.header__lang span{text-underline-offset:3px;text-decoration:underline}.header__current-lang{display:flex;align-items:center;padding:12px 24px;gap:4px}.header__list-lang{position:absolute;top:56px;left:-1px;display:inline-flex;padding-block:12px!important;flex-direction:column;align-items:center;z-index:-1;background:#fff;box-shadow:0 24px 24px #00000026;opacity:0;visibility:hidden;transition:all .25s ease;border:1px solid #e5e5e1;border-radius:4px}.header__list-lang.active{opacity:1;visibility:visible;transition:all .25s ease;padding:0;z-index:99}.header__item-lang{display:flex;justify-content:center;width:100%}.header__item-lang:hover{background-color:#0000001a}.header__item-lang a{text-decoration:none;padding:6px 24px;color:var(--texts-black)}.footer{text-align:center;padding-block:18px}.footer__logo.invert{filter:brightness(0) invert(1)}.footer__container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.footer__nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.footer__links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;list-style:none;padding:0!important}.footer__link{text-decoration:none;color:var(--texts-black);font-size:16px;font-style:normal;font-weight:400;line-height:16px}.footer.copyright{font-size:16px;font-style:normal;font-weight:600}.swiper{width:100%;position:relative;overflow:visible}.nowrap-text{white-space:nowrap}@media(max-width:1280px){.container{padding-inline:10px}.header__hamburger{display:flex}.header__container{justify-content:space-between}.header__button{padding:14px 24px}.header__links-container{position:absolute;top:80px;width:0px;left:-200%;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px;background:#fff;border-bottom:1px solid #a8c8c9;box-shadow:0 24px 34px #00000040;padding:32px 10px;transition:.3s ease;z-index:120}.header__nav-container{justify-content:center;align-items:flex-start;flex-direction:column;text-align:left;gap:32px}.header__nav-sub-links-container{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:32px;padding-right:0}.header__nav-sub-links-container:after{display:none}.header__sub-list{position:static;transform:none;box-shadow:none;border:none;padding:0;background:none;gap:32px;top:auto}.header__sub-list>*{position:relative;display:flex;flex-direction:row;align-items:center;gap:4px}.active .header__links-container{left:0;width:100dvw}.header__logo{height:auto;max-height:40px}.footer__container{flex-direction:column;gap:12px}}@media(max-width:768px){.big-button{width:100%;max-width:var(--size-medium)}.content-fit-width{max-width:var(--size-medium);justify-content:center;align-items:center}.header__nav-container{width:100%}.header__nav-container .header__button{display:flex}.active .header__links-container{align-items:flex-start}.header__buttons-container .header__button{display:none}.header__button{width:100%;max-width:none}}.section__form{position:relative;width:100%;max-width:588px;padding:24px;display:flex;flex-direction:column;gap:18px;background:#f5f5f5;color:#0f4146;margin-inline:auto;border-radius:var(--border-radius)}.section__form h5,.section__form h4{text-align:center}.section__form-price{border-radius:50px;border:2px dashed #f42f29;background:#f42f291a;display:flex;justify-content:center;align-items:center;overflow:hidden;color:#f42f29;text-align:center;text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:600;line-height:24px;padding:12px}.section__form-price.type-2{color:#fff;font-weight:400;border:none;background:#f42f29}.section__form-discount{font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.32px;margin-bottom:-15px;text-align:center}.section__form-discount span{text-decoration-line:line-through}.section__form-row{display:flex;flex-direction:column;gap:18px}.section__form-input{width:100%;padding:14px 12px;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:400;line-height:20px;outline:none;border-radius:56px;border:1px solid #e5e5e1;background:#fff}.section__form-button{width:100%!important}.price__values-container{display:flex;flex-direction:row;width:100%}.price__values-container>div{display:flex;justify-content:center;align-items:center;padding:10px 18px;width:100%}.price__values-container>div>div{display:flex;flex-direction:column;align-items:flex-start}.price__previous-value{border-radius:58px 0 0 58px;border:1px solid #e5e5e1;background:#fff}.price__previous-value p{color:#7c7b79;font-family:Inter Tight}.price__previous-value p:last-child{text-decoration:line-through}.price__values-container>div>div>p:first-child{font-size:10px;font-style:normal;font-weight:400;line-height:10px}.price__values-container>div>div>p:last-child{font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.48px}.price__current-value{padding:10px 18px;border-radius:0 58px 58px 0;background:#f42f29;color:#fff}.section__form div.error{display:flex;flex-direction:row;justify-content:space-between;transform-style:preserve-3d;position:absolute;z-index:200;top:calc(100% + 4px);left:0;width:100%;border-radius:2px 0 0 2px;background:#ffecec;color:#e94949;font-size:12px;font-style:normal;font-weight:500;line-height:normal;transition:.3s ease}.section__form div.error .error-deco-arrow{position:absolute;z-index:-1;width:13px;height:7px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M4.4505 0.8157C5.24971 -0.271935 6.87465 -0.271936 7.67385 0.815699L12.1244 6.87238H0L4.4505 0.8157Z' fill='%23FFECEC'/%3E%3C/svg%3E");border-radius:2px;top:-6px;left:16px;transition:.3s ease}.section__form .error-text{padding:4px 8px;height:100%}.section__form .error-icon-container{padding:4px;background:#e94949;border-radius:0 2px 2px 0;display:flex;align-items:center;justify-content:center}.section__form .error-icon{width:17px!important;height:17px!important;min-height:17px!important}.phone-flag-badge{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#0a0a0a;background:#eef2ff;border-radius:0;padding:.35rem .85rem;height:100%}.section__form-input-wrapper{position:relative}.section__form-input.phone{padding-left:var(--phone-select-gap, 0)!important}.phone-layout-rtl .section__form-input.phone{padding-right:var(--phone-select-gap, 0)!important}.phone-input-wrapper{display:flex;align-items:center;gap:.75rem;position:relative}.phone-country-select{position:absolute;top:0;left:0;border:1px solid rgba(10,10,10,.2);border:none;padding:0 .75rem;height:48px;min-width:50px;background:transparent;color:#0a0a0a;transition:border-color .15s ease,box-shadow .15s ease;cursor:pointer;display:flex;align-items:center;gap:.25rem;justify-content:space-between;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#path .phone-country-select{height:100%;font-size:14px;font-style:normal;font-weight:400}.phone-country-select[disabled]{opacity:.65;cursor:not-allowed;box-shadow:none}.phone-country-select:focus-visible{outline:none;border-color:#7b47ff;box-shadow:0 0 0 3px #7b47ff40}.phone-country-select option{font-weight:500}.phone-country-select-list{position:absolute;top:calc(100% + .4rem);left:0;margin:0;padding:.15rem 0;list-style:none;background:#fff;border-radius:.75rem;border:1px solid rgba(10,10,10,.15);box-shadow:0 10px 30px #0000001f;z-index:9999;max-height:280px;overflow-y:auto}.phone-country-select-item{cursor:pointer;padding:.6rem 1rem;display:flex;align-items:center;gap:.35rem}.phone-country-select-item+.phone-country-select-item{border-top:1px solid rgba(0,0,0,.08)}.phone-country-select-item:hover{background:#f2efff}.phone-flag-large{font-size:1.25rem;line-height:1;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",Twemoji Mozilla,Segoe UI Symbol,sans-serif!important;display:inline-flex;align-items:center;text-transform:none;color:inherit}.phone-country-label{font-size:.95rem;font-weight:600}.phone-flag-img{width:20px!important;min-width:20px!important;max-width:20px!important;height:13px!important;min-height:13px!important;max-height:13px!important;object-fit:cover;display:inline-flex}.phone-flag-img-fallback{font-weight:700;font-size:.9rem;text-transform:uppercase}.section__swiper{position:relative}.section__swiper .tns-inner{overflow:hidden}.section__swiper .tns-item{display:inline-block;box-sizing:border-box;user-select:none;height:250px}.section__swiper .tns-item>div{height:100%}.tns-liveregion{display:none}.sections-wrapper{width:calc(100dvw - 48px);margin-inline:24px;border-radius:25px}.sections-wrapper.flat{border-radius:0;width:100%;margin-inline:0;padding-inline:0}.selected{background:#ba3d21;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sections-wrapper.primary-light_green{background:#f5f5f5}.sections-wrapper.primary-green-radial{background:#fff}.sections-wrapper.gradient-start{background-image:url(../images/bl1_bg1.webp)}.sections-wrapper.gradient-reg{background-image:url(../images/bl15_bg1.webp)}.product-image-1{padding:0 55px;max-height:none;width:588px;max-width:588px}h1{font-size:var(--header-2-size)}#start h1{font-size:var(--header-1-size)}#start .section__image:nth-child(2){margin-top:-69px;max-width:732px}#start .section__inner-container.top{flex-direction:row;flex-wrap:nowrap;text-align:left;align-items:center}#start .selected{-webkit-text-fill-color:#ba3d21}#start .section__inner-container.nowrap{align-items:center;flex-direction:column}#for .section__card{min-height:390px}#for .section__card:nth-child(2){max-width:690px}#for-page .section__image{max-height:264px;object-fit:cover}#where-page .section__image{max-height:436px;object-fit:cover}#where-page .section__item p,#where-page .section__item li{color:var(--texts-light)}#why h2{line-height:100%}#why .section__card{padding:48px;gap:16px}#why .section__image{object-fit:cover;height:unset}#effects .section__image{height:300px;object-fit:cover}#how .section__inner-container.large-width,#effects .section__inner-container.large-width{gap:16px;height:unset;position:relative;flex-direction:column;justify-content:flex-start;flex-wrap:nowrap}#how .section__card:nth-child(1),#effects .section__card:nth-child(1){height:fit-content}#how .section__card:nth-child(2),#effects .section__card:nth-child(2){justify-content:flex-start;align-items:flex-start;flex-direction:column;height:100%}#composition .section__image{height:800px}#composition .section__container>.section__inner-container{align-items:center}#prec .section__card{min-height:390px}#prec .section__card:nth-child(1){max-width:690px}#how .section__image{height:300px;object-fit:cover}#buy h2{line-height:100%}#buy .section__card{padding:48px;gap:16px}#buy .section__image{object-fit:cover;height:unset}#price .section__container{background-image:url(../images/bl10_bg1.webp);background-size:cover;background-position:center;padding:50px 24px}#price .section__inner-container{gap:16px}#price h2{line-height:100%}#price .section__inner-container{height:360px}#price .section__image{height:524px;object-fit:contain;position:relative;top:50%;transform:translateY(-50%)}#price .section__inner-container.large-width:first-child{justify-content:flex-start}#timer-page .section__inner-container.shadowed,#timer-page .section__inner-container.shadowed>.section__inner-container,#timer .section__inner-container.shadowed,#timer .section__inner-container.shadowed>.section__inner-container{gap:0}#timer-page .section__image{height:100%}#timer .section__image{object-fit:cover;height:100%}.timer-top{background-color:var(--texts-black);width:100%;color:#fff;text-align:center;font-weight:700;line-height:normal;letter-spacing:-.54px;height:fit-content;padding:8px}.timer-container{display:flex;flex-direction:column;padding:24px;gap:24px;width:100%}.timer-items-container{display:flex;flex-direction:row;gap:16px}.timer-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:148px;color:#f42f29;border-radius:8px;border:3px dashed var(--standarts-red, #f42f29);background:var(--standarts-red-light, rgba(244, 47, 41, .1))}.timer-item p:nth-child(1){font-size:80px;font-style:normal;font-weight:600;line-height:80px;letter-spacing:-1.6px}.timer-item p:nth-child(2){font-weight:600;line-height:26px;margin-top:-13px}#timer-page .discount-icon{max-width:150px}#review .swiper-slide p{color:var(--texts-light)}#review .swiper-slide>.section__inner-container{align-items:center;justify-content:left;margin-top:auto}#review .navigation{justify-content:center;gap:16px}.review__right,.review__left{cursor:pointer}#path .section__form{padding:10px;border-radius:16px 16px 0 0;gap:6px;min-height:302px;justify-content:center}#path .section__card-image{min-height:332px}#path .section__form .section__form-row{gap:6px}#path .section__form h5{text-align:center;font-size:16.667px;font-style:normal;font-weight:600;line-height:22.222px;letter-spacing:-.333px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}#path .section__form .price__values-container>div{padding:7px 12px}#path .section__form .price__values-container>div p:last-child{font-size:17.135px;font-style:normal;font-weight:600;line-height:22.847px;letter-spacing:-.343px}#path .section__form-price{padding:4px;font-size:12px;font-style:normal;font-weight:600;line-height:12px}#path .section__form .section__form-input{padding:8px 6px;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#path .section__form .big-button{padding:8px 6px;font-size:14px;font-style:normal;font-weight:700;line-height:16px}#path .section__inner-container:has(>.section__inner-container.medium-width){align-items:stretch}#path .section__inner-container:has(>.section__inner-container.medium-width)>.section__inner-container.medium-width{display:flex;flex-direction:column}#path .section__inner-container:has(>.section__inner-container.medium-width)>.section__inner-container.medium-width>.section__item.section__card:last-child{flex:1 1 auto}#faq .section__card{cursor:pointer}#faq .section__card .section__card-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%}#faq-page .faq-item{gap:8px}#reg .section__inner-container.rounded.shadowed{padding:var(--section-card-padding);flex-wrap:nowrap;background-color:var(--standarts-white)}#reg .section__image{object-fit:cover}@media(max-width:1280px){.product-image-1{width:300px}#start .section__inner-container.nowrap{align-items:center}#start .section__inner-container.top{flex-direction:column}#start .section__image:nth-child(2){margin-top:-50px;max-width:588px}#composition .section__image{max-height:300px}#prec .section__card,#for .section__card{max-width:390px!important}#how .section__inner-container>.section__inner-container.large-width,#effects .section__inner-container>.section__inner-container.large-width{max-width:var(--size-medium)}#for-page .large-width{max-width:100%}}@media(max-width:1024px){.section__inner-container.nowrap{flex-wrap:wrap}.section__inner-container .product-image-1{flex:0 1 50%}.product-image-1{max-height:300px}#start .section__image:nth-child(2){margin-top:0}#for .section__card:nth-child(2),#prec .section__card:nth-child(1){max-width:var(--size-medium)}#prec .section__card,#for .section__card{min-height:fit-content}#composition .section__image{height:300px}#why .section__card,#buy .section__card,#price .section__container{padding:var(--section-card-padding)}#price .section__inner-container{height:fit-content}#price .section__image{height:300px;object-fit:contain;top:0;transform:none}#price .big-button{display:none}#timer-page .large-width,#timer-page .full-width,#timer .large-width,#timer .full-width{max-width:var(--size-medium)}#timer-page .section__inner-container.shadowed,#timer .section__inner-container.shadowed{max-width:var(--size-medium);margin-inline:auto}#review .large-width{max-width:100%}#reg .section__inner-container.rounded.shadowed{flex-direction:column;max-width:var(--size-medium);margin-inline:auto}#for-page .large-width{max-width:var(--size-medium)}#review .full-width{max-width:var(--size-medium);margin-inline:auto}}@media(max-width:768px){.section__inner-container.top{align-items:flex-start;max-width:var(--size-medium);margin-inline:auto}.section__inner-container.top h1,.section__inner-container.top h2,.section__inner-container.top h3,.section__inner-container.top p{text-align:left}#where-page .section__image,#for-page .section__image{max-height:200px}#where .section__image,#why .section__image,#buy .section__image,#how .section__image,#path .section__image,#effects .section__image{max-height:300px;object-fit:cover}.sections-wrapper{width:100%;margin-inline:0}.timer-item p:nth-child(1){font-size:44.638px;font-style:normal;font-weight:600;line-height:44.638px;letter-spacing:-.893px}.timer-item p:nth-child(2){font-size:10.043px;font-style:normal;font-weight:600;line-height:14.507px;margin-top:-5px}.timer-container{padding:var(--section-card-padding);gap:var(--section-inner-container-gap)}.timer-item{height:82px}}@media screen and (max-width:480px){.product-image-1{flex:auto!important;max-width:292px;padding:0!important}}@media(max-width:420px){#start h1 .selected{width:100%;font-size:19vw;text-align:center;margin-inline:auto;max-width:600px}#where .section__image,#why .section__image,#buy .section__image,#how .section__image,#path .section__image,#effects .section__image{max-height:200px}}.section__delivery{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;border-radius:2px;padding:2px;background:#e9e9e9}.section__delivery p{color:#6b6b6b;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:22px}
