.hero-section{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;isolation:isolate;height:100vh;display:flex;align-items:center}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00133a99,#00133a00);opacity:.67;z-index:1;pointer-events:none;height:100vh;width:100%}.section-hero{position:relative;z-index:1}.hero-section__overlay{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#00000026 40%,#0000001a);border-radius:var(--radius-outer, 0);z-index:0;pointer-events:none}.hero__inner{position:relative;z-index:1;height:100%;padding:0 calc(155 * var(--base-scale-factor))}.hero__grid{display:flex;width:100%;justify-content:space-between}.hero__col{display:flex;flex-direction:column}.hero__col.hero__col--right{max-width:calc(630 * var(--base-scale-factor));align-items:flex-start}.hero__col.hero__col--left{max-width:calc(800 * var(--base-scale-factor));align-items:flex-start}.hero__title,.hero__subtitle{margin:0 0 calc(43 * var(--base-scale-factor)) 0;font-size:calc(41 * var(--base-scale-factor));color:#fff}.hero__title p,.hero__subtitle p{margin:0;letter-spacing:0}.hero__text{color:#fff;opacity:.671;font-size:calc(29 * var(--base-scale-factor));max-width:calc(601 * var(--base-scale-factor));margin-bottom:calc(48 * var(--base-scale-factor))}.hero__text p{line-height:calc(47 * var(--base-scale-factor))}.hero__icon img{display:block;height:auto;max-width:calc(150 * var(--base-scale-factor))}.hero__bottom-icon{width:calc(130 * var(--base-scale-factor));height:calc(130 * var(--base-scale-factor));object-fit:contain;display:block}.hero__bottom-icon--chevron{width:calc(42 * var(--base-scale-factor));height:calc(22 * var(--base-scale-factor))}.hero__actions{display:flex;align-items:center;gap:calc(32 * var(--base-scale-factor));border-radius:300px;justify-content:space-between;background:#ffffffb3;width:100%;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);padding:calc(20 * var(--base-scale-factor)) calc(20 * var(--base-scale-factor)) calc(20 * var(--base-scale-factor)) calc(76 * var(--base-scale-factor))}.hero__pricing{display:flex;flex-direction:column;gap:8px}.hero__price-row{display:flex;align-items:center;gap:calc(17 * var(--base-scale-factor))}.hero__price--original{font-size:calc(36 * var(--base-scale-factor));line-height:calc(52 * var(--base-scale-factor));color:#003ebf;font-weight:500}.hero__discount{font-size:calc(22 * var(--base-scale-factor));line-height:calc(29 * var(--base-scale-factor));color:#3e3e3e;font-weight:300;white-space:nowrap}.hero__price-discounted{font-size:1.5rem;font-weight:800}.hero__button{border-radius:46px;background-color:#003ebf;font-size:calc(30 * var(--base-scale-factor));line-height:calc(36 * var(--base-scale-factor));color:#fff;display:flex;text-decoration:none;column-gap:calc(41 * var(--base-scale-factor));align-items:center;padding:calc(29 * var(--base-scale-factor)) calc(46 * var(--base-scale-factor));transition:all .3s ease}.hero__button:hover{background-color:#003ebf;box-shadow:0 calc(44 * var(--base-scale-factor)) calc(66.12 * var(--base-scale-factor)) calc(9.88 * var(--base-scale-factor)) #0d45d47d}.hero__button:focus,.hero__button:active{background-color:#003ebf;box-shadow:0 calc(11 * var(--base-scale-factor)) calc(18.27 * var(--base-scale-factor)) calc(2.73 * var(--base-scale-factor)) #0d45d47d}.hero__button svg{width:calc(31 * var(--base-scale-factor));height:calc(25 * var(--base-scale-factor))}.hero__bottom-badge{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:300px;background:#ebeaeb;box-shadow:0 6px 26px #0000001a;z-index:2;aspect-ratio:1 / 1;padding:0;gap:0;width:calc(366 * var(--base-scale-factor));height:calc(366 * var(--base-scale-factor))}.hero__bottom-text{font-size:calc(24 * var(--base-scale-factor));line-height:calc(42 * var(--base-scale-factor));margin:calc(43 * var(--base-scale-factor)) 0 calc(29 * var(--base-scale-factor)) 0;color:#373737;font-weight:500;white-space:nowrap;text-transform:uppercase}@media (max-width: 1199px){.hero-section{height:934px}.hero__title,.hero__subtitle{font-size:20px;margin-bottom:12px;width:100%}.hero__icon img{max-width:85px}.hero__text{font-size:16px;line-height:1.4;margin-bottom:16px}.hero__col.hero__col--right{max-width:340px;text-align:left}.hero__col.hero__col--left{max-width:100%}.hero__actions{border-radius:300px;padding:20px;column-gap:14px}.hero__price--original{font-size:20px}.hero__price-row{gap:8px}.hero__discount{font-size:14px;line-height:1.2}.hero__button{border-radius:30px;background:#003ebf;box-shadow:0 20px 76px 13px #0d45d47d;padding:16px 32px;font-size:16px;line-height:1.4;gap:10px}.hero__button svg{width:18px;height:18px}.advantages-section .hero__bottom-badge{width:180px;height:180px}.hero__bottom-icon{width:64px;height:64px}.hero__bottom-text{font-size:16px;margin:0}.hero__bottom-icon--chevron{width:22px;height:12px}.hero__inner{padding:0 calc(91 * var(--base-scale-factor))}}@media (max-width: 989px){.hero-section{height:calc(1800 * var(--base-scale-factor))}.hero__grid{flex-direction:column;justify-content:space-between;height:100%;padding-top:calc(441 * var(--base-scale-factor))}.hero__title{font-size:calc(49 * var(--base-scale-factor));margin-bottom:calc(52 * var(--base-scale-factor))}.hero__icon img{max-width:calc(180 * var(--base-scale-factor))}.hero__col.hero__col--right{max-width:100%;text-align:center;background-color:#ebeaeb80;border-radius:calc(60 * var(--base-scale-factor));padding:calc(120 * var(--base-scale-factor)) 0;margin:0 calc(30 * var(--base-scale-factor))}.hero__subtitle{font-size:calc(60 * var(--base-scale-factor));margin:0 auto calc(61 * var(--base-scale-factor));max-width:calc(879 * var(--base-scale-factor));color:#003ebf}.hero__text{opacity:.6;font-size:calc(42 * var(--base-scale-factor));line-height:calc(69 * var(--base-scale-factor));margin:0 auto calc(72 * var(--base-scale-factor)) auto;max-width:calc(870 * var(--base-scale-factor));text-align:left;color:#343434}.hero__actions{max-width:calc(920 * var(--base-scale-factor));height:calc(196 * var(--base-scale-factor));column-gap:calc(47 * var(--base-scale-factor));padding:calc(20 * var(--base-scale-factor)) calc(20 * var(--base-scale-factor)) calc(20 * var(--base-scale-factor)) calc(76 * var(--base-scale-factor));margin:0 auto}.hero__price--original{font-size:calc(53 * var(--base-scale-factor));line-height:calc(76 * var(--base-scale-factor));color:#003ebf;font-weight:500}.hero__price-row{column-gap:calc(26 * var(--base-scale-factor))}.hero__discount{font-size:calc(32 * var(--base-scale-factor));line-height:calc(43 * var(--base-scale-factor));color:#3e3e3e;font-weight:300}.hero__button{font-size:calc(44 * var(--base-scale-factor));line-height:calc(53 * var(--base-scale-factor));column-gap:calc(61 * var(--base-scale-factor));padding:calc(52 * var(--base-scale-factor)) calc(82 * var(--base-scale-factor));color:#fff;font-weight:500;border-radius:67px;box-shadow:0 calc(44 * var(--base-scale-factor)) calc(66 * var(--base-scale-factor)) calc(10 * var(--base-scale-factor)) #0d45d47d;white-space:nowrap}.hero__button svg{width:calc(46 * var(--base-scale-factor));height:calc(37 * var(--base-scale-factor))}.hero__col.hero__col--right{position:relative;bottom:-50%;box-shadow:0 6px 26px #0000001a}.hero__col.hero__col--right:after{content:"";position:absolute;top:0;left:0;border-radius:calc(60 * var(--base-scale-factor));z-index:-1;width:100%;height:100%;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.hero__inner{padding:0}.hero__col.hero__col--left{padding:0 calc(91 * var(--base-scale-factor))}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-hero.css.map */
