* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

.popup {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
    max-width: 653px;
    min-height: 445px;
    border-radius: 14px;
    background: #ffffff;
}

.popup-wrap {
    padding: 25px 112px 40px;
}

.payment-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #323268;
}

.payment-time-wrap {
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #979898;
}

.payment-time {
    margin-right: 8px;
    color: #323268;
}

.popup-title {
    display: flex;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.popup-title-text {
    margin-left: 21px;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #323268;
}

.row {
    display: flex;
    justify-content: space-between;
}

.order-number-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #979898;
}

.order-number {
    margin-top: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #323268;
}

.order-price-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #979898;
}

.order-price {
    margin-top: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #323268;
}

.payment-method {
    margin-top: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #979898;
}

.payment-service-wrap {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
}