.landing {
    font-size: 18px;
    line-height: 1.5;
    color: #121212;
}
@media only screen and (max-width: 767px) {
    .landing {
        font-size: 14px;
    }
}
.landing-section {
    padding: 80px 0;
}
@media only screen and (max-width: 767px) {
    .landing-section {
        padding: 48px 0;
    }
}
.landing-section-top {
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    .landing-section-top {
        margin-top: 48px;
    }
}
.landing-main {
    padding-top: 44px;
}
.landing-main__wrapper {
    display: flex;
    align-items: center;
    padding: 62px 40px 62px 62px;
    border-radius: 48px;
    background: linear-gradient(90deg, #f9f4fb 0%, #ede7f3 100%);
}
@media only screen and (max-width: 1339px) {
    .landing-main__wrapper {
        padding: 64px 32px 64px 56px;
    }
}
@media only screen and (max-width: 1179px) {
    .landing-main__wrapper {
        padding: 56px 32px;
    }
}
@media only screen and (max-width: 1023px) {
    .landing-main__wrapper {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .landing-main__wrapper {
        padding: 24px 15px;
        border-radius: 24px;
    }
}
.landing-main__details p {
    margin-bottom: 12px;
}
.landing-main__title {
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
}
@media only screen and (max-width: 1339px) {
    .landing-main__title {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1179px) {
    .landing-main__title {
        margin-bottom: 32px;
        font-size: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-main__title {
        margin-bottom: 20px;
        font-size: 28px;
    }
}
.landing-main__text {
    margin-bottom: 24px;
    font-weight: 600;
}
.landing-main__list {
    margin-bottom: 24px;
}
.landing-main__list li:not(:last-child) {
    margin-bottom: 8px;
}
.landing-main li {
    position: relative;
    padding-left: 23px;
    font-size: 18px;
    line-height: 1.5;
}
.landing-main ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #121212;
}
.landing-main ol:not(:last-child) {
    margin-bottom: 24px; }

.landing-main ol {
    counter-reset: li; }
.landing-main ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    padding-right: 4px;
    counter-increment: li;
    content: counters(li, ".") ". "; }

@media only screen and (max-width: 1259px) {
    .landing-main li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-main li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .landing-main__list li:before {
        top: 9px;
    }
}
.landing-main__preview {
    flex-shrink: 0;
    width: 400px;
}
@media only screen and (max-width: 1023px) {
    .landing-main__preview {
        display: none;
    }
}
.landing-main .button {
    margin-top: 16px;
    gap: 10px;
}
@media only screen and (max-width: 1023px) {
    .landing-main .button {
        width: 100%;
    }
}
.landing-main__preview img {
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .landing-main__preview img {
        max-width: 400px;
    }
}
.landing-details {
    border-top: 1px solid #eceaf6;
}
.landing-details__row {
    display: flex;
}
@media only screen and (max-width: 1179px) {
    .landing-details__row {
        display: block;
    }
}
.landing-details__row:not(:last-child) {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .landing-details__row:not(:last-child) {
        margin-bottom: 32px;
    }
}
.landing-details__title {
    flex-shrink: 0;
    width: 486px;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
}
@media only screen and (max-width: 1179px) {
    .landing-details__title {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .landing-details__title {
        font-size: 18px;
    }
}
.landing-details__content {
    padding-left: 64px;
    line-height: 1.8;
}
.landing-details__content p:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 1179px) {
    .landing-details__content {
        margin-top: 24px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .landing-details__content {
        margin-top: 16px;
    }
}
.landing-details__content span {
    font-weight: 600;
}
.landing-event {
    background: linear-gradient(90deg, #e5e3f2 0%, #fdfbfe 100%);
}
.landing-event__title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
}
@media only screen and (max-width: 767px) {
    .landing-event__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
.landing-event__info {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.5;
}
.landing-event__list {
    border-top: 1px solid #b0a3c5;
}
.landing-event__item {
    display: flex;
    align-items: center;
    padding: 36px 48px;
    border-bottom: 1px solid #b0a3c5;
}
@media only screen and (max-width: 767px) {
    .landing-event__item {
        padding: 24px 0;
    }
}
@media only screen and (max-width: 767px) {
    .landing-event__item {
        display: block;
    }
}
.landing-event__number {
    flex-shrink: 0;
    width: 72px;
    margin-right: 48px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .landing-event__number {
        display: flex;
        align-items: center;
        width: auto;
        margin: 0 0 12px;
    }
}
.landing-event__value,
.landing-event__label,
.landing-event__subtitle {
    display: inline-block;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.landing-event__value {
    font-size: 68px;
    font-weight: 600;
    line-height: 0.9;
}
@media only screen and (max-width: 767px) {
    .landing-event__value {
        margin-right: 8px;
        font-size: 48px;
    }
}
.landing-event__label {
    font-size: 14px;
    line-height: 1;
}
.landing-event__subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .landing-event__subtitle {
        font-size: 20px;
    }
}
.landing-event__category {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #6d6d6d;
}
.landing-event__content {
    max-width: 1036px;
    line-height: 1.6;
}
.landing-event .video {
    margin-top: 80px;
    border-radius: 48px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .landing-event .video {
        margin-top: 32px;
        border-radius: 16px;
    }
}
.landing-slogan {
    padding: 60px 0;
    background: linear-gradient(0deg, #a86fce 0%, #6f79d3 100%);
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .landing-slogan {
        padding: 32px 0;
    }
}
.landing-slogan__wrap {
    padding-left: 40px;
    border-left: 1px solid rgba(248, 248, 248, 0.16);
}
@media only screen and (max-width: 767px) {
    .landing-slogan__wrap {
        padding-left: 20px;
    }
}
.landing-slogan__title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .landing-slogan__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
.landing-slogan__content {
    line-height: 1.6;
}
.landing-desc__title {
    max-width: 1030px;
    margin: 0 auto 56px;
    text-align: center;
    font-family: "Savoye Let";
    font-size: 80px;
    line-height: 0.9;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1179px) {
    .landing-desc__title {
        font-size: 64px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__title {
        margin-bottom: 24px;
        font-size: 40px;
    }
}
.landing-desc__item:not(:last-child) {
    margin-bottom: 24px;
}
.landing-desc__item {
    border-radius: 48px;
    box-shadow: 0px 0px 0px 1px rgba(176, 163, 197, 0.16);
}
@media only screen and (max-width: 767px) {
    .landing-desc__item {
        border-radius: 32px;
    }
}
.landing-desc__item:nth-child(2n + 1) {
    padding: 32px 64px 32px 32px;
    background: linear-gradient(90deg, #e5e3f2 0%, #fdfbfe 100%);
}
@media only screen and (max-width: 1179px) {
    .landing-desc__item:nth-child(2n + 1) {
        padding: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__item:nth-child(2n + 1) {
        padding: 15px;
    }
}
.landing-desc__item:nth-child(2n) {
    padding: 32px 32px 32px 64px;
    background: linear-gradient(270deg, #e5e3f2 0%, #fdfbfe 100%);
}
@media only screen and (max-width: 1179px) {
    .landing-desc__item:nth-child(2n) {
        padding: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__item:nth-child(2n) {
        padding: 15px;
    }
}
.landing-desc__item:nth-child(2n) .landing-desc__row {
    flex-direction: row-reverse;
}
.landing-desc__row {
    display: flex;
    align-items: center;
    margin: 0 -24px;
}
@media only screen and (max-width: 1023px) {
    .landing-desc__row {
        display: block;
        margin: 0;
    }
}
.landing-desc__preview,
.landing-desc__wrap {
    width: calc(50% - 48px);
    margin: 0 24px;
}
@media only screen and (max-width: 1023px) {
    .landing-desc__preview,
    .landing-desc__wrap {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .landing-desc__preview {
        margin-bottom: 24px;
    }
}
.landing-desc__preview img {
    width: 100%;
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .landing-desc__preview img {
        border-radius: 24px;
    }
}
.landing-desc__wrap {
    padding: 0 24px;
}
@media only screen and (max-width: 1179px) {
    .landing-desc__wrap {
        padding: 0;
    }
}
.landing-desc__subtitle {
    margin-bottom: 32px;
    display: inline-block;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (max-width: 1179px) {
    .landing-desc__subtitle {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__subtitle {
        margin-bottom: 12px;
        font-size: 22px;
    }
}
.landing-desc__content {
    line-height: 1.6;
}
@media only screen and (max-width: 1179px) {
    .landing-desc__content {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-desc__content {
        font-size: 14px;
    }
}
.landing-help__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 526px;
    padding: 32px 88px;
    background: #fff;
    border-radius: 48px;
    box-shadow: 0px 0px 0px 1px rgba(176, 163, 197, 0.16),
        0px 10px 36px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
    .landing-help__wrap {
        min-height: auto;
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-help__wrap {
        padding: 24px 15px;
        border-radius: 32px;
    }
}
.landing-help__wrap:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 48px;
    background: linear-gradient(0deg, #a86fce 0%, #6f79d3 100%);
}
@media only screen and (max-width: 767px) {
    .landing-help__wrap:before {
        border-radius: 32px;
    }
}
.landing-help__title {
    margin-bottom: 32px;
    display: inline-block;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .landing-help__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
.landing-help__list {
    counter-reset: li;
}
.landing-help__list li {
    position: relative;
    padding-left: 23px;
}
.landing-help__list li:not(:last-child) {
    margin-bottom: 8px;
}
.landing-help__list li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    text-align: center;
    counter-increment: li;
    content: counters(li, ".") ". ";
}
.landing-author__wrapper {
    display: flex;
    align-items: center;
    padding: 48px 56px;
    background: linear-gradient(0deg, #a86fce 0%, #6f79d3 100%);
    border-radius: 48px;
    box-shadow: 0px 0px 0px 1px rgba(176, 163, 197, 0.16),
        0px 10px 36px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
}
@media only screen and (max-width: 1339px) {
    .landing-author__wrapper {
        padding: 56px 48px 56px 32px;
    }
}
@media only screen and (max-width: 1023px) {
    .landing-author__wrapper {
        display: block;
        padding: 56px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-author__wrapper {
        padding: 24px 15px;
        border-radius: 32px;
    }
}
.landing-author__photo {
    flex-shrink: 0;
    width: 480px;
    height: 480px;
    margin-right: 64px;
    font-size: 0;
}
@media only screen and (max-width: 1339px) {
    .landing-author__photo {
        margin-right: 56px;
    }
}
@media only screen and (max-width: 1179px) {
    .landing-author__photo {
        width: 400px;
        height: 400px;
    }
}
@media only screen and (max-width: 1023px) {
    .landing-author__photo {
        margin: 0 auto 32px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-author__photo {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        margin-bottom: 20px;
    }
}
.landing-author__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.landing-author__details {
    flex-grow: 1;
    text-align: center;
}
.landing-author__info {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .landing-author__info {
        font-size: 16px;
    }
}
.landing-author__name {
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (max-width: 1179px) {
    .landing-author__name {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1023px) {
    .landing-author__name {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-author__name {
        font-size: 24px;
    }
}
.landing-author__post {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.6;
}
@media only screen and (max-width: 767px) {
    .landing-author__post {
        margin-bottom: 20px;
    }
}
.landing-author__blockquote {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .landing-author__blockquote {
        margin: 0 20px;
    }
}
.landing-author__blockquote:before,
.landing-author__blockquote:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' fill='none' viewBox='0 0 27 25'%3E%3Cpath opacity='.2' d='M26.006.5L27 2.231C20.218 7.687 16.674 12.33 16.368 16.159c1.071-1.102 2.218-1.652 3.442-1.652 1.122 0 2.04.367 2.754 1.102s1.071 1.679 1.071 2.833c0 1.679-.561 3.121-1.683 4.328-1.071 1.154-2.371 1.731-3.901 1.731-1.479 0-2.677-.525-3.595-1.574-.867-1.102-1.3-2.466-1.3-4.092 0-2.728 1.198-5.77 3.595-9.128 2.397-3.41 5.482-6.479 9.255-9.207zM12.773.5l1.071 1.731C7.113 7.687 3.544 12.33 3.136 16.159c1.122-1.102 2.295-1.652 3.518-1.652 1.071 0 1.963.367 2.677 1.102s1.071 1.679 1.071 2.833c0 1.626-.535 3.043-1.606 4.249S6.425 24.5 4.895 24.5c-1.479 0-2.677-.525-3.595-1.574C.433 21.825 0 20.461 0 18.834c0-2.728 1.198-5.77 3.595-9.128C5.992 6.297 9.051 3.228 12.773.5z' fill='%23fff'/%3E%3C/svg%3E")
        no-repeat 50% 50% / 100% auto;
}
.landing-author__blockquote:before {
    top: 0;
    right: 100%;
}
.landing-author__blockquote:after {
    bottom: 0;
    left: 100%;
    transform: rotate(180deg);
}
.landing-buy {
    background: linear-gradient(270deg, #e5e3f2 0%, #fdfbfe 100%),
        linear-gradient(90deg, #eaddf3 0%, #cbcee6 100%),
        linear-gradient(90deg, #f9f4fb 0%, #ede7f3 100%);
}
.landing-buy__head {
    text-align: center;
}
.landing-buy__course {
    margin-bottom: 4px;
    font-family: "Savoye Let";
    font-size: 60px;
    line-height: 0.9;
}
@media only screen and (max-width: 767px) {
    .landing-buy__course {
        font-size: 48px;
    }
}
.landing-buy__title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .landing-buy__title {
        font-size: 24px;
        line-height: 1.3;
    }
}
.landing-buy__modules {
    display: inline-block;
    margin-top: 16px;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
}
.landing-buy__info {
    max-width: 704px;
    margin: 20px auto 0;
}
.landing-buy__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}
.landing-buy__option {
    padding: 15px 24px;
    border-radius: 16px;
    border: 1px solid #b0a3c5;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    transition: all 0.2s;
}
@media only screen and (max-width: 1179px) {
    .landing-buy__option {
        padding: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-buy__option {
        padding: 8px 20px;
    }
}
.landing-buy__option:hover {
    color: #af47e5;
}
.landing-buy__option.active {
    border-color: #9f81cf;
    background: #9f81cf;
    color: #fff;
}
.landing-buy__option span {
    font-size: 16px;
    font-weight: 600;
}
.landing-buy__stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
    padding: 24px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(18, 18, 18, 0.16);
    line-height: 1;
}
.landing-buy__label {
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .landing-buy__label {
        font-size: 14px;
    }
}
.landing-buy__price {
    margin-left: 16px;
    background: linear-gradient(90deg, #af47e5 0%, #3700aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .landing-buy__price {
        font-size: 32px;
    }
}
.landing-buy__action {
    margin-left: 16px;
    font-size: 24px;
    font-weight: 500;
    color: #e73939;
}
@media only screen and (max-width: 767px) {
    .landing-buy__action {
        font-size: 20px;
    }
}
.landing-buy__desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.landing-buy__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .landing-buy__text {
        font-size: 14px;
    }
}
.landing-buy__status {
    display: flex;
    align-items: center;
}
.landing-buy__caption {
    font-size: 14px;
    font-weight: 500;
}
.landing-buy__tooltip {
    position: relative;
    margin-left: 8px;
}
.landing-buy__icon {
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3E%3Cpath d='M7.5 1.094c-1.267 0-2.506.376-3.559 1.08S2.066 3.878 1.581 5.048.97 7.507 1.217 8.75s.857 2.384 1.753 3.28 2.037 1.506 3.28 1.753 2.531.12 3.701-.365 2.171-1.306 2.875-2.359 1.08-2.292 1.08-3.559c-.002-1.699-.677-3.327-1.878-4.528S9.199 1.095 7.5 1.094zm-.069 10.5c-.166 0-.325-.066-.442-.183s-.183-.276-.183-.442.066-.325.183-.442.276-.183.442-.183.325.066.442.183.183.276.183.442-.066.325-.183.442-.276.183-.442.183zm2.387-4.575A2.33 2.33 0 0 1 8.438 8.3c-.102.045-.191.116-.256.206-.073.097-.113.216-.113.338v.444c0 .166-.066.325-.183.442s-.276.183-.442.183-.325-.066-.442-.183-.183-.276-.183-.442v-.463c.004-.375.124-.74.344-1.044.217-.289.515-.507.856-.625a1 1 0 0 0 .394-.237 1.02 1.02 0 0 0 .338-.788 1.06 1.06 0 0 0-.1-.431 1.25 1.25 0 0 0-.388-.431 1.25 1.25 0 0 0-.556-.225 1.42 1.42 0 0 0-.9.125c-.271.134-.491.354-.625.625-.069.151-.195.268-.35.326s-.327.052-.478-.017-.268-.195-.326-.35-.052-.327.017-.478c.241-.53.653-.963 1.17-1.232s1.108-.356 1.68-.249a2.5 2.5 0 0 1 1.075.438 2.56 2.56 0 0 1 .781.894 2.31 2.31 0 0 1 .05 1.906l.019-.013z' fill='url(%23A)'/%3E%3Cdefs%3E%3ClinearGradient id='A' x1='1.094' y1='7.5' x2='13.906' y2='7.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23af47e5'/%3E%3Cstop offset='1' stop-color='%233700aa'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
        no-repeat 50% 50% / 100% auto;
    cursor: pointer;
}
.landing-buy__body {
    position: absolute;
    right: -24px;
    bottom: 100%;
    width: 287px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.landing-buy__inner {
    position: relative;
    padding: 15px 20px;
    border-radius: 24px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .landing-buy__body {
        right: -15px;
    }
    .landing-buy__inner {
        border-radius: 15px;
    }
}
.landing-buy__tooltip:hover .landing-buy__body {
    visibility: visible;
    opacity: 1;
}
.landing-buy__inner:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
    .landing-buy__inner:after {
        right: 12px;
    }
}
.landing-buy__body span {
    display: block;
    font-weight: 600;
}
.landing-buy__body a {
    margin-left: 5px;
    text-decoration: underline;
    font-weight: 600;
    color: #3700AA;
    transition: text-decoration .2s;
}
.landing-buy__body a:hover {
    text-decoration-color: transparent;
}
.landing-buy__form {
    position: relative;
    display: flex;
    padding: 32px;
    border-radius: 32px;
    box-shadow: 0px 0px 0px 1px rgba(176, 163, 197, 0.16),
        0px 10px 36px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
    .landing-buy__form {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .landing-buy__form {
        padding: 24px 15px;
    }
}
.landing-buy__form:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 32px;
    background: #fff;
}
.landing-buy__form:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    border-radius: 32px;
    background: linear-gradient(0deg, #a86fce 0%, #6f79d3 100%);
}
.landing-buy__fieldset {
    position: relative;
    z-index: 3;
    display: flex;
    flex-grow: 1;
    gap: 16px;
}
@media only screen and (max-width: 1023px) {
    .landing-buy__fieldset {
        flex-direction: column;
    }
}
.landing-buy .field {
    flex: 1;
}
.landing-buy .field__input {
    border-radius: 16px;
}
.landing-buy .button {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    min-width: 166px;
    margin-left: 16px;
}
@media only screen and (max-width: 1023px) {
    .landing-buy .button {
        min-width: 100%;
        margin: 16px 0 0;
    }
}
.landing-buy__note {
    max-width: 1180px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    color: #6d6d6d;
}
.landing-task {
    background: linear-gradient(270deg, #e5e3f2 0%, #fdfbfe 100%),
        linear-gradient(90deg, #eaddf3 0%, #cbcee6 100%),
        linear-gradient(90deg, #f9f4fb 0%, #ede7f3 100%);
    text-align: center;
}
.landing-task__title {
    margin-bottom: 4px;
    font-family: "Savoye Let";
    font-size: 60px;
    line-height: 0.9;
}
.landing-task__content {
    margin-bottom: 24px;
    font-size: 18px;
}
.landing-task .button {
    min-width: 180px;
}
@media only screen and (max-width: 767px) {
    .landing-task__title {
        font-size: 48px;
    }
    .landing-task__title span {
        display: block;
    }
    .landing-task__content {
        font-size: 16px;
    }
}

