.payment {
    background-image: url('../images/backPayment.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    width: 100%;
}

.payment__container {
    width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment__header {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 70%;
    color: #2C3642;
    text-transform: uppercase;
    margin: 175px 0 5px;
}

.payment__header_blue {
    color: #3F8DE5;
}

.payment__subheader {
    color: #818283;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}

.payment__line {
    background: #D4D4D4;
    width: 100%;
    margin: 25px 0;
    height: 0.5px;
}

.payment__text-block {
    display: flex;
    width: 100%;
    gap: 20px;
}

.payment__about {
    width: 100%;
}

.payment__text {
    color: var(--Black, #17171B);
    text-align: justify;
    font-size: 10px;
    font-weight: 400;
    line-height: 135.25%;
    opacity: 0.77;
    margin: 20px 0 0;
}

.payment__text:first-of-type {
    margin-top: 0;
}

.payment__our-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    padding-bottom: 40px;
}

.payment__our-header {
    color: #2C3642;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 136.75%; /* 27.35px */
    text-transform: uppercase;
    margin: 50px 0 0;
}

.payment__our-subheader {
    margin: 5px 0 35px;
    color: #4C4C4F;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 136.75%; /* 16.41px */
    text-transform: capitalize;
}

.payment__our-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.payment__our-text {
    width: 48%;
    display: flex;
    gap: 15px;
}

.payment__our-img {
    width: 16px;
    height: 16px;
}

.payment__our-about {
    margin: 0;
    color: var(--Black, #17171B);
    font-size: 10px;
    font-weight: 400;
    line-height: 136.75%; /* 13.675px */
    opacity: 0.77;
}

.payment__info-img {
    margin-top: 50px;
}

.payment__last-text {
    margin: 15px 0 30px;
    color: var(--Black, #17171B);
    font-size: 10px;
    font-weight: 400;
    line-height: 136.75%; /* 13.675px */
    opacity: 0.77;
}

@media screen and (max-width: 590px) {
    .payment__container {
        max-width: 95%;
    }

    .payment__text-image {
        width: 150px;
    }

    .payment__header {
        margin-top: 100px;
    }

    .payment__our-text {
        width: 100%;
    }

    .payment__info-img {
        transform: scale(1.05);
    }

    .payment__last-text {
        margin-top: 30px;
    }
}

.payment_black .payment__header {
    color: #fff;
}

.payment_black .payment__subheader {
    color: #fff;
}

.payment_black .payment__text {
    color: #fff;
}

.payment_black .payment__our-block {
    background-color: #10101000;
}

.payment_black .payment__our-header {
    color: #fff;
}
.payment_black .payment__our-subheader {
    color: #fff;
}

.payment_black .payment__our-about {
    color: #fff;
}

.payment_black .payment__last-text {
    color: #fff;
}