@font-face {
    font-family: Inter;
    src: local("Inter-Bold"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: local("Inter-Regular"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #021825;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

img {
    vertical-align: top;
    max-width: 100%
}

.icon-svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: currentColor
}

.payment-page {
    color: #def3ff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 150%;
    padding: 80px;
    overflow-wrap: break-word;
    overflow: hidden
}

.payment-page__row {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px 74px
}

.payment-page__aside {
    width: 206px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0
}

.payment-page__logo {
    display: block;
    width: 100%
}

.payment-page__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.payment-item:not(:last-child) {
    margin-bottom: 32px
}

.payment-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #def3ff;
    margin-bottom: 16px
}

.payment-item__message {
    /*font-size: 20px;*/
    line-height: 120%;
    color: black;
    padding: 32px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: normal;
    background-color: #def3ff;
    border-radius: 4px
}

.payment-item__message-authorized {
    background-color: #def3ff;
}

.payment-item__message-canceled {
    background-color: #fff3de;
}

.payment-item__block {
    padding: 24px;
    border: 1px solid #04324d;
    background-color: #031f30
}

.payment-item__block:not(:last-child) {
    margin-bottom: 16px
}

.payment-item__line-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-item__line-row:not(:last-child) {
    margin-bottom: 16px
}

.payment-item__line-row::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 6px;
    z-index: 0;
    background-color: #04324d
}

.payment-item__line-row + .payment-item__row {
    margin-top: 32px
}

.payment-item__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-item__row:not(:last-child) {
    margin-bottom: 16px
}

.payment-item__key, .payment-item__val {
    display: block;
    background-color: #031f30;
    position: relative;
    z-index: 1
}

.payment-item__key {
    padding-right: 8px
}

.payment-item__val {
    margin-left: auto;
    padding-left: 8px;
    white-space: nowrap
}
.payment-item__info {
    margin-left: auto;
    padding-left: 8px;
}

.payment-item__info a {
    color: #def3ff;
    text-decoration: none;
}

.payment-bold {
    font-weight: 700
}

.modal_main {
    width: 724px;
    height: 85%;
    overflow-y: scroll;
    scroll-behavior: auto;
    position: fixed;
    background: #def3ff;
    color: black;
    /*border: 1px solid black;*/
    border-radius: 3px;
    padding: 10px;
    border: 2px solid white;
    top: 5%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    /*box-shadow: 12px 12px 5px rgba(0, 0, 10, .4);*/
    box-shadow: 0 0 20px 5px rgba(0, 0, 10, .5);
    z-index: 60;
}

.modal_main .modal_message {
    height: 30%;
    overflow-y: scroll;
}

.modal_main .modal_receipt {
    height: 70%;
    overflow-y: scroll;
}

.hide_all {
    position: fixed;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(64, 64, 64, 0.5);
    z-index: 40;
}

.payment-status {
    display: block;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 133%
}

.payment-status--wait {
    background-color: #dee2e6
}

.payment-normal {
    background-color: #000000
}

.payment-warning {
    text-align: right;
    color: white;
    background-color: orangered;
    padding: 1px 5px;
    border-radius: 3px
}

.payment-receipts {
    border: 1px solid #203643;
    background-color: #203643
}

.payment-receipts:hover {
    border: 1px solid white;
}

.payment-status--paid {
    background-color: #315b6e;
}

.payment-button {
    cursor: pointer;
    /*border: none;*/
    outline: 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 12px;
    min-width: 104px;
    border: 1px dotted gray;
    border-radius: 2px;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.payment-button:hover {
    /*color: white;*/
    /*background-color: #010d13;*/
    /*border: 1px solid #def3ff;*/
    border: 1px solid white;
}

.payment-button--white {
    background-color: #0f5f5f;
    color: #def3ff
}

.payment-button--waiting {
    background-color: #def3ff;
    color: black;
}

.payment-button--paid {
    background-color: #066025;
    color: white;
}

.payment-button--status {
    background-color: yellow;
    color: black;
}

.payment-info {
}

.payment-info__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-bottom: 4px;
}

.payment-info__subtitle {
    flex-grow: 1;
    font-size: 14px;
    line-height: 24px;
    color: #def3ff;
    opacity: 0.56;
}

.payment-info__logos {
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background: #203643;
}

.payment-info__logos svg {
    max-width: 52px;
    max-height: 20px;
    --svg-icon-white-black: #fff;
}

.payment-info__logo {
    max-width: 52px;
}

.payment-info__link {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    color: #0f5f5f;
    margin-bottom: 4px;
}

.payment-modal {
    position: relative;

}

.payment-modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
}

.payment-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 32px;
    overflow: auto;
    background: #021825;
}

.payment-modal:not(.is-open) {
    display: none;
}

.payment-modal__close {
    position: fixed;
    top: 32px;
    right: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #def3ff;
    color: #def3ff;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.payment-modal__close svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
}

.payment-modal__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
}

.payment-modal__inner h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #def3ff;
    margin-bottom: 16px;
}

.payment-modal__inner h3 {
    font-size: 16px;
    line-height: 24px;
    color: #def3ff;
}

.payment-modal__inner p {
    font-size: 16px;
    line-height: 24px;
    color: #def3ff;
    margin-bottom: 16px;
    margin-top: 0;
}

.payment-modal__inner p a {
    color: #def3ff;
}

.payment-modal__inner .informers {
    background: #031f30;
    border: 1px solid #04324d;
    padding: 24px;
}

.payment-modal__inner .informers__icon {
    display: none;
}

.payment-modal__inner .informers__text {
    font-size: 14px;
    line-height: 20px;
    color: #def3ff;
}

.payment-modal__inner .informers__text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    color: #fff;
}

.error-block {
        padding: 24px;
        border: 1px solid #04324d;
        background-color: #031f30
}

.error-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.provider-link {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    color: #5fafaf;
    margin-bottom: 4px;
}

@media only screen and (max-width: 991px) {
    .payment-page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .payment-page__aside {
        width: 100%
    }

    .payment-page__logo {
        width: auto;
        max-height: 90px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }
}

@media only screen and (max-width: 767px) {
    .payment-page {
        padding: 48px 20px
    }

    .payment-modal__close {
        right: 5px;
    }

}

@media only screen and (max-width: 575px) {
    .modal_main {
        width: 95%;
        border-radius: 1px;
        padding: 3px;
        border: 1px solid white;
        font-size: 10px;
    }

    .payment-item__title {
        font-size: 18px
    }

    .payment-item__block {
        padding: 24px 16px
    }

    .payment-item__line-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4px 8px
    }

    .payment-item__line-row .payment-item__key {
        max-width: 60%
    }

    .payment-item__line-row:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid #04324d
    }

    .payment-item__line-row::after {
        display: none
    }

    .payment-item__line-row + .payment-item__row {
        margin-top: 24px
    }

    .payment-item__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 8px
    }

    .payment-item__row .payment-item__val {
        width: 100%
    }

    .payment-item__row .payment-status {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto
    }

    .payment-item__row:not(:last-child) {
        margin-bottom: 24px
    }

    .payment-item__key {
        padding-right: 0
    }

    .payment-item__val {
        padding-left: 0
    }

    .payment-button {
        width: 100%
    }
}