/* Payment order block — порядок оплати */
.payment-order-block {
    padding: 30px 0
}


@media (max-width: 767px) {
    .payment-order-block.for-commerce .payment-order-title {
        font-size: 14px;
        line-height: 16px;
    }
}

.payment-order-block .payment-order-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    max-width: 329px;
    margin-left: auto;
    margin-right: auto
}

.payment-order-block .payment-order-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0
}

.payment-order-block .payment-order-step {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    overflow: visible;
    max-width: 77px;
    margin-left: 5px;
}

.payment-order-block .payment-order-step-label {
    font-weight: 300;
    font-size: 8px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.payment-order-block .payment-order-percent-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
}

.payment-order-block .payment-order-step-percent {
    flex-shrink: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #fcba1d;
    text-transform: uppercase
}

.payment-order-block .payment-order-step-text {
    font-weight: 300;
    font-size: 6px;
    line-height: 7px;
    color: #fff;
    max-width: 74px
}

.payment-order-block .payment-order-arrow {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.payment-order-block .payment-order-arrow picture {
    display: block;
    line-height: 0
}

.payment-order-block .payment-order-arrow img {
    width: 23px;
    height: auto;
    object-fit: contain;
    display: block
}

@media (min-width: 768px) and (max-width: 1200px) {
    .payment-order-block{
        padding: 50px 0;
    }

    .payment-order-block .container {
        max-width: 992px;
    }

    .payment-order-block .payment-order-title {
        font-size: 28px;
        line-height: normal;
        max-width: 90%;
        margin-bottom: 31px
    }

    .payment-order-block .payment-order-step-label {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 18px;
    }

    .payment-order-block .payment-order-percent-row {
        margin-bottom: 10px
    }

    .payment-order-block .payment-order-step-percent {
        font-size: 35px;
        text-transform: none
    }

    .payment-order-block .payment-order-step-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 195px
    }

    .payment-order-block .payment-order-arrow img {
        width: 100px;
        height: auto
    }

    .payment-order-block .payment-order-step {
        max-width: 197px;
        margin-left: 29px;
        width: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .payment-order-block{
        padding: 50px 0;
    }

    .payment-order-block .payment-order-title {
        font-size: 28px;
        line-height: normal;
        max-width: none;
        margin-bottom: 30px
    }

    .payment-order-block .payment-order-steps {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0
    }

    .payment-order-block .payment-order-step {
        max-width: 198px;
        margin-left: 27px;
    }

    .payment-order-block .payment-order-step-label {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 19px;
    }

    .payment-order-block .payment-order-percent-row {
        margin-bottom: 10px
    }

    .payment-order-block .payment-order-step-percent {
        font-size: 35px;
        text-transform: none
    }

    .payment-order-block .payment-order-step-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 195px
    }

    .payment-order-block .payment-order-arrow img {
        width: 100px;
        height: auto
    }
}

@media (min-width: 1600px) {
    .payment-order-block {
        padding: 50px 0
    }

    .payment-order-block .payment-order-title {
        font-size: 28px;
        line-height: normal;
        max-width: none;
        margin-bottom: 51px;
    }

    .payment-order-block .payment-order-steps {
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 0
    }

    .payment-order-block .payment-order-step {
        flex: 1 1 auto;
        max-width: 292px;
        margin-left: 15px;
    }

    .payment-order-block .payment-order-step-label {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .payment-order-block .payment-order-percent-row {
        margin-bottom: 5px
    }

    .payment-order-block .payment-order-step-percent {
        font-size: 50px;
        line-height: 50px;
        text-transform: none
    }

    .payment-order-block .payment-order-step-text {
        font-size: 22px;
        line-height: 27px;
        max-width: none
    }

    .payment-order-block .payment-order-arrow img {
        width: 150px;
        height: auto
    }
}
