* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    font-family: 'Tenor Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 100vh;
    background-image: url('/images/background.png?v=4');
    background-repeat: repeat; /* Повторение фона без растягивания */
    background-size: revert;
}
.payment {
    width: 425px;
    padding: 40px 0;
}
.pre_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
}
.pre_form .order {
    color: #858585;
    font-size: 15px;
    font-weight: 400;
}
.form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.form__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.project_name {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.time_left {
    color: #858585;
    font-size: 15px;
    font-weight: 400;
}
.form__body .title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.payment_amount {
    background: #F6F6F6;
    border-radius: 10px;
    margin: 22px 0 32px;
    position: relative;
    padding: 17px;
    text-align: center;
}
.payment_amount__desc {
    font-size: 16px;
    font-weight: 400;
}
.payment_amount p:last-child {
    font-size: 25px;
    font-weight: 700;
}
.copy_img {
    position: absolute;
    right: 27px;
    top: 24px;
    cursor: pointer;
}
.payment_card {
    background: linear-gradient(to right, #303030, #0B0B0B);
    border-radius: 10px;
    padding: 27px 34px;
    color: #fff;
    height: 215px;
    position: relative;
}
.payment_card__bank {
    display: flex;
    justify-content: start;
    align-items: center;
}
.bank_name {
    color: #BCBCBC;
    font-weight: 400;
    font-size: 20px;
    margin-left: 17px;
}
.payment_card__desc {
    position: absolute;
    bottom: 23px;
    left: 34px;
}
.payment_card__desc div {
    display: flex;
    justify-content: start;
    align-items: center;
}
.payment_card__desc div span {
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
}
.payment_card__desc p {
    color: #818181;
    font-size: 20px;
}
.payment__desc {
    color: #D90751;
    text-align: center;
    margin: 16px 0 37px;
    font-size: 14px;
}
.btn-success {
    background: #1400FF;
    border-radius: 10px;
    margin-bottom: 11px;
    height: 74px;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s linear;
}
.btn-success:hover {
    background: #1e0ed8;
}
.btn-error {
    background: #EE2A23;
    border-radius: 10px;
    height: 74px;
    display: block;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s linear;
}
.btn-error:hover {
    background: #cb150e;
}
.post_form {
    margin-top: 24px;
    text-align: center;
    color: #BCBCBC;
}
.post_form .name {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #BCBCBC;
    text-decoration: none;
}
.post_form .copy {
    font-weight: 400;
    font-size: 15px;
}
.payment_status {
    margin: 120px 0 55px;
    text-align: center;
}
.payment_status img {
    margin-bottom: 30px;
}
.payment_status h1 {
    margin-bottom: 7px;
}
.payment_status p {
    color: #808080;
}
.btn-upload {
    background: #000;
    border-radius: 10px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 15px;
}
.btn-upload img {
    margin-right: 28px;
}
.btn-copy {
    border: none;
    background: transparent;
    cursor: pointer;
}
.c-popup__popup--choose-file {
    position: relative;
    border-radius: 1rem;
    transition: .2s ease-in-out;
}
.c-popup__popup--choose-file input {
    font-size: .75rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    opacity: 0;
}
.c-popup__popup--btn {
    width: 100%;
}
.c-btn {
    margin: 0;
    border: none;
    cursor: pointer;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 10px;
    transition: .2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    color: #000;
    text-decoration: none;
}
.c-btn__submit-opasity {
    border: 1px solid #000;
    color: #000;
}
.btn-send {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    background: #000;
    color: #fff;
    height: 74px;
    text-decoration: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 16px;
    margin-top: 20px;
    transition: all .3s linear;
}
.btn-send:hover {
    background: #423f3f;
}
a.btn-send {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.btn-payment {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    border-radius: 10px;
    border: none;
    height: 74px;
    color: #000;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: all .3s linear;
}
.btn-payment:hover {
    background: #d0d0d0;
}
.btn-payment img {
    width: 25px;
    margin-right: 5px;
}
.loading {
    margin: 35px 0;
    animation: spin 1s linear infinite;
}
.not_found_card {
    background: #BB3E36;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 8px;
    border-radius: 10px;
    padding: 13px 16px;
    color: #fff;
}
.not_found_card img {
    width: 40px;
    margin: 2px 10px 0 0;
}
.h1 {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 30px;
}
.h1 img {
    margin: 0 10px;
}
.payment_info {
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin: 13px 0 24px;
}
.payment_dark {
    width: 100%;
    max-width: 700px;
    padding: 20px 22px;
    border-radius: 10px;
}
.payment_dark h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.payment_dark__info {
    background: linear-gradient(to bottom, #222222, #151515);
    padding: 40px;
    margin: 20px 0 0;
    border-radius: 15px 15px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.payment_dark__info.borders {
    display: block;
    border-radius: 15px !important;
    padding: 20px 40px;
}
.dark .time {
    color: #878787;
    font-size: 11px;
    font-weight: 400;
    margin: 17px 0 15px;
}
.payment_dark__info .amount_rub {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
.payment_dark__info .amount_usdt {
    color: #878787;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}
.payment_dark__info .category {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 8px 0 33px;
    padding: 5px;
    border-radius: 5px;
}
.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buttons > button {
    width: 50%;
    line-height: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.buttons > button.dark_button__approved {
    border-radius: 0 0 15px 0 !important;
    background: #0f5132;
}
.buttons > button.dark_button__cancel {
    border-radius: 0 0 0 15px !important;
    background: #FBBF24;
}
.buttons > button svg {
    width: 25px;
    margin-right: 5px;
}
.dark_info {
    font-size: 13px;
    font-weight: 400;
}
.dark_payments {
    margin: 40px 0;
}
.dark_payments h2 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
}
.dark_payments__item {
    margin-bottom: 40px;
}
.dark_payments__item .time {
    margin: 0;
}
.dark_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dark_payments p {
    font-size: 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.product-desc {
    font-size: 8px; color: #8C8C8C; padding-top: 3px;
}
@media (min-width: 992px) {
    .product-desc {
        font-size: 14px; /* например, увеличим шрифт на ПК */
    }
}
.product-price {
    text-align: right; color: #ffffff; font-weight: 700; font-size: 14px;
}
@media (min-width: 992px) {
    .product-price {
        font-size: 16px; /* например, увеличим шрифт на ПК */
    }
}
.product-weight {
    color: #ffffff; font-size: 10px;
}
@media (min-width: 992px) {
    .product-weight {
        font-size: 14px; /* например, увеличим шрифт на ПК */
    }
}
.product-name {
    color: #ffffff; font-size: 14px;
}
@media (min-width: 992px) {
    .product-name {
        font-size: 18px; /* например, увеличим шрифт на ПК */
    }
}
.category-main-name {
    color: #ffff;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (min-width: 992px) {
    .category-main-name {
        font-size: 28px; /* например, увеличим шрифт на ПК */
    }
}
.category-name {
    color: #ffff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .category-name {
        font-size: 24px; /* например, увеличим шрифт на ПК */
    }
}
