.alert-pay {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 50px 50px;
    padding: 7px 60px 7px 130px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.alert-pay_success {
    color: #8CB41C;
    border-color: #8CB41C;
    background-image: url(../images/ico-alert-success.svg);
}

.alert-pay_error {
    color: #C42525;
    border-color: #C42525;
    background-image: url(../images/ico-alert-error.svg);
}

.pay-order-num {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin: 14px 0;
}

.pay-order-desc {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    background: #E4EAFF;
    border-radius: 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 15px 20px;
}

.pay-order-info {
    display: flex;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 100px;
}

.pay-order-info__col {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pay-order-info__col:first-child {
    border-right: 1px solid #747474;
    padding-right: 90px;
}

.pay-order-info__col:last-child {
    padding-left: 90px;
}

.pay-order-info__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 30px;
}

.pay-order-info__item {
    display: flex;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
}

.pay-order-info__item_sep {
    margin-top: 72px;
}

.pay-order-info__label {
    font-weight: bold;
    flex: 0 0 214px;
}

.pay-order-info__value {
    flex-basis: 0;
    flex-grow: 1;
}

.pay-order-info__btn {
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 24px;
    margin: -10px 0 -10px 30px;
    background: #2575B4;
}

.pay-order-info__btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2b7fc1;
}

.order-list {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.order-list__head {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
}

.order-list__table {
    width: 100%;
}

.order-list__table tr {
    border-bottom: 1px solid #CACACA;
}

.order-list__table td {
    padding: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #858585;
    white-space: nowrap;
    width: 110px;
}

.order-list__table td:first-child {
    width: auto;
    padding-left: 0;
    white-space: normal;
}

.order-list__product {
    display: flex;
}

.order-list__img {
    flex: 0 0 110px;
    margin-right: 30px;
}

.order-list__img img {
    max-width: 100%;
    height: auto;
}

.order-list__about {
    flex-basis: 0;
    flex-grow: 1;
}

.order-list__title {
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #2575B4;
}

.order-list__title-link {
    color: #2575B4;
}

.order-list__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #858585;
}

.order-list__body {
    margin-bottom: 20px;
}

.order-list__foot {
    width: 330px;
    margin-left: auto;
}

.order-list__total {
    display: flex;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #858585;
    margin-bottom: 22px;
}

.order-list__total-label {
    padding: 0 10px;
    width: 220px;
}

.order-list__total-value {
    padding: 0 10px;
    width: 110px;
}

.order-list__print {
    padding: 0 10px;
    margin-top: 30px;
}

.order-list__print-btn {
    display: block;
    width: 100%;
    background: #2575B4;
    border: none;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}


.order-list__print-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2b7fc1;
}

.pay-order-back {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-top: -33px;
    margin-bottom: 40px;
}

.pay-order-back__link {
    color: #2575B4;
    text-decoration: none;
}

.pay-order {
    display: flex;
}

.pay-order img {
    max-width: 100%;
    height: auto;
}

.pay-order__main {
    margin-right: 40px;
}

.pay-order__action {
    margin-bottom: 7px;
}

.pay-order__btn {
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    background: #2575B4;
    padding: 22px 36px;
    border: none;
    text-decoration: none;
    text-align: center;
}

.pay-order__btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2b7fc1;
}

.pay-order__qr {
    margin-right: 25px;
}

@media (max-width: 1440px) {
    .alert-pay {
        font-size: 50px;
        line-height: 60px;
    }

    .pay-order-num {
        font-size: 26px;
        line-height: 30px;
    }

    .pay-order-desc {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .alert-pay {
        font-size: 40px;
        line-height: 50px;
    }

    .pay-order-num {
        font-size: 22px;
        line-height: 28px;
    }

    .pay-order-desc {
        font-size: 22px;
        line-height: 28px;
    }

    .pay-order-info {
        display: block;
        margin-bottom: 0;
    }

    .pay-order-info__col {
        width: auto;
        padding: 0;
        margin-bottom: 60px;
    }

    .pay-order-info__col:first-child {
        padding-right: 0;
        border-right: none;
    }

    .pay-order-info__col:last-child {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .alert-pay {
        font-size: 30px;
        line-height: 34px;
        background-position: 20px center;
        background-size: 32px 32px;
        padding: 10px 30px 10px 72px;
    }

    .pay-order-num {
        font-size: 20px;
        line-height: 26px;
    }

    .pay-order-desc {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 15px;
        margin-bottom: 40px;
    }

    .pay-order-info__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .pay-order-info__item {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .pay-order-info__item_sep {
        margin-top: 44px;
    }

    .pay-order-info__btn {
        font-size: 18px;
    }

    .order-list__head {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .order-list__table {
        display: block;
    }

    .order-list__table thead {
        display: none;
    }

    .order-list__table tbody {
        display: block;
    }

    .order-list__table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .order-list__table td {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }

    .order-list__table td:not(:first-child) {
        display: flex;
        padding-top: 0;
    }

    .order-list__table td:not(:first-child):before {
        content: attr(data-head);
        display: block;
        flex: 0 0 110px;
        margin-right: 20px;
    }

    .order-list__img {
        margin-right: 20px;
    }

    .order-list__foot {
        width: auto;
    }

    .order-list__total-label {
        padding: 0;
    }

    .order-list__total-value {
        padding: 0;
    }

    .order-list__print {
        padding: 0;
    }

    .order-list__print-btn {
        font-size: 18px;
    }

    .pay-order-back {
        margin-top: 30px;
    }

    .pay-order__btn {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 30px;
    }
}

@media (max-width: 480px) {
    .alert-pay {
        font-size: 24px;
        line-height: 30px;
        background-position: center 10px;
        padding: 46px 20px 10px 20px;
    }

    .pay-order-num {
        font-size: 18px;
        line-height: 24px;
    }

    .pay-order-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .pay-order-info__col {
        margin-bottom: 40px;
    }

    .pay-order-info__title {
        font-size: 22px;
        line-height: 26px;
    }

    .pay-order-info__item {
        display: block;
        font-size: 16px;
    }

    .pay-order-info__btn {
        display: table;
        margin: 10px 0 0 0;
    }

    .order-list__head {
        font-size: 22px;
        line-height: 26px;
    }

    .order-list__img {
        margin-right: 15px;
        flex: 0 0 80px;
    }

    .order-list__title {
        font-size: 16px;
        line-height: 20px;
    }

    .order-list__desc {
        font-size: 14px;
        line-height: 20px;
    }

    .order-list__table td:not(:first-child):before {
        flex: 0 0 80px;
        margin-right: 15px;
    }

    .order-list__table td {
        font-size: 15px;
    }

    .order-list__total {
        font-size: 16px;
    }

    .order-list__total-label {
        width: 170px;
    }

    .pay-order-back {
        font-size: 16px;
        line-height: 20px;
    }

    .pay-order {
        flex-wrap: wrap;
    }

    .pay-order__main {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .pay-order__btn {
        font-size: 18px;
        line-height: 24px;
        padding: 14px 20px;
    }
}