.successful-order {
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
    padding: 60px 20px 0 20px;
}



.successful-order h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.successful-order__inner-wrapper {
    background: #FFFFFF;
    border: 1px solid #DEE4F0;
    border-radius: 20px;
    padding: 40px 25px 25px 25px;
}

.successful-order__inner-container {
    max-width: 400px;
}

.successful-order__inner-wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.successful-order__list li:not(.successful-order__list li ul li) {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.successful-order__list li ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.successful-order__list li ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.successful-order__total-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

.successful-order__date {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.successful-order__button-pay {
    width: 100%;
    height: 65px;
    background: #4C73E3;
    border-radius: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.successful-order__link-download-file {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #181C19;
}

@media(min-width: 1440px) {
    .successful-order__button-pay {
        width: 334px;
        height: 65px;
        background: #4C73E3;
        border-radius: 16px;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .successful-order h1 {
        font-weight: 700;
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    .successful-order {
        margin: 0 auto;
        width: 100%;
        max-width: 1120px;
        padding-top: 60px;
    }

    .successful-order__inner-wrapper {
        background: #FFFFFF;
        border: 1px solid #DEE4F0;
        border-radius: 20px;
        padding: 40px 18px 25px 35px;
    }
}