@media screen and (max-width: 1000px) {
    .gift-columns {
        display: block;
    }
    .gift-column {
        margin: 0 auto;
    }
    #step_con_2, #step_con_3, #step_con_4, #step_con_5 {
        margin: 40px auto 0;
        width: fit-content;
    }
    #gift-certificate-app {
        margin: 20px 0;
    }
    .gift-column {
        width: 100%;
        padding: 0 15px;
    }
    .gift-buttons > button {
        width: 100%;
    }
    .gift-buttons > button:first-child {
        margin-bottom: 12px;
    }
    .gift-buttons {
        display: block;
    }
    p.description_cert {
        border-radius: 8px;
        padding: 16px;
        font-size: 16px;
    }
    #step_con_1 > h2 {
        font-size: 26px;
    }
    #step_con_3,#step_con_4,#step_con_6,#step_con_5 {
        max-width: 330px;
    }
    .gift-amount-buttons {
        gap: 10px;
    }
    .gift-amount-buttons button {
        padding: 6px 10px;
    }
    .gift-column--right h2 {
        margin-bottom: 16px;
    }
    .gift-buttons, .gift-amount-buttons {
        margin-bottom: 16px;
    }
    .amount_img {
        right: 50%;
        transform: translateX(100%);
    }
    .gift-nav {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }
    .gift-nav button {
        width: 100%;
        margin: 4px 0;
    }
    .gift_check_block {
        display: block;
        width: 100%;
    }
    .gift_check_block > * {
        width: 100%;
    }
    .cert-time_send, .gift_check_block div p:nth-child(2) {
        width: fit-content;
    }
    .gift_check_block div p:first-child {
        font-size: 16px;
    }
    .gift_check_block img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 12px;
    }
}

.garantii__items ul li {
    font-weight: 500;
}
.quantity_max_fade-seven .sub_title_max_quantity {
    font-weight: 700;
}
p.description_cert {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (max-width: 1000px){
    #step_con_1 .gift-buttons button:first-child {
        transform: translateY(50px);
    }
    #step_con_1 .gift-buttons button:last-child {
        transform: translateY(-50px);
    }
    #step_con_6 .cert_privacy,
    .gift_check_block {
        margin-bottom: 16px;
    }
}
.garantii__items ul li {
    color: #313932;
}
.cert-number-value_wrapper {
    margin-bottom: 32px;
}
.cert-number-value_wrapper.red input,
.cert-number-value_wrapper.red_max input {
    border: 1px solid red;
    position: relative;
}

.cert-number-value_wrapper.red::after {
    content: "Минимальная сумма 2500 ₽";
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    color: red;
    font-size: 12px;
    width: max-content;
}

.cert-number-value_wrapper.red_max::after {
    content: "Максимальная сумма 10000 ₽";
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    color: red;
    font-size: 12px;
    width: max-content;
}

@media screen and (max-width: 1000px) {
    .cert-number-value_wrapper.red::after,
    .cert-number-value_wrapper.red_max::after {
        top: 115px;
        left: 20px;
    }
}