
.thank-order {
    margin: 0 auto;
    height: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 148px;
    padding-bottom: 60px;
}

.thank-order-bloc {
    background-color: #ffffff;
    padding: 40px 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 1154px;
    width: 100%;
    margin: 0 20px;
}

.thank-order-bloc-gap-one {
    gap: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 513px;
}

.thank-order-bloc-gap-two {
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 529px;
}

.thank-order-bloc-text {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.thank-order-line-one {
    max-width: 248px;
    height: 5px;
    background-color: #c62828;
    border-radius: 30px;
    width:  100%;
    margin: 0 auto;
}

.thank-order-line-two {
    max-width: 350px;
    height: 5px;
    background-color: #c62828;
    border-radius: 30px;
    margin: 0 auto;
}

.thank-order-text-one-h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
}

.thank-order-text-two-h2 {
    font-weight: 450;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
}

.thank-order-text-one-h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}

.thank-order-text-two-h3 {
    margin: 0 auto;
    max-width: 700px;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.thank-order-btn-home {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 320px;
    height: 60px;
    border-radius: 26px;
    background-color: #CC2929;
    color: white;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    border: 1px solid #CC2929;
    transition: var(--transition-all-time);
}

.thank-order-btn-home:hover {
    border-color: #fff;
}

.thank-order-svg-one {
    width: 154px;
    height: 154px;
}

.thank-order-svg-two {
    max-width: 262px;
    max-height: 155px;
}

.svg-two {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

@media (max-width: 1000px) {
    .thank-order-svg-one {
        width: 125px;
        height: 125px;
    }

    .thank-order-btn-home {
        max-width: 250px;
    }
}

@media (max-width: 744px) {
    .thank-order-svg-one {
        width: 100px;
        height: 100px;
    }

    .thank-order-svg-two {
        max-width: 205px;
        max-height: 121px;
    }

    .thank-order-bloc-gap-two {
        min-height: 484px;
    }

    .thank-order-text-two-h2 {
        margin: 0 auto;
        max-width: 500px;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
    }

    .thank-order-btn-home {
        max-width: 214px;
    }

    .thank-order-text-one-h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .thank-order-text-two-h3 {
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
    }
}

@media (max-width: 450px) {
    .thank-order-bloc {
        max-width: 1134px;
        margin: 0 10px;
    }

    .thank-order-text-one-h2 {
        font-weight: 700;
        font-style: Bold;
        font-size: 25px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }

    .thank-order-text-two-h2 {
        font-weight: 400;
        font-style: Regular;
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
    }

    .thank-order-bloc {
        padding: 40px 20px;
    }

    .thank-order-line-two {
        max-width: 250px;
    }

    .thank-order-svg-two {
        max-width: 262px;
        max-height: 155px;
    }

    .thank-order-text-one-h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;

    }

    .thank-order-text-two-h3 {
        max-width: 250px;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
    }

    .thank-order-svg-two {
        width: 170px;
        height: 97px;
    }

    .svg-two {
        margin: 0 0;
    }
}

@media screen and (max-width: 400px) {

    .thank-order-text-one-h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .thank-order-text-two-h2 {
        font-size: 12px;
        line-height: 25px;
        max-width: 280px;
    }

    .thank-order-text-one-h3 {
        font-size: 24px;
    }

    .thank-order-text-two-h3 {
        font-size: 12px;
    }
}


.thank-order-bloc-gap-two {
    margin-top: 188px;
    margin-bottom: 100px;
}

.box_icon_done {
    margin: auto;
}

@media screen and (max-width: 768px) {

    .thank-order {
        padding-top: 194px;
        padding-bottom: 100px;
    }

    .thank-order-bloc-gap-two {
        margin-top: 194px;
        
    }
}


