.intro__item-marks {
    margin-bottom: 32px
}

.aquiring-advantages {
    column-gap: 24px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    row-gap: 32px;
    @media (width < 1200px) {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.aquiring-advantages__item {
    background-color: #f5f5f8;
    border-radius: 16px;
    color: var(--color-dark);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px 24px 32px;
    @media (width < 1200px) {
        align-items: center;
        flex-direction: row;
        gap: 16px;
        padding-bottom: 12px;
        padding-left: 8px;
        padding-right: 20px;
        padding-top: 8px
    }
}

.aquiring-advantages__icon {
    border-radius: 8px;
    height: 72px;
    width: 72px;
    @media (width < 1200px) {
        height: 52px;
        width: 52px
    }
}

.aquiring-advantages__content {
    color: var(--color-dark);
    display: flex;
    flex-direction: column;
    gap: 8px;
    @media (width < 1200px) {
        gap: 4px
    }
}

.aquiring-advantages__title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    @media (width < 1200px) {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px
    }
}

.aquiring-advantages__text {
    font-size: 18px;
    line-height: 24px;
    @media (width < 1200px) {
        color: #6b7782;
        font-size: 14px;
        line-height: 18px
    }
}

.aquiring-advantages__item--wide {
    align-items: center;
    flex-direction: row;
    grid-column: span 3;

    .aquiring-advantages__content {
        flex-grow: 1
    }

    &:hover {
        .aquiring-advantages__content {
            color: var(--color-dark)
        }

        .aquiring-advantages__arrow {
            color: #33e771
        }
    }
}

.acquiring-variants {
    display: grid;
    gap: 32px;
    grid-template-columns:repeat(2, 1fr);
    @media (width < 1200px) {
        gap: 12px;
        grid-template-columns:1fr
    }
}

.acquiring-variants__item {
    background: #f5f5f8;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 28px;
    @media (width < 1200px) {
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px
    }
}

.acquiring-variants__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px 0;
    @media (width < 1200px) {
        gap: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}

.acquiring-variants__title {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    @media (width < 1200px) {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px
    }
}

.acquiring-variants__text {
    font-size: 18px;
    line-height: 24px;
    @media (width < 1200px) {
        font-size: 14px;
        line-height: 18px
    }
}

.acquiring-variants__image {
    align-items: center;
    align-self: center;
    display: flex;
    flex-shrink: 0;

    .acquiring-variants__item:first-of-type & {
        margin-right: -28px
    }

    img {
        max-height: 90%;
        object-fit: contain
    }

    @media (width < 1200px) {
        display: none
    }
}

.acquiring-promo {
    background: var(--Linear, linear-gradient(90deg, #03ec5f 0, #008b60 171.99%));
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    padding: 48px;
    @media (width < 1200px) {
        gap: 32px
    }
}

.acquiring-promo__title {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
    @media (width < 1200px) {
        font-size: 28px;
        line-height: 32px
    }
}

.acquiring-promo__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
    @media (width < 1200px) {
        font-size: 14px;
        line-height: 18px
    }
}

.acquiring-promo__image {
    @media (width < 1200px) {
        display: none
    }
}

.mirpay-use__authorization {
    @media (width < 1200px) {
        margin-bottom: 64px
    }
}

.instruction-block {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    @media (width < 1200px) {
        font-size: 20px;
        line-height: 24px
    }

    .step {
        align-items: flex-start;
        display: flex;
        gap: 28px;
        margin-bottom: 8px;
        padding-bottom: 72px;
        position: relative;

        a {
            color: var(--color-dark);
            text-decoration: underline
        }

        @media (width < 1200px) {
            padding-bottom: 40px
        }
    }

    .step:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .step-number {
        align-items: center;
        background-color: #fff;
        border: 3px solid #e9e9ef;
        display: flex;
        flex-shrink: 0;
        font-family: var(--font-heading);
        font-size: 24px;
        font-weight: 500;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    .step-number, .step-number:before {
        border-radius: 50%;
        height: 56px;
        width: 56px
    }

    .step-number:before {
        border-color: transparent transparent #33e771 #33e771;
        border-style: solid;
        border-width: 3px;
        content: "";
        left: -3px;
        position: absolute;
        top: -3px;
        transform: rotate(-45deg);
        z-index: -1
    }

    .step-number.step-1:before {
        border-bottom-color: transparent;
        transform: rotate(135deg)
    }

    .step-number.step-2:before {
        transform: rotate(225deg)
    }

    .step-number.step-done {
        background-color: #33e771;
        border: none;
        color: #fff
    }

    .step-number.step-done:before {
        display: none
    }

    .step-line {
        background-color: #e9e9ef;
        border-radius: 4px;
        bottom: 0;
        left: 27px;
        position: absolute;
        top: 64px;
        width: 2px;
        z-index: 1
    }

    .step:last-child .step-line {
        display: none
    }
}