html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body,
html {
    height: 100%;
    font-family: "Roboto", sans-serif;
    background: #f2f2fc;
    color: #333
}

a,
b,
font,
i,
span {
    display: inline-block;
    position: relative
}

div,
fieldset,
form {
    position: relative;
    border: 0
}

.container {
    margin: 0 auto;
    padding: 0 20px
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse
}

table td,
table th {
    font-weight: 400;
    padding: 0;
    margin: 0
}

a {
    color: #f2f2fc;
    text-decoration: none
}

a.line {
    text-decoration: underline
}

p {
    padding: 5px 0;
    margin: 0
}

.bordered {
    border-top: #333 solid 1px
}

.info {
    padding: 15px 0
}

.pc {
    max-width: 600px;
    margin: 0 auto
}

.input {
    height: 90px;
    padding: 18px 20px;
    margin: 10px 0;
    background: #fff;
    border-radius: 20px
}

.input input {
    background: 0 0;
    border: 0;
    height: 45px;
    width: 100%;
    outline: 0;
    font-size: 24px;
    padding: 5px 0 0
}

.input input:focus {
    outline: 0;
    background: 0 0
}

.input span {
    display: flex;
    height: 18px;
    align-items: center;
    justify-content: left
}

.input-checkbox {
    color: #999;
    padding: 20px 0
}

.input-checkbox input {
    display: none
}

.input-checkbox input:checked+label:before {
    background-image: url(../images/check.svg)
}

.input-checkbox label {
    position: relative;
    display: block;
    margin-left: 40px
}

.input-checkbox label:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #ccf;
    background-size: 170%;
    background-position: center;
    background-repeat: no-repeat
}

.input-btn {
    padding: 20px 0
}

.button {
    display: flex;
    height: 70px;
    color: #fff;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 100%;
    border: 0;
    cursor: pointer;
    gap: 10px;
}

.button#submit {
    background: #fb2398;
}

.button#paid {
    background: #fb2398;
}

.button#mirButton {
    background: #0f754e;
}

.button#tpayButton {
    background: #ffdd2d;
}

.button#tpayButton::after {
    content: "";
    width: 70px;
    display: block;
    background-image: url(/l/assets/icons/tpay.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 29px;
}

.button:disabled {
    opacity: 0.5;
}

div.error {
    -webkit-box-shadow: inset 0 0 5px 0#c00;
    -moz-box-shadow: inset 0 0 5px 0#c00;
    box-shadow: inset 0 0 5px 0#c00
}

label.error {
    color: #c00
}

.top {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-btn,
.top-logo {
    height: 45px;
    width: 50%
}

.top-logo {
    padding-right: 10px
}

.top-btn a,
.top-logo a {
    justify-content: center;
    height: 100%
}

.top-logo a {
    align-items: center;
}

.top-btn {
    padding-left: 10px
}

.top-btn a {
    background: #fe59503d;
    color: #fe5a50;
    border-radius: 15px
}

.cards,
.top-btn .icon,
.top-btn a {
    display: flex;
    align-items: center
}

.top-btn .icon,
.top-btn .text {
    margin: 0 5px;
    padding-top: 2px;
    font-weight: 500
}

.top-btn .icon {
    width: 20px;
    height: 20px;
    background: #fe5a50;
    color: #c5d0f0;
    border-radius: 50%;
    justify-content: center;
    font-size: 80%
}

.top-btn .text {
    text-decoration: underline
}

.cards {
    padding: 20px 100px;
    justify-content: space-between
}

.cards div:before,
.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cards div:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0)0, #f2f2fc 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0)0, #f2f2fc 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0)0, #f2f2fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#f2f2fc", GradientType=0)
}

.cards img {
    width: 60px
}

.popup {
    background: #f2f2fc;
    z-index: 1000;
    display: none
}

.popup-head {
    height: 70px;
    display: flex;
    align-items: center;
    background: #ff6248;
    padding: 0 20px;
    color: #fff;
    font-size: 22px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.popup-head a {
    color: #fff;
    margin-right: 30px
}

.popup .summ {
    font-size: 44px;
    font-weight: 700;
    padding: 30px 0
}

.popup-flex {
    display: flex;
    justify-content: space-between
}

.popup-flex>div {
    margin-right: 10px
}

.popup-flex>div+div {
    margin-left: 10px;
    margin-right: 0
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.button__text {
    font: bold 20px;
    color: #ffffff;
    transition: all 0.2s;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inner_pay_buttons {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

@media (max-width: 768px) {
    .inner_pay_buttons {
        flex-wrap: wrap;
    }
}