html {
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

body {
    margin: 0
}

.contact-form {
    background: #f7f8ff;
    padding: 60px 0
}

.contact-form__wrapper {
    box-sizing: border-box;
    background: #fff;
    border-radius: 32px;
    width: min(100% - 64px, 1200px);
    height: 455px;
    margin: 0 auto;
    padding: 80px 80px 50px;
    position: relative;
    overflow: hidden
}

.contact-form__background, .contact-form__person {
    pointer-events: none;
    position: absolute
}

.contact-form__background {
    width: 654px;
    height: 637px;
    top: 100.65px;
    left: 560px
}

.contact-form__person {
    -o-object-fit: cover;
    object-fit: cover;
    width: 405px;
    height: 410px;
    top: 43px;
    right: 73px
}

.contact-form__content {
    z-index: 1;
    flex-direction: column;
    gap: 24px;
    width: 593px;
    display: flex;
    position: relative
}

.contact-form__intro, .contact-form__form {
    flex-direction: column;
    gap: 24px;
    display: flex
}

.contact-form__intro {
    gap: 8px
}

.contact-form__title, .contact-form__intro p {
    color: #464646;
    margin: 0
}

.contact-form__title {
    gap: 8px;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.contact-form__title-accent {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}

.contact-form__intro p, .contact-form__field, .contact-form__consent {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.contact-form__fields {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 32px;
    display: grid
}

.contact-form__inputs {
    flex-direction: column;
    gap: 16px;
    display: flex
}

.contact-form__field {
    color: #464646;
    background: 0 0;
    border: 0;
    border-bottom: 1.5px solid #a8afca;
    outline: 0;
    width: 100%;
    padding: 12px 8px;
    display: block
}

.contact-form__field:focus {
    border-color: #6841ea
}

.contact-form__field::placeholder {
    color: #a8afca;
    opacity: 1
}

.contact-form__consent {
    color: #464646;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 18px;
    display: flex
}

.contact-form__consent a {
    color: #6841ea;
    text-decoration: none
}

.contact-form__consent input {
    accent-color: #6841ea;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0
}

.contact-form__submit {
    color: #fff;
    cursor: pointer;
    background: #6841ea;
    border: 0;
    border-radius: 8px;
    align-self: flex-start;
    padding: 12px 24px;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.contact-form__phone {
    z-index: 2;
    color: #464646;
    background: #ffffff6e;
    border: 2px solid #ffffff42;
    border-radius: 16px;
    flex-direction: column;
    gap: 6px;
    padding: 8px 24px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: absolute;
    top: 346px;
    right: 73px
}

.contact-form__phone a {
    color: #6841ea;
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none
}

@media (width <= 1280px) {
    .contact-form {
        padding: 40px 32px
    }

    .contact-form__wrapper {
        width: 100%;
        height: 450px;
        padding: 80px 32px 50px
    }

    .contact-form__background {
        left: 648px
    }

    .contact-form__person {
        right: 89px
    }

    .contact-form__phone {
        right: 55px
    }
}

@media (width <= 1023px) {
    .contact-form__wrapper {
        height: 472px;
        padding: 40px 24px
    }

    .contact-form__content {
        width: 389px
    }

    .contact-form__title {
        font-size: 22px;
        line-height: 26px
    }

    .contact-form__background {
        width: 614px;
        height: 598px;
        inset: auto -156px -228px auto
    }

    .contact-form__person {
        top: 66px;
        right: -1px
    }

    .contact-form__phone {
        top: auto;
        bottom: 20px;
        right: 25px
    }

    .contact-form__fields {
        grid-template-columns:1fr;
        gap: 16px
    }
}

@media (width <= 767px) {
    .contact-form {
        padding: 32px
    }

    .contact-form__wrapper {
        height: 823px;
        padding: 32px 24px
    }

    .contact-form__content {
        width: 100%
    }

    .contact-form__background {
        inset: auto auto -262px -50px
    }

    .contact-form__person {
        inset: auto -46px 0 auto
    }

    .contact-form__phone {
        bottom: 31px;
        right: 25px
    }
}

@media (width <= 480px) {
    .contact-form {
        padding: 32px 24px
    }

    .contact-form__wrapper {
        height: 747px;
        padding: 32px 16px
    }

    .contact-form__title {
        font-size: 20px;
        line-height: 24px
    }

    .contact-form__intro, .contact-form__form {
        gap: 16px
    }

    .contact-form__background {
        width: 419px;
        height: 409px;
        bottom: -176px;
        left: -37px
    }

    .contact-form__person {
        width: 280px;
        height: 283px;
        bottom: 0;
        left: auto;
        right: -32px
    }

    .contact-form__phone {
        padding: 8px 16px;
        bottom: 18px;
        right: 48px
    }
}

@media (width <= 359px) {
    .contact-form {
        padding: 24px 16px
    }

    .contact-form__background {
        bottom: -176px;
        left: auto;
        right: -94px
    }

    .contact-form__person {
        width: 260px;
        height: 263px;
        left: auto;
        right: -30px
    }

    .contact-form__phone {
        bottom: 17px;
        right: 13px
    }
}

.form-explainer {
    background: #f7f8ff
}

.form-explainer__wrapper {
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    display: flex
}

.form-explainer__title {
    color: #464646;
    text-align: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.form-explainer__title-accent, .form-explainer__link span {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
}

.form-explainer__card {
    box-sizing: border-box;
    background: linear-gradient(#fff 0%, #f7f8ff 26%);
    border-radius: 24px;
    width: 100%;
    height: 680px;
    overflow: hidden
}

.form-explainer__card-wrapper {
    align-items: center;
    gap: 80px;
    width: min(100%, 1600px);
    height: 100%;
    margin: 0 auto;
    padding: 32px 152px;
    display: flex
}

.form-explainer__card--image-right .form-explainer__content {
    order: 1
}

.form-explainer__card--image-right .form-explainer__card-wrapper > picture {
    order: 2
}

.form-explainer__card--additional .form-explainer__card-wrapper {
    gap: 60px
}

.form-explainer__slides {
    width: 100%
}

.form-explainer__slides--scroll-animated {
    height: var(--form-explainer-scroll-height)
}

.form-explainer__slides--scroll-animated .form-explainer__pin {
    top: var(--form-explainer-sticky-top, 0);
    z-index: 2;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: auto;
    padding: 0;
    display: flex;
    position: sticky;
    overflow: visible
}

.form-explainer__slides--scroll-animated .form-explainer__stage {
    width: 100%;
    height: var(--form-explainer-stage-height, 680px);
    position: relative;
    overflow: hidden
}

.form-explainer__slides--scroll-animated .form-explainer__card {
    z-index: var(--form-explainer-card-layer);
    width: 100%;
    height: var(--form-explainer-stage-height, 680px);
    transform: translateY(var(--form-explainer-card-translate, 100%));
    will-change: transform;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.form-explainer__content {
    flex-direction: column;
    flex: 1;
    order: 2;
    gap: 32px;
    min-width: 0;
    display: flex
}

.form-explainer__heading, .form-explainer__text {
    color: #464646;
    margin: 0
}

.form-explainer__heading {
    margin-bottom: -16px;
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.form-explainer__text {
    flex-direction: column;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex
}

.form-explainer__text p {
    margin: 0
}

.form-explainer__example {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
    font-weight: 600
}

.form-explainer__link {
    align-self: flex-start;
    align-items: center;
    gap: 8px;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    display: flex
}

.form-explainer__arrow {
    color: #6841ea;
    font-size: 20px;
    line-height: 20px
}

.form-explainer__image {
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    width: 597px;
    height: 613px
}

.form-explainer__image--personalization {
    width: 515px
}

.form-explainer__image--additional {
    width: 571px
}

.form-explainer__card-wrapper > picture {
    flex-shrink: 0;
    order: 1;
    line-height: 0
}

@media (width <= 1280px) {
    .form-explainer__wrapper {
        padding: 40px 32px
    }

    .form-explainer__card-wrapper {
        gap: 40px;
        padding: 32px 24px
    }

    .form-explainer__card--additional .form-explainer__card-wrapper {
        gap: 40px
    }
}

@media (width <= 1023px) {
    .form-explainer__title {
        font-size: 22px;
        line-height: 26px
    }

    .form-explainer__card-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        width: 100%;
        height: auto;
        padding: 32px 24px
    }

    .form-explainer__card {
        height: auto
    }

    .form-explainer__content {
        order: 1
    }

    .form-explainer__card-wrapper > picture {
        order: 2
    }

    .form-explainer__heading {
        font-size: 18px;
        line-height: 22px
    }

    .form-explainer__image {
        align-self: center;
        width: 597px;
        max-width: 100%;
        height: auto
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-explainer__slides--scroll-animated {
        height: auto
    }

    .form-explainer__slides--scroll-animated .form-explainer__pin {
        height: auto;
        padding: 0;
        display: contents;
        position: static;
        overflow: visible
    }

    .form-explainer__slides--scroll-animated .form-explainer__stage {
        height: auto;
        position: static;
        overflow: visible
    }

    .form-explainer__slides--scroll-animated .form-explainer__card {
        will-change: auto;
        position: static;
        transform: none
    }
}

@media (width <= 767px) {
    .form-explainer__wrapper {
        padding: 32px
    }

    .form-explainer__card-wrapper {
        gap: 24px
    }

    .form-explainer__card--additional .form-explainer__card-wrapper {
        gap: 40px
    }

    .form-explainer__content {
        gap: 24px
    }

    .form-explainer__heading {
        margin-bottom: -8px
    }
}

@media (width <= 480px) {
    .form-explainer__wrapper {
        gap: 16px;
        padding: 32px 24px 0
    }

    .form-explainer__title {
        gap: 8px;
        font-size: 20px;
        line-height: 24px
    }

    .form-explainer__card-wrapper {
        padding: 32px 24px
    }

    .form-explainer__card--additional .form-explainer__card-wrapper {
        gap: 24px
    }

    .form-explainer__card {
        width: calc(100% + 48px)
    }

    .form-explainer__heading {
        font-size: 16px;
        line-height: 20px
    }
}

@media (width <= 359px) {
    .form-explainer__wrapper {
        padding: 24px 16px 0
    }

    .form-explainer__card-wrapper {
        padding: 24px 16px
    }

    .form-explainer__card {
        width: 100%
    }

    .form-explainer__image {
        width: calc(100% + 32px);
        max-width: none;
        margin-inline: -16px
    }

    .form-explainer__link {
        width: 100%
    }
}

.form-style-variants {
    background: #f7f8ff;
    overflow: hidden
}

.form-style-variants__wrapper {
    flex-direction: column;
    gap: 24px;
    width: min(100vw, 1600px);
    margin: 0 auto;
    padding: clamp(40px, 6.25vw - 40px, 60px) clamp(32px, 37.5vw - 448px, 152px);
    display: flex
}

.form-style-variants__title {
    color: #464646;
    text-align: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.form-style-variants__title-accent {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
}

.form-style-variants__cards {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 24px;
    display: grid
}

.form-style-variants__card {
    background: #fff;
    border-radius: 16px;
    min-width: 0;
    height: 351px;
    padding: 32px;
    display: flex;
    position: relative;
    overflow: hidden
}

.form-style-variants__card--custom {
    background: #edefff
}

.form-style-variants__content {
    z-index: 1;
    flex-direction: column;
    gap: 16px;
    width: clamp(290px, 16.875vw + 74px, 344px);
    display: flex;
    position: relative
}

.form-style-variants__card-title, .form-style-variants__description {
    color: #464646;
    margin: 0
}

.form-style-variants__card-title {
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.form-style-variants__description {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.form-style-variants__phone {
    z-index: 1;
    width: 204px;
    height: 319px;
    position: absolute;
    bottom: 0;
    right: 32px
}

.form-style-variants__phone-image {
    width: 100%;
    height: auto;
    display: block
}

.form-style-variants__decor {
    opacity: .4;
    gap: 5px;
    display: grid;
    position: absolute;
    bottom: 8px;
    left: -2px
}

.form-style-variants__decor--classic {
    width: 124px;
    height: 121px
}

.form-style-variants__decor img {
    width: 100%;
    height: 100%;
    display: block
}

.form-style-variants__decor--custom {
    width: 121px;
    height: 121px
}

@media (width <= 1280px) {
    .form-style-variants__wrapper {
        padding: 40px 32px
    }

    .form-style-variants__content {
        width: 290px
    }
}

@media (width <= 1200px) {
    .form-style-variants__card {
        flex-direction: column;
        align-items: center;
        height: 442px
    }

    .form-style-variants__content {
        gap: 8px;
        width: 100%
    }

    .form-style-variants__phone {
        flex: none;
        width: 204px;
        height: 423px;
        margin-top: 24px;
        position: relative;
        bottom: auto;
        right: auto
    }
}

@media (width <= 1023px) {
    .form-style-variants__title {
        font-size: 22px;
        line-height: 26px
    }

    .form-style-variants__card-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media (width <= 767px) {
    .form-style-variants__wrapper {
        padding: 32px
    }

    .form-style-variants__cards {
        grid-template-columns:1fr
    }

    .form-style-variants__card {
        padding: 32px 24px
    }
}

@media (width <= 480px) {
    .form-style-variants__wrapper {
        gap: 16px;
        padding: 32px 24px
    }

    .form-style-variants__cards {
        gap: 16px
    }

    .form-style-variants__card {
        height: 457px;
        padding: 32px
    }

    .form-style-variants__title {
        font-size: 20px;
        line-height: 24px
    }

    .form-style-variants__card-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media (width <= 359px) {
    .form-style-variants__wrapper, .form-style-variants__card {
        padding: 24px 16px
    }
}

.integrations {
    background: #f7f8ff;
    overflow: hidden
}

.integrations__wrapper {
    flex-direction: column;
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: clamp(40px, 6.25vw - 40px, 60px) clamp(32px, 37.5vw - 448px, 152px);
    display: flex;
    position: relative
}

.integrations__decor {
    width: 274.52px;
    height: 274.52px;
    position: absolute;
    top: -3px;
    left: 39px
}

.integrations__intro {
    z-index: 1;
    text-align: center;
    flex-direction: column;
    gap: 16px;
    display: flex;
    position: relative
}

.integrations__title, .integrations__intro p {
    color: #464646;
    margin: 0
}

.integrations__title {
    justify-content: center;
    gap: 6px;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.integrations__title-accent {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
}

.integrations__intro p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.integrations__panel {
    z-index: 1;
    backdrop-filter: blur(16px);
    background: #ffffff1a;
    border: 3px solid #ffffff42;
    border-radius: 16px;
    width: 100%;
    margin-top: 24px;
    padding: 21px 47px 21px 29px;
    position: relative;
    overflow: hidden
}

.integrations__list {
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap: 16px;
    display: grid
}

.integrations__item {
    background: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 70px;
    padding: 8px 18px;
    display: flex;
    overflow: hidden
}

.integrations__logo {
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    display: block
}

.integrations__logo--getcourse {
    width: 150px;
    height: 18px
}

.integrations__logo--meta {
    width: 71px;
    height: 46px
}

.integrations__logo--skillspace {
    width: 150px;
    height: 43px
}

.integrations__logo--malkova {
    width: 64px;
    height: 64px
}

.integrations__logo--rush {
    width: 122px;
    height: 54px
}

.integrations__web {
    color: #464646;
    white-space: nowrap;
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (width <= 1280px) {
    .integrations__wrapper {
        padding: 40px 32px
    }

    .integrations__panel {
        padding-right: 29px
    }

    .integrations__decor {
        top: -19px;
        left: 17px
    }
}

@media (width <= 1200px) {
    .integrations__panel {
        padding: 13px 21px
    }

    .integrations__list {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .integrations__logo--getcourse {
        width: 114px;
        height: 14px
    }

    .integrations__logo--meta {
        width: 54px;
        height: 35px
    }

    .integrations__logo--skillspace {
        width: 114px;
        height: 32px
    }

    .integrations__logo--malkova {
        width: 48px;
        height: 48px
    }

    .integrations__logo--rush {
        width: 92px;
        height: 41px
    }

    .integrations__web {
        font-size: 16px;
        line-height: 20px
    }
}

@media (width <= 1023px) {
    .integrations__decor {
        width: 204px;
        height: 204px;
        top: 27px;
        left: -62px
    }

    .integrations__title {
        font-size: 22px;
        line-height: 26px
    }

    .integrations__panel {
        padding: 13px 21px
    }

    .integrations__logo--getcourse {
        width: 114px;
        height: 14px
    }

    .integrations__logo--meta {
        width: 54px;
        height: 35px
    }

    .integrations__logo--skillspace {
        width: 114px;
        height: 32px
    }

    .integrations__logo--malkova {
        width: 48px;
        height: 48px
    }

    .integrations__logo--rush {
        width: 92px;
        height: 41px
    }
}

@media (width <= 767px) {
    .integrations__wrapper {
        padding: 32px
    }

    .integrations__title {
        flex-direction: column;
        gap: 4px
    }

    .integrations__panel {
        padding: 13px 21px
    }

    .integrations__list {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .integrations__logo--getcourse {
        width: 114px;
        height: 14px
    }

    .integrations__logo--meta {
        width: 54px;
        height: 35px
    }

    .integrations__logo--skillspace {
        width: 114px;
        height: 32px
    }

    .integrations__logo--malkova {
        width: 48px;
        height: 48px
    }

    .integrations__logo--rush {
        width: 92px;
        height: 41px
    }

    .integrations__web {
        font-size: 16px;
        line-height: 20px
    }
}

@media (width <= 480px) {
    .integrations__wrapper {
        padding: 32px 24px
    }

    .integrations__decor {
        width: 274.52px;
        height: 274.52px;
        top: 239px;
        left: -129px
    }

    .integrations__intro {
        gap: 8px
    }

    .integrations__panel {
        margin-top: 8px;
        padding: 21px 13px
    }

    .integrations__list {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 16px
    }

    .integrations__item {
        height: 70px;
        padding: 8px 16px
    }

    .integrations__item:first-child {
        order: 1
    }

    .integrations__item:nth-child(2) {
        order: 3
    }

    .integrations__item:nth-child(3) {
        order: 2
    }

    .integrations__item:nth-child(4) {
        order: 4
    }

    .integrations__item:nth-child(5) {
        order: 5
    }

    .integrations__item:nth-child(6) {
        order: 6
    }

    .integrations__logo--getcourse {
        width: 95px;
        height: 11px
    }

    .integrations__logo--meta {
        width: 53px;
        height: 34px
    }

    .integrations__logo--skillspace {
        width: 95px;
        height: 27px
    }

    .integrations__logo--malkova {
        width: 49px;
        height: 49px
    }

    .integrations__logo--rush {
        width: 93px;
        height: 41px
    }

    .integrations__web {
        font-size: 16px;
        line-height: 20px
    }

    .integrations__title {
        gap: 0;
        font-size: 20px;
        line-height: 24px
    }
}

@media (width <= 359px) {
    .integrations__wrapper {
        padding: 24px 16px
    }

    .integrations__logo--getcourse {
        width: 96px
    }

    .integrations__logo--meta {
        width: 54px;
        height: 35px
    }

    .integrations__logo--skillspace {
        width: 96px
    }

    .integrations__logo--malkova {
        width: 50px;
        height: 50px
    }

    .integrations__logo--rush {
        width: 94px;
        height: 42px
    }

    .integrations__web {
        font-family: Inter, sans-serif;
        font-size: 14px;
        line-height: 18px
    }
}

.payment-flow {
    background: linear-gradient(98deg, #e4e8ff 0%, #ecf6ff 100%);
    border-radius: 24px;
    overflow: hidden
}

.payment-flow__wrapper {
    align-items: center;
    gap: 32px;
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: 60px 152px;
    display: flex
}

.payment-flow__intro, .payment-flow__steps {
    flex: 1;
    min-width: 0
}

.payment-flow__intro {
    flex-direction: column;
    gap: 16px;
    display: flex
}

.payment-flow__title {
    color: #464646;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.payment-flow__title-accent, .payment-flow__step h3 {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
}

.payment-flow__lead, .payment-flow__step p {
    color: #464646;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.payment-flow__lead--mobile {
    display: none
}

.payment-flow__body {
    display: contents
}

.payment-flow__image {
    -o-object-fit: cover;
    object-fit: cover;
    flex: none;
    width: 430px;
    height: 613px
}

.payment-flow__steps {
    flex-direction: column;
    gap: 16px;
    display: flex
}

.payment-flow__step {
    flex-direction: column;
    gap: 8px;
    display: flex
}

.payment-flow__step h3 {
    align-self: flex-start;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

@media (width <= 1280px) {
    .payment-flow__wrapper {
        gap: 24px;
        padding: 40px 32px
    }
}

@media (width <= 1023px) {
    .payment-flow__wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 24px
    }

    .payment-flow__intro {
        width: 100%
    }

    .payment-flow__title {
        font-size: 22px;
        line-height: 26px
    }

    .payment-flow__body {
        align-items: center;
        gap: 24px;
        display: flex
    }

    .payment-flow__image {
        width: 380px;
        height: 542px
    }

    .payment-flow__step h3 {
        font-size: 22px;
        line-height: 26px
    }
}

@media (width <= 767px) {
    .payment-flow__wrapper {
        padding: 32px
    }

    .payment-flow__body {
        flex-direction: column;
        align-items: stretch
    }

    .payment-flow__steps {
        order: 1
    }

    .payment-flow__body > picture {
        order: 2;
        align-self: center;
        line-height: 0
    }
}

@media (width <= 480px) {
    .payment-flow {
        background: #e5e9ff
    }

    .payment-flow__wrapper {
        padding: 32px
    }

    .payment-flow__title {
        flex-direction: column;
        font-size: 20px;
        line-height: 24px
    }

    .payment-flow__lead--desktop {
        display: none
    }

    .payment-flow__lead--mobile {
        display: block
    }

    .payment-flow__body {
        gap: 24px
    }

    .payment-flow__body > picture {
        width: 100%
    }

    .payment-flow__image {
        width: 100%;
        height: auto
    }

    .payment-flow__steps {
        order: 1
    }

    .payment-flow__step h3 {
        font-size: 20px;
        line-height: 24px
    }
}

@media (width <= 359px) {
    .payment-flow__wrapper {
        padding: 24px 16px
    }
}

.payment-forms {
    background: #f7f8ff;
    padding: 30px 0 0;
    overflow: hidden
}

.payment-forms__decor {
    z-index: 1;
    pointer-events: none;
    display: block;
    position: absolute
}

.payment-forms__decor-image {
    width: 100%;
    height: 100%;
    display: block
}

.payment-forms__decor--dots-bottom, .payment-forms__decor--dots-visual {
    aspect-ratio: 95/204;
    width: 18.52%;
    height: auto
}

.payment-forms__decor--dots-left {
    width: 95.203px;
    height: 204px;
    top: -63px;
    left: 120px
}

.payment-forms__decor--dots-bottom {
    top: 60.65%;
    left: 64.33%
}

.payment-forms__decor--dots-visual {
    top: 5%;
    left: 36.26%
}

.payment-forms__decor--growth {
    aspect-ratio: 1;
    width: 20.66%;
    height: auto;
    top: 3.7%;
    right: 2.53%
}

.payment-forms__decor--floating-card {
    aspect-ratio: 118/114;
    width: 23%;
    height: auto;
    top: 42.17%;
    left: 9.55%
}

.payment-forms__decor--pie {
    aspect-ratio: 81/98;
    width: 15.79%;
    height: auto;
    bottom: 19.35%;
    right: -44px
}

.payment-forms__container {
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    width: min(100vw, 1600px);
    max-width: 1600px;
    height: 460px;
    margin: 0 auto;
    padding: 0 152px;
    display: flex;
    position: relative
}

.payment-forms__content {
    z-index: 1;
    flex: 0 546px;
    position: relative
}

.payment-forms__title {
    color: #303030;
    max-width: 546px;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px
}

.payment-forms__asterisk {
    color: #de76e5;
    cursor: help;
    outline: none;
    position: relative
}

.payment-forms__title-accent {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    font-family: Montserrat, sans-serif !important;
}

.payment-forms__description {
    color: #464646;
    margin: 16px 0 24px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.payment-forms__tags {
    flex-wrap: wrap;
    gap: 8px;
    width: 500px;
    max-width: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.payment-forms__tag {
    color: #967ee6;
    letter-spacing: normal;
    white-space: nowrap;
    border: 1px solid #bfafff;
    border-radius: 19px;
    padding: 4px 16px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.payment-forms__visual {
    flex: 0 0 513px;
    height: 460px;
    position: relative
}

.payment-forms__visual-inner {
    position: absolute;
    inset: 0
}

.payment-forms__scene {
    aspect-ratio: 1;
    width: 76.02%;
    position: absolute;
    top: 7.61%;
    right: 0
}

.payment-forms__card {
    z-index: 2;
    backdrop-filter: blur(8px);
    background: #fff3;
    border: 3px solid #ffffff42;
    border-radius: 16px;
    width: 103.33%;
    height: 81.79%;
    position: absolute;
    top: 14.36%;
    left: -3.33%
}

.payment-forms__hands {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.payment-forms__screen-slider {
    z-index: 4;
    background: #f1f5f9;
    border-radius: 19.26%/9.42%;
    width: 38.46%;
    height: 78.46%;
    position: absolute;
    top: 4.36%;
    left: 31.03%;
    overflow: hidden
}

.payment-forms__screen-slide {
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1), transform .4s cubic-bezier(.25, 1, .5, 1);
    display: block;
    position: absolute;
    inset: 0;
    transform: translateY(8px)
}

.payment-forms__screen-slide--active {
    z-index: 1;
    opacity: 1;
    transform: translateY(0)
}

.payment-forms__note {
    z-index: 6;
    color: #6f6f6f;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #ececffa3;
    border: 2px solid #ffffff80;
    border-radius: 16px;
    width: 277px;
    padding: 10px 16px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    transition: opacity .18s cubic-bezier(.25, 1, .5, 1), transform .18s cubic-bezier(.25, 1, .5, 1), visibility .18s;
    display: block;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%) translateY(4px)
}

.payment-forms__asterisk:hover .payment-forms__note, .payment-forms__asterisk:focus-visible .payment-forms__note {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%) translateY(0)
}

@media (width <= 1280px) {
    .payment-forms__decor--dots-left {
        top: -63px;
        left: 120px
    }

    .payment-forms__container {
        padding: 0 32px
    }
}

@media (width <= 1100px) {
    .payment-forms__content {
        flex: 0 0 500px
    }

    .payment-forms__visual {
        flex: 0 373px;
        width: auto;
        min-width: 0
    }
}

@media (width <= 1023px) {
    .payment-forms__container {
        gap: 24px;
        height: auto;
        min-height: 300px;
        padding: 0 32px 24px
    }

    .payment-forms__content {
        flex-basis: 500px
    }

    .payment-forms__tags {
        width: 500px;
        max-width: 100%
    }

    .payment-forms__title, .payment-forms__title-accent {
        font-size: 26px;
        line-height: 30px
    }

    .payment-forms__visual {
        flex-basis: 373px;
        width: 373px;
        height: 300px
    }
}

@media (width <= 767px) {
    .payment-forms {
        padding: 32px 0 16px
    }

    .payment-forms__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        height: auto;
        min-height: 0;
        padding: 0 32px
    }

    .payment-forms__decor--dots-left {
        top: -65px;
        left: 120px
    }

    .payment-forms__content {
        flex-basis: auto;
        width: 100%
    }

    .payment-forms__description {
        max-width: 500px;
        margin-bottom: 22px
    }

    .payment-forms__visual {
        flex: 0 0 406px;
        width: 504px;
        max-width: 100%;
        height: 406px
    }

    .payment-forms__visual-inner {
        width: 504px;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .payment-forms__scene {
        left: 50%;
        right: auto;
        margin-left: -38.01%
    }

    .payment-forms__decor--dots-bottom {
        left: 52.34%
    }

    .payment-forms__decor--dots-visual {
        left: 24.27%
    }

    .payment-forms__decor--growth {
        right: 14.52%
    }

    .payment-forms__decor--floating-card {
        left: -2.44%
    }

    .payment-forms__decor--pie {
        right: calc(-44px + 11.99%)
    }
}

@media (width <= 480px) {
    .payment-forms {
        padding-top: 32px
    }

    .payment-forms__container {
        align-items: flex-start;
        gap: 16px;
        padding: 0 16px
    }

    .payment-forms__decor--dots-left {
        top: -85px;
        left: -46px
    }

    .payment-forms__title, .payment-forms__title-accent {
        font-size: 22px;
        line-height: 26px
    }

    .payment-forms__description {
        width: calc(100% - 16px);
        margin: 16px 8px
    }

    .payment-forms__tags {
        grid-template-columns:max-content max-content;
        display: grid
    }

    .payment-forms__visual {
        aspect-ratio: 513/412;
        flex-basis: auto;
        width: 100%;
        height: auto
    }

    .payment-forms__note {
        width: min(277px, 100vw - 32px);
        left: auto;
        right: 0;
        transform: translateY(4px)
    }

    .payment-forms__asterisk:hover .payment-forms__note, .payment-forms__asterisk:focus-visible .payment-forms__note {
        transform: translateY(0)
    }
}

@media (width <= 359px) {
    .payment-forms {
        padding-top: 24px
    }

    .payment-forms__title {
        max-width: 260px
    }

    .payment-forms__description {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .payment-forms__tags {
        display: flex
    }
}

@media (prefers-reduced-motion: reduce) {
    .payment-forms__screen-slide {
        transition: none
    }
}

.payment-methods {
    background: #f7f8ff
}

.payment-methods__wrapper {
    flex-direction: column;
    gap: 24px;
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: 80px 152px;
    display: flex
}

.payment-methods__title, .payment-methods__group-title, .payment-methods__card-title, .payment-methods__option {
    color: #464646
}

.payment-methods__title {
    text-align: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: flex
}

.payment-methods__title-accent {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
}

.payment-methods__group {
    flex-direction: column;
    gap: 16px;
    display: flex
}

.payment-methods__group-title, .payment-methods__group-title * {
    font-family: Montserrat, sans-serif !important
}

.payment-methods__group-title {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.payment-methods__cards {
    flex-direction: column;
    gap: 8px;
    display: flex
}

.payment-methods__card {
    background: #fff;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 80px;
    padding: 24px 32px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 12px #59515124
}

.payment-methods__card-title {
    align-items: center;
    margin: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: inline-flex
}

.payment-methods__option {
    text-underline-offset: 2px;
    background: 0 0;
    border: 0;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    display: flex
}

.payment-methods__banks {
    flex-shrink: 0;
    display: flex;
    position: relative
}

.payment-methods__banks-trigger {
    cursor: help
}

.payment-methods__banks-popup {
    z-index: 5;
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background: #ececffa3;
    border: 2px solid #ffffff80;
    border-radius: 16px;
    width: max-content;
    line-height: 0;
    transition: opacity .16s ease-out, transform .16s ease-out, visibility .16s ease-out;
    display: block;
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    overflow: hidden;
    transform: translateY(4px)
}

.payment-methods__banks-popup--russia {
    width: 486px
}

.payment-methods__banks-popup--cis {
    width: 427px
}

.payment-methods__banks-art, .payment-methods__banks-art img {
    width: 100%;
    height: auto;
    display: block
}

.payment-methods__banks-label {
    color: #464646;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    position: absolute;
    left: 16px
}

.payment-methods__banks-label--belarus {
    top: 12px
}

.payment-methods__banks-label--kazakhstan {
    top: 184px
}

.payment-methods__banks-label--central-asia {
    top: 292px
}

.payment-methods__banks:hover .payment-methods__banks-popup, .payment-methods__banks:focus-within .payment-methods__banks-popup {
    opacity: 1;
    visibility: visible;
    transform: none
}

.payment-methods__card > picture, .payment-methods__option picture {
    line-height: 0;
    display: block
}

.payment-methods__icon {
    width: 32px;
    height: 32px
}

.payment-methods__split, .payment-methods__logos, .payment-methods__calendar-flow {
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    display: flex
}

.payment-methods__brand-image {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 229px;
    height: 32px;
    display: block
}

.payment-methods__split img:first-child {
    width: 24px;
    height: 24px
}

.payment-methods__split img:last-child {
    width: 76px;
    height: 22px
}

.payment-methods__logos {
    gap: 24px;
    height: 32px
}

.payment-methods__logos img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 70px;
    max-height: 32px;
    display: block
}

.payment-methods__question {
    cursor: help;
    vertical-align: middle;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    padding: 0;
    display: inline-flex
}

.payment-methods__question svg {
    width: 20px;
    height: 20px;
    display: block
}

.payment-methods__tooltip {
    display: inline-flex;
    position: relative
}

.payment-methods__calendar-flow img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px;
    height: 32px
}

.payment-methods__calendar-flow span {
    color: #4695f0;
    font-size: 20px;
    font-weight: 700
}

.payment-methods__note {
    z-index: 2;
    color: #6f6f6f;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background: #ececffa3;
    border: 2px solid #ffffff80;
    border-radius: 16px;
    width: 277px;
    margin: 0;
    padding: 10px 16px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    transition: opacity .16s ease-out, transform .16s ease-out, visibility .16s ease-out;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translate(-50%) translateY(4px)
}

.payment-methods__tooltip:hover .payment-methods__note, .payment-methods__tooltip:focus-within .payment-methods__note {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%)
}

.payment-methods__world-icon {
    width: 32px;
    height: 32px
}

.payment-methods__world-mobile {
    display: none
}

@media (width <= 1280px) {
    .payment-methods__wrapper {
        padding: 40px 32px
    }
}

@media (width <= 1023px) {
    .payment-methods__wrapper {
        padding: 40px 32px
    }

    .payment-methods__title {
        font-size: 22px;
        line-height: 26px
    }

    .payment-methods__group-title, .payment-methods__card-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media (width <= 767px) {
    .payment-methods__wrapper {
        padding: 32px
    }

    .payment-methods__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        min-height: 102px;
        padding: 16px 24px
    }

    .payment-methods__banks {
        width: 100%
    }

    .payment-methods__banks-popup {
        left: 50%;
        right: auto;
        transform: translate(-50%) translateY(4px)
    }

    .payment-methods__banks:hover .payment-methods__banks-popup, .payment-methods__banks:focus-within .payment-methods__banks-popup {
        transform: translate(-50%)
    }

    .payment-methods__note {
        display: none
    }
}

@media (width <= 480px) {
    .payment-methods__wrapper {
        gap: 24px;
        padding: 32px 24px
    }

    .payment-methods__title {
        flex-direction: column;
        gap: 0;
        font-size: 20px;
        line-height: 24px
    }

    .payment-methods__group-title, .payment-methods__card-title {
        font-size: 16px;
        line-height: 20px
    }

    .payment-methods__group-title {
        padding: 0 8px
    }

    .payment-methods__tooltip {
        display: none
    }

    .payment-methods__card {
        min-height: 0;
        padding: 16px 24px
    }

    .payment-methods__banks-popup--russia {
        width: min(358px, 100vw - 24px)
    }

    .payment-methods__banks-popup--cis {
        width: min(427px, 100vw - 24px)
    }

    .payment-methods__brand-image--cards {
        width: 187px;
        height: 32px
    }

    .payment-methods__logos {
        gap: 16px
    }

    .payment-methods__logos img {
        max-width: 54px;
        max-height: 28px
    }

    .payment-methods__world-desktop {
        display: none
    }

    .payment-methods__world-mobile {
        display: inline
    }
}

@media (width <= 359px) {
    .payment-methods__wrapper {
        padding: 24px 16px
    }

    .payment-methods__banks-popup--russia, .payment-methods__banks-popup--cis {
        width: calc(100vw - 32px)
    }

    .payment-methods__banks-label--kazakhstan {
        top: 248px
    }

    .payment-methods__banks-label--central-asia {
        top: 356px
    }

    .payment-methods__card {
        padding: 16px
    }
}

.statistics {
    background: #f7f8ff
}

.statistics__wrapper {
    background: #fff;
    border-radius: 24px;
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: 40px 160px;
    overflow: hidden
}

.statistics__list {
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.statistics__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    display: flex
}

.statistics__value {
    background: linear-gradient(90deg, #6841ea, #de76e5);
    color: #0000;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Montserrat, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

.statistics__label {
    color: #464646;
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

@media (width <= 1280px) {
    .statistics__wrapper {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (width <= 1023px) {
    .statistics__list {
        gap: 24px
    }

    .statistics__value {
        font-size: 22px;
        line-height: 26px
    }
}

@media (width <= 767px) {
    .statistics__wrapper {
        padding: 32px
    }

    .statistics__list {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 16px 32px
    }

    .statistics__value {
        text-align: left
    }
}

@media (width <= 480px) {
    .statistics__wrapper {
        padding: 32px 16px
    }

    .statistics__list {
        gap: 16px
    }

    .statistics__value {
        font-size: 20px;
        line-height: 24px
    }
}

@media (width <= 359px) {
    .statistics__wrapper {
        padding: 24px 16px
    }

    .statistics__list {
        grid-template-columns:1fr
    }
}

.p-60 section {
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    .p-60 .form_form_v2 {
        max-width: 100%;
    }
}

.payment-forms > *,
.statistics > * ,
.form-style-variants > *,
.payment-methods > *,
.form-explainer > *,
.payment-flow > * {
    letter-spacing: 0!important;
}