.hero,.modules,.faq{background:#fff;padding:30px;border-radius:40px;box-shadow:0 10px 30px #00000040;max-width:1200px;margin:20px auto 0}.hero__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.hero__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.hero__logo img{height:60px}.hero__logo span{color:#35115d;font-family:Inter;font-size:16px;font-weight:600}.hero__name{color:#35115d;font-family:Inter;font-size:20px;font-weight:600;margin:0;line-height:1.2}.hero__inner{display:flex;flex-wrap:wrap;align-items:stretch;gap:3rem;margin:0 auto}.hero__content{flex:1 1 600px;display:flex;flex-direction:column;justify-content:space-between}.hero__title{color:#35115d;font-family:Marcellus,serif;font-size:56px;font-weight:400;line-height:1.3;letter-spacing:-.5px;margin:0 0 1.5rem;padding-top:40px}.hero__title-line{display:inline-block}.hero__description{color:#36115c;font-family:Inter,sans-serif;font-size:36px;font-weight:200;line-height:1.2;margin:0 0 1.5rem}.hero__buttons{display:flex;align-items:flex-end;gap:0;position:relative;width:100%}.hero__button-group{display:flex;align-items:center;flex:1 1 50%}.hero__price-group{display:flex;flex-direction:column;align-items:flex-start;position:relative;flex:1 1 50%}.hero__price-group form{width:100%}.hero__price-label{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);color:#35115d80;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:1.4;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-weight:600;border-radius:4rem;text-decoration:none;transition:background .2s,opacity .2s;white-space:nowrap;font-family:Inter,sans-serif;border:none;cursor:pointer}.btn--outline{background-color:#fff;border:1px solid rgba(200,180,220,.3);color:#35115d;font-size:16px;padding:1rem 2rem;border-radius:50px 0 0 50px;border-right:none;box-shadow:0 4px 12px #00000014;width:100%}.btn--outline:hover{background-color:#f5f5f5;border-color:#c8b4dc66}.btn--price{border-radius:50px;background:linear-gradient(135deg,#bb95ff,#8b6fd4);color:#36115c;font-size:28px;font-weight:700;padding:12.5px 3rem;margin-left:-40px;box-shadow:0 4px 14px #bb95ff66;width:100%}.btn--price:hover{transform:translateY(-2px);box-shadow:0 6px 18px #bb95ff80}.hero__gallery{flex:1 1 300px;display:flex;flex-direction:column;justify-content:center;gap:1rem}.hero__image-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero__image{overflow:hidden;border-radius:.75rem}.hero__image img{display:block;width:100%;height:auto;object-fit:cover}@media (max-width: 767px){.hero__header{margin-bottom:1.5rem}.hero__logo span{font-size:14px}.hero__name{font-size:16px}.hero__inner{display:flex;flex-direction:column;gap:2rem}.hero__content{flex:1 1 100%;width:100%}.hero__title{font-size:28px!important;line-height:1.2!important;margin-bottom:1rem!important}.hero__description{font-size:16px;margin-bottom:1.5rem}.hero__buttons{grid-template-columns:1fr;gap:1rem}.hero__button-group{width:100%}.btn--outline{width:100%;text-align:center;padding:1rem}.btn--price{font-size:24px;padding:1rem 2rem;width:100%}.hero__gallery{order:-1;width:100%;margin-bottom:0;flex:inherit;display:flex}.hero__image-group{display:none!important}}.modules{display:flex;flex-direction:column;gap:2rem}.module-block{background:#9776d6;border-radius:24px;padding:2.5rem 3rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:visible}.module-block__summary{display:grid;grid-template-columns:60% 40%;gap:2rem;align-items:start;position:relative;overflow:visible}.module-block__content{flex:1;display:flex;flex-direction:column;height:100%}.module-block__title{font-family:Marcellus,serif;font-size:32px;font-weight:400;color:#35115d;margin:0 0 .75rem}.module-block__lessons{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fff;margin:0 0 1rem}.module-block__description{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff;line-height:1.6;margin:0}.module-block__toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;border-radius:20px;transition:all .3s ease;width:fit-content;margin-top:auto}.module-block__toggle-btn:hover{background:#ffffff1a;border-color:#ffffff80}.module-block__toggle-btn:after{content:"+";font-size:20px;font-weight:300;transition:transform .3s ease}.module-block__toggle-btn.active:after{content:"-"}.module-block__details{margin-top:0;padding-top:0;border-top:none;max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease,padding-top .3s ease,border-top .3s ease}.module-block__details.show{max-height:2000px;margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(255,255,255,.2)}.module-block__product-description{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff;line-height:1.6;margin:0}.module-block__product-link{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background:#35115d;color:#fff;text-decoration:none;border-radius:50px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:background .3s ease}.module-block__product-link:hover{background:#2a0d47}.module-block__visual{flex:1}.module-block__card{text-align:center;position:relative}.module-block__image{width:100%;height:auto;max-height:250px;object-fit:cover;border-radius:12px}@media (max-width: 767px){.modules{gap:1rem}.module-block{grid-template-columns:1fr;padding:1.5rem}.module-block__title{font-size:24px}.module-block__lessons,.module-block__description{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-landing.css.map */
