
@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url(/fonts/MuseoSansCyrl-100.eot);
    src: url(/fonts/MuseoSansCyrl-100.eot?iefix) format('eot'),
    url(/fonts/MuseoSansCyrl-100.ttf) format('truetype'),
    url(/fonts/MuseoSansCyrl-100.svg#webfont) format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 300 Light';
    src: url(/fonts/MuseoSansCyrl-300.eot);
    src: url(/fonts/MuseoSansCyrl-300.eot?#iefix) format('embedded-opentype'),
    url(/fonts/MuseoSansCyrl-300.woff) format('woff'),
    url(/fonts/MuseoSansCyrl-300.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 500 Medium';
    src: url(/fonts/MuseoSansCyrl-500.eot);
    src: url(/fonts/MuseoSansCyrl-500.eot?#iefix) format('embedded-opentype'),
    url(/fonts/MuseoSansCyrl-500.woff) format('woff'),
    url(/fonts/MuseoSansCyrl-500.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url(https://test-cdn.homebank.kz/epay2/ManropeTrio-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url(https://test-cdn.homebank.kz/epay2/ManropeTrio-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url(https://test-cdn.homebank.kz/epay2/ManropeTrio-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url(https://test-cdn.homebank.kz/epay2/ManropeTrio-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url(https://test-cdn.homebank.kz/epay2/ManropeTrio-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'text-security-disc';
    src: url("https://test-cdn.homebank.kz/epay2/text-security-disc.woff");
}

html {
    font-family: 'Museo Sans 500 Medium', Verdana, sans-serif;
    font-weight: 500;
    height: 100%;
}


/* Анимация для появления */
.fade-in {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
}

/* Анимация для скрытия */
.fade-out {
    -webkit-animation: fadeOut 1s forwards;
            animation: fadeOut 1s forwards;
}

/* Определение ключевых кадров */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

@keyframes fadeOut {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}

/* Scrollbar */
body::-webkit-scrollbar {
        display: none;
    }
body.shortForm::-webkit-scrollbar {
            display: block;
            width: 0.4rem;
        }
body.shortForm::-webkit-scrollbar-track {
            background: #e1e2e8;
            border-radius: 6px;
        }
body.shortForm::-webkit-scrollbar-thumb {
            background: #bbbcbf;
            border-radius: 6px;
        }
body.shortForm::-webkit-scrollbar-thumb:hover {
            background: #9c9ead;
        }

input {
    font-family: 'Museo Sans 500 Medium', Verdana, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    margin: 0;
}

body {
    color: #7E8194;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    }

a:active {
    }

a img {
        border: none;
    }

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.va .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.va svg, .va img {
        vertical-align: middle;
    }

.va-m {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

img.halyk-brand-logo {
    display: none;
    position: fixed;
    left: calc(50% - 62px);
    z-index: 100;
}

img.halyk-brand-logo.top {
        top: 0;
    }

img.halyk-brand-logo.bottom {
        bottom: 0;
    }

img.halyk-brand-logo.show {
        display: block;
    }

.h-input {
    display: block;
    text-align: left;
    position: relative;
    padding-top: 12px;
}

.h-input label {
        position: absolute;
        top: 0;
        white-space: nowrap;
        font-size: 12px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        cursor: text;
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.4;
        opacity: var(--Opacity-Card-Placeholder, 0.4);
    }

.h-input.placeholder label {
        font-size: 14px;
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 0.4;
        opacity: var(--Opacity-Card-Placeholder, 0.4);
    }

.h-input input {
        margin: 0;
        width: 100%;
        color: #03034B;
        border-radius: 0;
        display: block;
        outline: none;
        padding: 6px 0 2px;
        background: none;
        -webkit-transition: border-color .5s;
        transition: border-color .5s;
    }

.h-input input:focus {
        }

.h-input span {
        color: #F00;
        color: var(--Light-Status-Error, var(--Status-Error, #F00));
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        display: block;
        margin-top: 8px;
        display: none;
    }

.h-input.focus input {
        }

.h-input.error input {
            border-color: #F42B74 !important;
        }

.h-input.error span {
            display: block;
        }

.h-input.user-contact-input {
        padding-top: 0;
    }

.h-input.user-contact-input label {
            left: 16px;
            top: 8px;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            opacity: 0.4;
            opacity: var(--Opacity-Card-Placeholder, 0.4);
            color: #000;
            color: var(--Text-Right-Side, #000);
        }

.h-input.user-contact-input.placeholder label {
            color: #000;
            color: var(--Text-Right-Side, #000);
            white-space: nowrap;
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            top: 20px;
            left: 16px;
            opacity: 0.4;
            opacity: var(--Opacity-Card-Placeholder, 0.4);
        }

.h-input.user-contact-input input {
            border-radius: 12px;
            background: #F9F9FB;
            background: var(--Surface-Contrast-Low, #F9F9FB);
            border: none;
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            /*line-height: 20px;*/
            padding: 27px 16px 8px;
            width: calc(100% - 32px);
        }

.h-input.user-contact-input.error input {
            border: 1px solid #F00;
            border: 1px solid var(--Status-Error, #F00);
        }

.h-input.payment-data-input {
        padding-top: 0;
    }

.h-input.payment-data-input label {
            left: 0;
            top: 11px;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            color: #000;
            color: var(--Text-Right-Side, #000);
            opacity: 0.4;
            opacity: var(--Opacity-Card-Placeholder, 0.4);
        }

.h-input.payment-data-input.placeholder label {
             color: #000;
             color: var(--Text-Right-Side, #000);
             white-space: nowrap;
             font-family: Manrope;
             font-size: 16px;
             font-style: normal;
             font-weight: 500;
             line-height: 20px;
             top: 22px;
             left: 0;
             opacity: 0.4;
             opacity: var(--Opacity-Card-Placeholder, 0.4);
        }

.h-input.payment-data-input input {
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            border-bottom: 1px solid #C8C7CC;
            border-bottom: 1px solid var(--Elements-Primary, #C8C7CC);
            color: #071222;
            color: var(--Light-Text-Primary, var(--Text-Primary, #071222));
            padding: 32px 0 11px;
        }

.h-input.payment-data-input.border-none input:not(.h-input.payment-data-input.error input) {
            border-bottom: none;
        }

.h-input.payment-data-input.border-none span {
             padding-bottom: 8px;
        }

.h-select {
    width: 100%;
    margin: 20px 0;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #BABAC4;
    background: none;
}

.h-select option {
        color: #141E2E;
    }

.h-select:focus {
        outline: none;
    }

.h-select.focus-visible {
        outline: none;
    }

.h-select:focus-visible {
        outline: none;
    }

.h-select.error select {
            border-color: #F42B74 !important;
        }

.h-input.l.placeholder label {
        top: 21px;
    }

.h-input.l input {
        font-size: 18px;
    }

.h-input.xl.placeholder label {
        top: 22px;
    }

.h-input.xl input {
        font-size: 20px;
    }

.h-input.xxl.placeholder label {
        top: 24px;
    }

.h-input.xxl input {
        font-size: 24px;
    }

.copy-to-cb {
    position: relative;
    display: inline-block;
}

.copy-to-cb .copy-btn {
        display: none;
    }

.copy-to-cb:hover .copy-btn {
        display: inline-block;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        padding-left: 5px;
    }

.logos-top {
    min-width: 420px;
    background: white;
}

.logos-top .cell {
        display: inline-block;
        height: 72px;
    }

.logos-top .cell .text {
            text-align: left;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            font-size: 14px;
            color: #B6B8BE;
            white-space: normal;
        }

.logos-top .left {
        margin-left: 30px;
        float: left;
    }

.logos-top .right {
        margin-right: 20px;
        float: right;
    }

.logos-top .right .cell {
            margin: 0 10px;
        }

.logos-top .clear {
        clear: both;
    }

.page {
    width: 420px;
    margin: 40px auto 0;
    font-size: 14px;
    /* min-height: 1300px; */
}

.constraints {
    margin-top: 40px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    line-height: 18px;
    width: 100%;
}

.constraints td {
        vertical-align: middle;
        padding: 20px;
    }

.constraints .c1 {
        width: 23px;
    }

.constraints .c2 {
        padding-left: 0;
    }

.main {
    margin-top: 20px;
    border-radius: 4px;
    padding: 32px 25px 25px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.order-details {

    text-align: center;
}

.order-details .collapsible {
        height: 0;
        opacity: 0;
        -webkit-transition: height .5s, opacity .5s, margin-bottom .5s;
        transition: height .5s, opacity .5s, margin-bottom .5s;
        overflow: hidden;
        color: #141E2E;
        margin-bottom: 0;
    }

.order-details .collapsible.expanded {
            opacity: 1;
            /*margin-bottom: 10px;*/
            margin-top: 12px;
        }

.order-details .content {
        padding-bottom: 10px;
    }

.order-details .toggle {
        display: inline-block;
    }

.order-details .toggle img, .order-details .toggle svg {
            margin-right: 5px;
        }

.order-details .toggle span {
            vertical-align: middle;
        }

.order-data-1 .amount {
        margin-top: 30px;
        font-size: 36px;
        /*color: #03034B;*/
        font-weight: 700;
    }

.order-data-1 .amount .currency {
            font-size: 18px;
        }

.order-data-2 div:first-child {
        margin-top: 0;
    }

.order-data-2 div {
        margin-top: 10px;
    }

.order-data-2 .desc {
        font-size: 14px;
    }

.order-data-2 table {
        margin: 10px auto 0;
        text-align: left;
    }

.order-data-2 table td {
            padding-top: 10px;
        }

.order-data-2 table td:first-child {
            padding-right: 30px;
        }

.order-data-2 label {
        color: #7E8194;
    }

.order-data-2 .commission {
        margin-top: 30px;
    }

.order-data-2 .commission span {
            font-weight: 700;
        }

.order-info .order-details {
        margin-top: 5px;
    }

.result .order-data-2 {
        margin-top: 5.5px;
    }

.divider {
    margin-top: 30px;
    width: 100%;
}

.divider td {
        vertical-align: middle;
    }

.divider td div {
            border-bottom: 1px solid #DFE3E6;
        }

.divider td.text {
        padding: 0 10px;
        width: 1px;
        color: #7E8194;
    }

.pay-tabs {
    margin-top: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    display: block;
    padding: 0;
}

.pay-tabs li {
        width: 31%;
        padding: 0 2px;
        display: inline-block;
    }

.pay-tabs li a {
            border-radius: 3px;
            text-align: center;
            display: block;
            height: 38px;
            max-height: 38px;
            zoom: 1;
            filter: alpha(opacity=50);
            opacity: .5;
            position: relative;
            margin-bottom: 0.5rem;
        }

.pay-tabs li a:hover {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
            }

.pay-tabs li a.active {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
            }

.pay-tabs li a:focus {
            }

#qrRenderer > img {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    background-size: 135% 140%;
    border: 1px solid black;
    background-position: 50% 50%;
}

#qrRenderer > svg {
    border-radius: 7px;
    margin: 15px auto 0px;
    border: solid 2px var(--buttons-color);
}

#qrHalykId > canvas {
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.form {
    margin: 0 16px;
    position: relative;
}

.form .icon-company, .btn-cnt .icon-company {
        margin: 0 8px;
    }

.form a.btn, .btn-cnt a.btn {
        background: white;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 3px;
        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;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        letter-spacing: 0.16px;
        text-align: center;
        position: relative;
        font-weight: 600;
    }

.form a.btn:hover, .btn-cnt a.btn:hover {
        }

.form a.btn:active, .btn-cnt a.btn:active {
        }

.form a.btn:focus:after, .btn-cnt a.btn:focus:after {
            content: '';
            display: block;
            position: absolute;
            top: -2px;
            bottom: -2px;
            left: -2px;
            right: -2px;
            border-radius: 3px;
            /*border: 2px solid rgba(0, 255, 106, 0.3);*/
            border: 0;
            outline: none;
        }

.form a.halykPay, .btn-cnt a.halykPay {
        background: #2AA65C;
        background: var(--Brand-Primary, #2AA65C);
        color: #fff;
    }

.form a.btn-primary, .btn-cnt a.btn-primary {
        background: #2B8A67;
        color: #fff;
    }

.form a.btn-primary:hover, .btn-cnt a.btn-primary:hover {
            background-color: #32aa55;
        }

.form a.btn-primary:active, .btn-cnt a.btn-primary:active {
        }

.processingSpinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.card-pay-body {
    margin: 25px 0 20px 0;
    text-align: center;
}

.card-pay-body .card-model {
        border-radius: 5px;
        padding: 15px 0 20px;
        margin-bottom: 20px;
    }

.card-pay-body .card-model input {
        }

.card-pay-body .card-types {
        text-align: center;
    }

.card-pay-body .card-types span.va {
            margin: 0 3px;
        }

.card-pay-body .card-types svg, .card-pay-body .card-types img {
            zoom: 1;
            /*filter: alpha(opacity=20);*/
            /*opacity: .2;*/
            -webkit-transition: all .25s;
            transition: all .25s;
        }

.card-pay-body .card-types svg:hover, .card-pay-body .card-types img:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1;
        }

.card-pay-body .card-types .maybe svg, .card-pay-body .card-types .maybe img {
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1;
        }

.card-pay-body .warningLabel {
        background: #FFFFFF;
        border: 2px solid #F9B753;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 5px;
        padding: 10px;
        margin-top: 10px;
    }

.card-pay-body .form .row {
            margin-top: 15px;
            text-align: left;
        }

.card-pay-body .form .row-16 {
            margin-top: 16px;
            margin-bottom: 16px;
        }

.card-pay-body .form .row-24 {
            margin-top: 24px;
            margin-bottom: 24px;
        }

.card-pay-body .card-expiry, .card-pay-body .card-code {
        vertical-align: bottom;
        width: 50%;
    }

.card-pay-body .card-expiry {
        position: relative;
    }

.card-pay-body .card-expiry .label {
            position: absolute;
            font-size: 12px;
            zoom: 1;
            filter: alpha(opacity=50);
            opacity: .5;
        }

.card-pay-body .card-expiry .inputs {
            display: block;
        }

.card-pay-body .card-expiry .h-input {
            display: inline-block;
        }

.card-pay-body .card-expiry .h-input label {
                width: 100%;
                text-align: center;
                zoom: 1;
                filter: alpha(opacity=0);
                opacity: 0;
                top: 22px;
                visibility: hidden;
            }

.card-pay-body .card-expiry .h-input.placeholder label {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
                visibility: visible;
            }

.card-pay-body .card-expiry .h-input input {
                display: inline-block;
                width: 50px;
                text-align: center;
            }

.card-pay-body .card-code {
        text-align: right;
        position: relative;
    }

.card-pay-body .card-code .icon {
            position: absolute;
            right: 0;
            bottom: 5px;
        }

.card-pay-body .card-date-cvv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        grid-gap: 8px;
        gap: 8px;
    }

.card-pay-body .card-date-cvv > div {
            width: calc(50% - 4px);
        }

.card-pay-body .card-date-cvv .card-cvv-info {
            position: relative;
        }

.card-pay-body .card-date-cvv .card-cvv-info .icon {
                position: absolute;
                right: 0;
                top: 20px;
                cursor: pointer;
            }

.card-pay-body .card-date-cvv .card-date-expiry .h-input.payment-data-input input {
                line-height: 22px;
            }

.card-pay-body .card-code-hint {
        position: relative;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s .2s, opacity .2s;
        transition: visibility 0s .2s, opacity .2s;
    }

.card-pay-body .card-code-hint.visible {
            visibility: visible;
            opacity: 1;
            -webkit-transition: opacity .2s;
            transition: opacity .2s;
        }

.card-pay-body .card-code-hint .content {
            position: absolute;
            height: 85px;
            top: -70px;
            left: 0;
            right: 0;
            background: white;
            color: #7E8194;
            -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
                    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
            border-radius: 3px;
        }

.card-pay-body .card-code-hint .content table {
                height: 100%;
                width: 100%;
            }

.card-pay-body .card-code-hint .content .text {
                vertical-align: middle;
                padding: 0 5px 0 20px;
                text-align: left;
            }

.card-pay-body .card-code-hint .content .img {
                padding: 0 20px 0 5px;
                vertical-align: middle;
            }

.card-pay-body .card-code-hint .content .arrow {
                position: absolute;
                top: 100%;
                right: 21px;
                width: 14px;
                height: 8px;
                overflow: hidden;
            }

.card-pay-body .card-code-hint .content .arrow::after {
                    content: "";
                    position: absolute;
                    width: 8px;
                    height: 8px;
                    background: white;
                    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                            transform: translateX(-50%) translateY(-50%) rotate(45deg);
                    top: 0;
                    left: 50%;
                    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
                            box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
                }

.card-pay-body .card-errors, .card-pay-body .contact-errors {
        margin: 20px 0;
        padding: 0 0 0 1em;
        text-align: left;
        color: #F42B74;
    }

.card-pay-body .card-errors li, .card-pay-body .contact-errors li {
            line-height: 21px;
        }

.card-pay-body .phone-warn {
        margin-top: 10px;
        color: #d9aa00;
        text-align: left;
        font-size: 12px;
    }

.card-pay-body .btn-cnt {
        margin-top: 40px;
    }

.card-pay-body .btn-cnt a.btn-primary {
        background: #2B8A67;
        color: #fff;
    }

.card-pay-body .btn-cnt a.btn-primary .amount {
            font-weight: 700;
        }

.card-pay-body #cardCode {
        font-family: 'text-security-disc';
        -webkit-text-security: disc;
        letter-spacing: 1.1px;
        color: #9AA3B2;
        color: var(--Elements-Tertiary, #9AA3B2);
        font-size: 34px;
        padding: 31px 0 0px;
        border-bottom-color: #9AA3B2;
        border-bottom-color: var(--card-text-color, #9AA3B2);
    }

.apple-pay-body, .samsung-pay-body {

    margin: 50px 0 20px 0;
    text-align: center;
}

.apple-pay-body .apple-pay-prompt, .apple-pay-body .samsung-pay-prompt, .samsung-pay-body .apple-pay-prompt, .samsung-pay-body .samsung-pay-prompt {
        font-size: 14px;
        display: inline-block;
    }

.apple-pay-body .btn-cnt, .samsung-pay-body .btn-cnt {
        margin-top: 40px;
    }

.apple-pay-body .form a.btn-primary, .samsung-pay-body .form a.btn-primary {
        background-color: black;
        border: none;
    }

.apple-pay-body .form a.btn-primary:hover, .samsung-pay-body .form a.btn-primary:hover {
            opacity: 0.8;
        }

.apple-pay-body .form a.btn-primary:active, .samsung-pay-body .form a.btn-primary:active {
            opacity: 1;
        }
.halykPay {
    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;
    grid-gap: 8px;
    gap: 8px;
}
.qr-body {
    margin: 24px 0 20px 0;
    text-align: center;
}
.qr-body .qr-prompt {
        font-size: 14px;
        display: inline-block;
        text-align: left;
    }
.qr-body .form {
        margin: auto;
    }
.qr-body .form .form-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            grid-gap: 16px;
            gap: 16px;
            padding: 12px;
            border-radius: 4.1px;
        }
.qr-body .form .form-wrapper canvas {
                width: 120px;
                height: auto;
                border-radius: 12px;
                background: #fff;
                padding: 10px;
            }
.qr-body .qr-body_desktop.qr-pay-error #qrRenderer {
            -webkit-filter: blur(2px);
                    filter: blur(2px);
        }
.qr-body .qr-body_desktop.qr-pay-error .btn, .qr-body .qr-body_desktop.qr-pay-error .btn.focus-visible {
            height: 30px;
            border-radius: 8px;
            background: #EAF6EF;
            background: var(--Brand-Secondary, #EAF6EF);
            color: #2AA65C;
            color: var(--Light-Text-Brand, var(--Text-Brand, #2AA65C));
            text-align: center;
            font-family: Manrope;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
            border: 0;
            cursor: pointer;
            outline: none;
        }
.qr-body .qr-body_desktop.qr-pay-error .btn, .qr-body .qr-body_desktop.qr-pay-error .btn:focus-visible {
            height: 30px;
            border-radius: 8px;
            background: #EAF6EF;
            background: var(--Brand-Secondary, #EAF6EF);
            color: #2AA65C;
            color: var(--Light-Text-Brand, var(--Text-Brand, #2AA65C));
            text-align: center;
            font-family: Manrope;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
            border: 0;
            cursor: pointer;
            outline: none;
        }
.qr-body .qr-code {
        margin: 40px 0;
    }

.otp-body .otp-errors {
        margin: 20px 0;
        padding: 0 0 0 1em;
        text-align: left;
        color: #F42B74;
    }

.otp-body .otp-errors li {
            line-height: 21px;
        }

.id-body {
        margin-bottom: 16px;
        text-align: left;
    }

.id-body .card-errors {
            margin: 20px 0;
            padding: 0 0 0 1em;
            text-align: left;
            color: #F42B74;
        }

.id-body .card-errors li {
                line-height: 21px;
            }

.id-body .use-go-bonus {
            margin-top: 16px;
        }

.id-body .form a.btn-primary {
            margin: 24px 0;
        }

.id-body .form-wrapper-scan {
            padding: 12px 12px 0;
        }

.id-body .form-wrapper-scan .qr-prompt {
                color: #071222;
                color: var(--Text-Primary, #071222);
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 20px;
                margin-bottom: 24px;
                display: block;
            }

.id-body .form-wrapper-scan .spinner-prompt {
                margin: 32px 0 16px;
            }

.id-body .form-wrapper-scan .spinner-prompt-small {
                color: #071222;
                color: var(--Text-Primary, #071222);
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 18px;
                margin-bottom: 12px;
            }

.id-body .form-wrapper-scan hr.line-separator {
                margin-top: 24px;
            }

.id-bonus {
        margin-top: 20px;
    }

.id-footer {
        margin-top: 32px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

.id-label {
        margin: 0 16px;
        opacity: 0.8;
        opacity: var(--Opacity-Secondary-Text, 0.8);
    }

.installment-body .period-tabs {
            margin-top: 8px;
            margin-bottom: 16px;
            padding-left: 0;
            width: 100%;
            list-style-type: none;
        }

.installment-body .period-tabs li {
                display: inline-block;
                width: 21%;
                padding: 0 5px 7px 0;
            }

.installment-body .period-tabs li a {
                    border-radius: 3px;
                    text-align: center;
                    display: block;
                    height: 36px;
                    max-height: 36px;
                    zoom: 1;
                    filter: alpha(opacity=50);
                    opacity: .5;
                    position: relative;
                }

.installment-body .period-tabs li a:hover {
                        zoom: 1;
                        filter: alpha(opacity=100);
                        opacity: 1;
                    }

.installment-body .period-tabs li a.active {
                        zoom: 1;
                        filter: alpha(opacity=100);
                        opacity: 1;
                    }

.installment-body .period-tabs li a:focus {
                    }

.installment-body .overpayment-label {
            padding-top: 16px;
        }

.installment-body .overpayment-label .icon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin-bottom: 6px;
                color: #1C9771;
                font-size: 12px;
            }

.installment-body .overpayment-label svg {
                width: 22%;
                margin-right: 10px;
            }

.installment-body .overpayment-label .attn-text{
                font-size: 12px;
                color: #7E8194;
            }

.installment-body .months-label span {
                font-weight: 700;
            }

.installment-body .payment-amount small {
                font-size: 14px;
                line-height: 32px;
                font-weight: 500;
            }

.installment-body .payment-amount {

            margin-bottom: 16px;
}

.installment-body .installment-center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 16px 0px;
            border-top: 1px solid #DFE3E6;
            border-bottom: 1px solid #DFE3E6;
        }

.installment-body .installment-center-mobile {
            -webkit-box-align: normal;
                -ms-flex-align: normal;
                    align-items: normal;
        }

.installment-body .installment-center-mobile .left-block {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 250px;
                        flex: 1 1 250px;
            }

.installment-body .installment-center-mobile .overpayment-block {
                padding-left: 16px;
                border-left: 1px solid #DDE1DF;
            }

.installment-body .payment-label {
            font-size: 12px;
        }

.installment-body .overpayment-amount {
            margin-top: 4px;
            margin-bottom: 4px;
        }

.installment-body .qr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }

.installment-body .qr .qr-prompt {
                font-size: 12px;
                display: inline-block;
                margin-bottom: 12px;
                text-align: center;
            }

.installment-body .qr #qrInstallmentRenderer {
                text-align: center;
            }

.installment-body .qr .qr-code {
                margin: 40px 0;
            }

.installment-body .form-wrapper {
            padding: 16px;
            border-radius: 4px;
        }

.card-dropdown {
    margin: 16px 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.card-dropdown .dropdown-selected {
        height: 64px;
        padding: 10px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border: 1px solid #DFE3E6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: transparent;
        border-radius: 12px;
        border: 1px solid #C8C7CC;
        border: 1px solid var(--Elements-Primary, #C8C7CC);
        cursor: pointer;
    }

.card-dropdown .dropdown-selected svg {
            /*position: absolute;*/
            /*top: 22px;*/
            /*right: 17px;*/
        }

.card-dropdown .dropdown-selected.active {
            border: 1px solid #2AA65C;
            border: 1px solid var(--buttons-color, #2AA65C);
        }

.card-dropdown .dropdown-options {
        position: absolute;
        border: 1px solid #DFE3E6;
        margin-top: 4px;
        width: 100%;
        z-index: 100;
        overflow: hidden;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-height: 166px;
        overflow-y: auto;
        border-radius: 12px;
        -webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.05);
    }

.card-dropdown .dropdown-options [dir="ltr"] ul {
            margin-left: 0;
}

.card-dropdown .dropdown-options [dir="rtl"] ul {
            margin-right: 0;
}

.card-dropdown .dropdown-options [dir="ltr"] ul {
            margin-right: 0;
}

.card-dropdown .dropdown-options [dir="rtl"] ul {
            margin-left: 0;
}

.card-dropdown .dropdown-options [dir="ltr"] ul {
            padding-left: 0;
}

.card-dropdown .dropdown-options [dir="rtl"] ul {
            padding-right: 0;
}

.card-dropdown .dropdown-options ul {
            display: block;
            list-style-type: none;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
        }

.card-dropdown .dropdown-options ul li {
                cursor: pointer;
                position: relative;
            }

.card-dropdown .dropdown-options ul li:not(:last-child)::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 16px;
                    background-color: #C8C7CC;
                    background-color: var(--card-text-color, #C8C7CC);
                    height: 1px;
                    width: calc(100% - 92px);
                }

.card-dropdown .dropdown-option {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        width: 100%;
        height: 64px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 8px 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

.card-dropdown .dropdown-option:hover {
            /*filter: brightness(.5);*/
            /*background: #E3F7FF;*/
        }

.dropdown-option-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.dropdown-option-info div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

.dropdown-option-info div p {
            line-height: 18px;
            margin: 0;
            padding: 0;
            color: #99A3B3;
            color: var(--Light-Text-Secondary, var(--Text-Secondary, #99A3B3));
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            opacity: 0.8;
            opacity: var(--Opacity-Secondary-Text, 0.8);
        }

.dropdown-option-info div .currency {
            color: #071222;
            color: var(--Light-Text-Primary, var(--Text-Primary, #071222));
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }

.dropdown-option-info div.selected {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

.dropdown-option-info i {
        width: 44px;
        height: 44px;
        background: #DFE3E6;
        border: 1px solid #DFE3E6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-size: 75%;
        border-radius: 12px;
        border: 1px solid #F1F2F6;
        border: 1px solid var(--Surface-Secondary, #F1F2F6);
    }

.dropdown-option-info i.visa {
            background: url("img/svg/cards/dropdown/visa-re.svg") no-repeat center;
        }

.dropdown-option-info i.mc {
            background: url("img/svg/cards/dropdown/mc-re.svg") no-repeat center;
        }

.dropdown-option-info i.wallet {
            background: url("img/svg/cards/dropdown/wallet-re.svg") no-repeat center;
        }

.result {

    margin-top: 10px;
    text-align: center;
}

.result .processing-text {
        font-size: 16px;
        color: #141E2E;
        margin-bottom: 40px;

    }

.result .processing-text.installment {
            font-size: 22px;
            line-height: 26.4px;
            margin-bottom: 24px;
        }

.result .processing-text.installment small {
                color: #7E8194;
                font-size: 14px;
                line-height: 23px;
                margin-top: 20px;
                font-weight: 400;
            }

.result .status {
        margin-top: 20px;
        font-size: 22px;
        color: #141E2E;
    }

.result .receipt {
        margin-top: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #141E2E;
    }

.result .receipt.installment small {
                color: #7E8194;
                font-size: 14px;
                line-height: 23px;
                margin-top: 20px;
                font-weight: 400;
            }

.result .receipt .number {
            font-weight: bold;
        }

.result .bonuses {
        margin-top: 20px;
        padding: 12px 0 10px;
        border: 1px solid #DCE5E5;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        color: #4F4F4F;
    }

.result .bonuses .amount {
            margin-top: 5px;
            font-size: 22px;
            color: #05B9A6;
        }

.result .order-details {
        margin-top: 35px;
    }

.result .error-details {
        margin-top: 20px;
        line-height: 20px;
        color: #7E8194;
    }

.result .btn-cnt {
        margin: 40px 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 16px;
        gap: 16px;
    }

.offers {

    margin-top: 30px;
}

.offers .block {
        margin-top: 10px;
        border: 1px solid #DCE5E5;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

.offers .block table {

        width: 100%;
    }

.offers .block table td {
            vertical-align: middle;
            height: 75px;
            text-align: left;
            overflow: hidden;
        }

.offers .block table td:first-child {
            position: relative;
            width: 102px;
            padding: 0;
            overflow: hidden;
            border-right: solid 1px #ccc;
        }

.offers .block table td:first-child img {
                position: absolute;
                top: -1px;
                left: -1px;
                height: 79px;
            }

.offers .block table .text {
            padding: 10px;
            color: #4F4F4F;
        }

.footer {
    padding: 40px 20px;
    line-height: 20px;
    color: #979797;
    text-align: center;
}

.logos-bot {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DFE3E6;
}

.logos-bot .logo {
        margin-top: 20px;
    }

.logos-bot .text {
        color: #B6B8BE;
    }

.masterpass-card {
    margin-top: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #7E8194;
}

.masterpass-card .save-card {
        display: block;
        position: relative;
        padding-left: 26px;
        margin-bottom: 17px;
        text-align: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        color: #566681;
        color: var(--Text-Tertiary, #566681);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }

.masterpass-card .save-card input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.masterpass-card .save-card .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #DFE3E6;
        border-radius: 3px;

    }

.masterpass-card .save-card input:checked ~ .checkmark {
        background-color: #2AA65C;
        border: 1px solid #2AA65C;
    }

.masterpass-card .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.masterpass-card .save-card input:checked ~ .checkmark:after {
        display: block;
    }

.masterpass-card .save-card .checkmark:after {
        left: 5px;
        top: 1.5px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

.masterpass-card .condition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
    }

.masterpass-card .condition img {
            margin-right: 11px;
            padding: 3px 6px;
            border: 1px solid #CECEDA;
            border-radius: 2px;
        }

.masterpass-card .condition-text a {
            text-decoration: none;
            color: #7E8194;
            border-bottom: 1px solid #7E8194;
        }

.google-body {
    padding: 35px 0;
    text-align: center;
}

@media screen and (min-device-width: 421px) {
    .mob-only {
        display: none !important;
    }
}

@media screen and (max-device-width: 420px) {
    .desk-only {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .logos-top {
        text-align: center;
    }

        .logos-top .left, .logos-top .right {
            float: none;
            margin: 0;
        }

        .logos-top .cell .text {
            text-align: center;
        }
}

@media screen and (max-width: 420px) {

    .main {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page {
        width: 360px;
        /*max-width: 360px;*/
        margin-top: 0;
    }

    .constraints {
        margin-top: 10px;
    }
}

@media screen and (max-width: 359px) {
        .h-input.l.placeholder label {
            top: 19px;
        }

        .h-input.l input {
            font-size: 16px;
        }
        .h-input.xl.placeholder label {
            top: 21px;
        }

        .h-input.xl input {
            font-size: 18px;
        }
        .h-input.xxl.placeholder label {
            top: 22px;
        }

        .h-input.xxl input {
            font-size: 20px;
        }

    .page {
        /*width: 320px;*/
        /*max-width: 320px;*/
    }

    .card-code-hint .text {
        font-size: 12px;
    }
}

.shortForm {
    background-color: transparent;
}

.shortForm .page {
    /* min-height: 640px; */
}

.shortForm .main {
    margin-top: 0px;
    padding: 5px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.shortForm .order-data-1 .amount {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 5px;
}

.shortForm .order-data-2 table {
    margin: 0px auto 0;
    text-align: left;
}

.shortForm .order-data-2 table td {
    padding-top: 0px;
}

.shortForm .order-info .order-details {
    margin-top: 0;
}

.shortForm .card-pay-body {
    margin: 10px 0 0px 0;
}

.shortForm .footer {
    /* margin: 20px 10px; */
    background: #FFFFFF;
}

.shortForm .page-wrap {
    overflow-y: auto;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
}

/*
input:focus + .slider {
    box-shadow: 0 0 1px #00875A;
}*/

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
            transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.go-bonus-section {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: black;
}

.go-bonus-section .amount-item-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.go-bonus-section .amount-item-descriptor {
    font-size: xx-small;
}

.go-bonus-section .card-amount-item,
.go-bonus-section .bonus-amount-item {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 14px;
    color: white;
    min-width: 30px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.go-bonus-section .card-amount-item {
}

.go-bonus-section .bonus-amount-item {
}

.iframeBoxHeader {
    position: absolute;
    left: 20px;
    top: 26px;
    padding: 0;
    cursor: pointer;
    display: block;
}

.modal {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
    background: rgba(5,5,5,0.2);
}

.modal-content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    overflow: hidden;
    padding: 48px;
    margin: 96px auto 40px;
    backdrop-filter: blur(34px);
    max-width: 470px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.modal-content .qr-prompt {
        font-size: 14px;
        line-height: 23px;
        display: inline-block;
        text-align: center;
    }

.modal-content .qr-code {
        margin: 40px 0;
    }


/* P2p */
.amount-for-p2p {
    border: 1px solid #BABAC4;
    border-radius: 4px;
    width: 100%;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
}

.sum-text-p2p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #7E8194;
}

.amount-input-p2p {
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0.2px;
    color: #03034B;
}

.table-tax-p2p span {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}


.table-tax-p2p span:last-child {
    font-weight: 600;
}

/* min-height: 1080px; */

.block-style-p2p .btn-cnt {
        margin-top: 0.625rem;
    }

.block-style-p2p .card-model input {
        border-bottom: 1px solid #BABAC4;
    }

.block-style-p2p .form .cardtransfer-p2p {
        margin-top: 1.875rem;
    }

.block-style-p2p .form .receiver-firstname {
        margin-right: 0.5rem;
    }

.block-style-p2p .form .receiver-lastname {
        margin-left: 0.5rem;
    }

.block-style-p2p .masterpass-card {
        margin-top: 0;
        margin-left: 1.25rem;
        padding-bottom: 0;
    }

.block-style-p2p .masterpass-card:last-child {
        padding-bottom: 1px;
    }

.block-style-p2p .card-errors, .block-style-p2p .block-style-p2p .contact-errors {
        margin: 0.625rem 0;
    }

.block-style-p2p .masterpass-card .save-card {
        margin-bottom: 0.5rem;
    }

.block-style-p2p .card-model {
        padding-top: 0.625rem;
        padding-bottom: 0.3125rem;
        margin-bottom: 0.625rem;
    }

.block-style-p2p .form a.btn {
        margin-top: 0;
        margin-bottom: 0.625rem;
    }

.block-style-p2p .card-pay-body {
        margin-top: 0.625rem;
    }

.block-style-p2p .arrow-p2p {
        margin-bottom: 0.625rem;
    }

.block-style-p2p .main {
        padding: 0.625rem 1.25rem;
    }

.block-style-p2p .constraints td {
        padding: 0.625rem;
    }

.block-style-p2p .result .receipt {
        margin-top: 0.5rem;
    }

.block-style-p2p .result .status {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

.block-style-p2p .client-logo-p2p {
        margin-top: 3rem;
    }

.block-style-p2p .client-amount-p2p {
        font-weight: 600;
        font-size: 3.75rem;
        line-height: 4.5rem;
        margin-top: 1.875rem;
    }

.block-style-p2p .client-amount-p2p .currency {
            font-size: 1.625rem;
            line-height: 1.9375rem;
            font-weight: normal;
        }

.block-style-p2p .client-data-p2p {
        list-style: none;
        padding: 0;
        font-size: 1rem;
        line-height: 1.1875rem;
        letter-spacing: 0.291358px;
        text-align: left;
        width: 230px;
        margin: 1.875rem auto;
    }

.block-style-p2p .client-data-p2p li {
            margin-bottom: 10px;
        }

.block-style-p2p .client-data-p2p li span {
                display: inline-block;
            }

.block-style-p2p .client-data-p2p li span:first-child {
                min-width: 130px;
            }

.block-style-p2p .card-types-p2p {
        width: 30px;
    }

.block-style-p2p .card-types-p2p img {
        position: relative;
        top: 8px;
    }

.result-payment {
    height: 100%;
}

.result-payment .page-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.discount-detail {
    padding-bottom: 12px;
}

.discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DFE3E6;
    margin-top: 12px;
}

.error-page-main {
    padding: 50px;
    text-align: center;
    position: relative;
}

.error-page-main ul {
        width: 100%;
        list-style: none;
        padding: 0;
        display: block;
        margin: 0;
    }

.error-page-main ul li {
            display: table-cell;
            vertical-align: middle;
        }

.error-page-main .top-logo-label {
        margin-bottom: 1rem;
        display: inline-table;
    }

.error-page-main .top-logo-label .first-logo {
            padding-right: 4px;
            display: inline-block;
        }

.error-page-main .title {
        margin-top: 20px;
        font-size: 20px;
        color: #071222;
    }

.error-page-main .title span.header {
            color: #7E8194;
        }

.error-page-main .description {
        color: #071222;
        margin: 10px 0;
        line-height: 20px;
        font-weight: 500;
    }

.error-page-main .form {
        margin-right: 0;
        margin-left: 0;
        margin-top: 22px;
    }

.error-page-main .form .btn {
            color: #fff;
            background: #2AA65C;
        }

.btn-ok {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 0.16px;
    text-align: center;
    position: relative;
    background-color: #1C9771;
    color: #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (max-width: 420px) {
    .error-page-main {
        padding: 16px;
    }

        .error-page-main .title {
            font-size: 20px;
        }
}

.page-medium {
    width: 475px;
    margin: 140px auto 30px;
    font-size: 14px;
}

.page-not-found {
    /*margin-top: 40px;*/
    text-align: center;
}

.page-not-found h1 {
        margin: 34px 0 0;
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
        color: #000;
    }

.page-not-found p {
        color: #747474;
        line-height: 20px;
    }

.page-not-found .btn-ok {
        padding-left: 3rem;
        padding-right: 3rem;
        margin: 0 auto;
    }

#senderCardNumber, #receiverCardNumber {
    letter-spacing: 0.1em;
}

.body-wrap {
    --Font-Size-Order: 14px;
    --Text-onPrimary: #FFF;
    --Text-Primary: #071222;
    --Text-Secondary: #99A3B3;
    --Text-Tertiary: #566681;
    --Surface-Secondary: #F1F2F6;
    --Surface-Tertiary: #E0E6EF;
    --Surface-Contrast-Low: #F9F9FB;
    --Elements-Primary: #C8C7CC;
    --Elements-onSurface: #081221;
    --Brand-Primary: #2AA65C;
    --Brand-Secondary: #EAF6EF;
    --Opacity-Secondary-Text: 0.8;
    --Opacity-Line-Separator: 0.4;
    --Opacity-Card-Placeholder: 0.4;
    --Text-Left-Side: #000000;
    --Text-Right-Side: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-family: Manrope;
}
.page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100vh;
    font-family: Manrope;
    position: relative;
}
.page-wrap .partner-details {
        /*background-color: var(--Surface-Secondary);*/
        background: #2B8A67;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
.page-wrap .partner-details_info {
            width: 372px;
            margin: 24px 86px;
        }
.page-wrap .partner-details .order-data-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            grid-column-gap: 10px;
            -moz-column-gap: 10px;
                 -webkit-column-gap: 10px;
                 column-gap: 10px;
            padding: 0 16px;
            position: relative;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-transition: -webkit-box-shadow 0.3s;
            transition: -webkit-box-shadow 0.3s;
            transition: box-shadow 0.3s;
            transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
            min-height: 50px;
            z-index: 5;
            /*.dark-pattern& svg path {*/
        }
.page-wrap .partner-details .order-data-header.shadow {
                 -webkit-box-shadow: 0px 0px 0px 2229px rgba(0, 0, 0, 0.2);
                         box-shadow: 0px 0px 0px 2229px rgba(0, 0, 0, 0.2);
             }
.page-wrap .partner-details .order-data-header .order-data-1_left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                grid-gap: 12px;
                gap: 12px;
            }
.page-wrap .partner-details .order-data-header .order-data-1_left span {
                    text-align: center;
                    font-family: Manrope;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    cursor: pointer;
                    color: #fff;
                    opacity: 0.8;
                    opacity: var(--Opacity-Secondary-Text, 0.8);
                }
.page-wrap .partner-details .order-data-header .order-data-1_left div {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                            justify-content: space-between;
                }
.page-wrap .partner-details .order-data-header .order-data-1_right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                grid-gap: 16px;
                gap: 16px;
            }
.page-wrap .partner-details .order-data-header img {
                  max-width: 100px;
                  max-height: 50px;
            }
/*}*/
.page-wrap .partner-details .order-data-header .order-details {
                margin-top: 0;
                padding-bottom: 4px;
                display: none;
            }
.page-wrap .partner-details .order-data-header .order-details .toggle span {
                    /*color: var(--Text-Primary, #071222);*/
                    color: #fff;
                    font-family: Manrope;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                }
.page-wrap .partner-details .order-data-header .order-details .toggle img, .page-wrap .partner-details .order-data-header .order-details .toggle svg {
                    margin-right: 0;
                    margin-left: 6px;
                }
/*fill: #fff;*/
.page-wrap .partner-details .order-data-header .btn-back {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
/*stroke: #fff;*/
.page-wrap .partner-details .order-data-header .btn-back.short-form-close {
                display: none;
            }
.page-wrap .partner-details .order-data-reverse {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column;
        }
.page-wrap .partner-details .order-data-1 {
            text-align: left;
            padding: 0 16px;
        }
.page-wrap .partner-details .order-data-1_timer {
                padding: 8px 0;
                margin: 16px 0;
                color: #000;
                color: var(--Text-Left-Side, #000);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                grid-column-gap: 12px;
                -moz-column-gap: 12px;
                     -webkit-column-gap: 12px;
                     column-gap: 12px;
                font-size: 14px;
                font-size: var(--Font-Size-Order, 14px);
                line-height: 18px;
                -webkit-box-pack: left;
                    -ms-flex-pack: left;
                        justify-content: left;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }
.page-wrap .partner-details .order-data-1_timer span {
                    opacity: var(--Opacity-Secondary-Text);
                }
.page-wrap .partner-details .order-data-1_timer div {
                    border-radius: 12px;
                    background: #FFF;
                    padding: 3px 6px;
                    color: #071222;
                    color: var(--Text-Primary, #071222);
                    width: 55px;
                    opacity: 1;
                    text-align: center;
                }
.dark-pattern.page-wrap .partner-details .order-data-1_timer {
                    color: #ffffff;
                }
.page-wrap .partner-details .order-data-1 .amount {
                margin-top: 0;
                /*padding-bottom: 24px;*/
                color: #000;
                color: var(--Text-Left-Side, #000);
                font-family: Manrope;
                font-size: 40px;
                font-style: normal;
                font-weight: 700;
                line-height: 52px;
                letter-spacing: 0.4px;
                /*.dark-pattern& {*/
                    /*color: #fff;*/
            }
/*}*/
.page-wrap .partner-details .order-data-1 .amount .currency {
                    font-family: Manrope;
                    font-size: 40px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    letter-spacing: 0.4px;
                    opacity: 0.6;
                    /*.dark-pattern& {*/
                    /*    color: #fff;*/
                    /*}*/
                }
.page-wrap .partner-details .partner-discount {
            padding: 12px 16px;
            border-radius: 12px;
            background: #FFF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            grid-gap: 4px;
            gap: 4px;
            margin-top: 8px;
        }
.page-wrap .partner-details .partner-discount_header {
                 color: #071222;
                 color: var(--Text-Primary, #071222);
                 font-family: Manrope;
                 font-size: 14px;
                 font-style: normal;
                 font-weight: 700;
                 line-height: 18px;
            }
.page-wrap .partner-details .partner-discount_desc {
                  color: #071222;
                  color: var(--Text-Primary, #071222);
                  font-family: Manrope;
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 18px;
              }
.order-number {
    color: #fff;
    margin-top: 0;
    padding: 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
    text-align: left;
}
.dark-pattern .order-number {
    }
.order-number_label {
        color: #000;
        color: var(--Text-Left-Side, #000);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.28px;
        opacity: 0.8;
        opacity: var(--Opacity-Secondary-Text, 0.8);
    }
.dark-pattern .order-number_label {
            color: #ffffff;
        }
.order-number .desc {
        color: #000;
        color: var(--Text-Left-Side, #000);
        opacity: 0.8;
        opacity: var(--Opacity-Secondary-Text, 0.8);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
.dark-pattern .order-number .desc {
            color: #ffffff;
        }
.order-partner {
    color: #fff;
    padding: 24px 0 16px;
    display: grid;
    grid-gap: 16px 10%;
    /*grid-template-rows: 20px 20px;*/
    grid-template-columns: 25% 60%;
    color: #000;
    color: var(--Text-Left-Side, #000);
    opacity: 0.8;
    opacity: var(--Opacity-Secondary-Text, 0.8);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.dark-pattern .order-partner {
        color: #ffffff;
    }
.order-commission-hint {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-align: left;
    color: #fff;
    display: block;
    opacity: 0.8;
    opacity: var(--Opacity-Secondary-Text, 0.8);
}
.mobile-details {
    position: absolute;
    background: #2B8A67;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 2;
    border-radius: 0px 0px 20px 20px;
    display: none;
}
#order-details-fixed-background {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
}
#order-details-fixed-background.show {
        display: block;
    }
.page {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
/*background-color: #fff;*/
.page .main {
        width: 372px;
        margin: 24px 86px;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        border-radius: initial;
    }
.page .card-pay-body {
        margin: 16px 0px;
    }
.footer {
    padding: 24px 16px;
}
.footer-text-transfer {
    color: #566681;
    color: var(--Text-Tertiary, #566681);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 24px;
    display: block;
}
.form a.btn {
    height: 48px;
    border-radius: 12px;
}
.form a.samsung-pay-btn {
    background-color: #000;
    border: none;
}
.form a.samsung-pay-btn:hover {
        background-color: #000;
    }
.form a.apple-pay-btn {
    background-color: #000;
    border: none;
}
.form a.apple-pay-btn.black {
        background-color: #000;
    }
.form a.apple-pay-btn.black:hover {
            background-color: #000;
        }
.form a.apple-pay-btn.white {
        background-color: #FFF;
    }
.form a.apple-pay-btn.white:hover {
            background-color: #FFF;
        }
#container {
    height: 48px;
}
.card-pay-body {
    color: #99A3B3;
    color: var(--Text-Secondary, #99A3B3);
    font-family: Manrope;
}
.card-pay-body .card-model-border {
        padding: 8px;
        border-radius: 20px;
        /*background: var(--Surface-Secondary, #F1F2F6);*/
        background: #2B8A67;
        margin-bottom: 16px;
    }
.card-pay-body .card-model {
        position: relative;
        border-radius: 12px;
        margin-bottom: 0;
        padding: 0;
        background-color: #fff;
    }
.card-pay-body .card-model input {
            border: none;
            border-bottom: 1px solid #C8C7CC;
            border-bottom: 1px solid var(--Elements-Primary, #C8C7CC);
        }
.card-pay-body .card-model input:focus {
                border-bottom: 1px solid #C8C7CC;
                border-bottom: 1px solid var(--Elements-Primary, #C8C7CC);
            }
.card-pay-body .card-types {
        text-align: right;
        padding-right: 13px;
        position: absolute;
        right: 0;
        top: 22px;
    }
.card-pay-body .bin-input {
        padding: 7px 0;
    }
.card-pay-body .bin-input .h-input{
            margin-top: 0;
        }
.card-pay-body .bin-input .h-input.xxl.placeholder label {
            top: 20px;
            font-size: 16px;
        }
.card-pay-body .btn-cnt {
        margin-top: 16px;
    }
.card-pay-body .btn-open-pay-by-card {
        height: 48px;
        background-color: transparent;
        border: 0;
        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;
        margin: 0 auto;
        padding: 0;
        grid-gap: 14px;
        gap: 14px;
        color: #2AA65C;
        color: var(--Light-Text-Brand, var(--Text-Brand, #2AA65C));
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }
.card-pay-body .btn-open-pay-by-card:focus, .card-pay-body .btn-open-pay-by-card:active, .card-pay-body .btn-open-pay-by-card.focus-visible {
             border: 0;
             outline: none;
        }
.card-pay-body .btn-open-pay-by-card:focus, .card-pay-body .btn-open-pay-by-card:active, .card-pay-body .btn-open-pay-by-card:focus-visible {
             border: 0;
             outline: none;
        }
.qr-body {
    margin: 0;
    /*.qr-body_mobile {*/
    /*    display: none;*/
    /*}*/
    /*.qr-body_desktop {*/
}
.qr-body .form-wrapper {
        padding: 0 16px 0px;
        color: #071222;
        color: var(--Text-Primary, #071222);
        text-align: left;
    }
.qr-body .form-wrapper p {
            color: #071222;
            color: var(--Text-Primary, #071222);
            font-size: 16px;
            font-weight: 700;
            line-height: 20.8px;
            margin-bottom: 4px;
            margin-top: 0;
        }
.qr-body .qr-prompt {
        margin-bottom: 12px;
    }
.qr-body .switch-credit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.qr-body .form a.btn {
        margin-top: 0;
    }
.qr-body .form a.halykPay-credit-mobile {
        margin-top: 8px;
    }
/*}*/
.qr-body .form {
        position: relative;
    }
/*    display: flex;*/
.qr-body .text-separator {
        margin: 12px 0 24px;
    }
.halykPay-btn-default {
    padding: 12px 24px 12px 12px;
    border-radius: 12px;
    background: #2AA65C;
    background: #2AA65C;
    background: var(--Brand-Primary, #2AA65C);
    color: #FFF;
    color: #FFF;
    color: var(--Light-Text-onPrimary, var(--Text-onPrimary, #FFF));
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    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;
    grid-gap: 8px;
    grid-gap: 8px;
    gap: 8px;
}
.qr-body .form a.halykPay-credit-mobile, .halykPay-btn {
    color: #2AA65C;
    color: var(--Brand-Primary, #2AA65C);
    background: #EAF6EF;
    background: var(--Brand-Secondary, #EAF6EF);
    font-weight: 600;
}
.pay-by-halyk-hint {
    position: absolute;
    border-radius: 12px;
    background: #081221;
    background: var(--Elements-onSurface, #081221);
    -webkit-box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    padding: 8px;
    margin: 0 16px;
    top: 145px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .2s, opacity 1s;
    transition: visibility 0s .2s, opacity 1s;
}
.pay-by-halyk-hint .halyk-description {
        padding: 4px 16px 4px 8px;
        color: #FFF;
        color: var(--Text-onPrimary, #FFF);
        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
    }
.pay-by-halyk-hint .halyk-description b {
            font-weight: 700;
        }
.pay-by-halyk-hint::before {
         content: '';
         width: 10px;
         height: 10px;
         position: absolute;
         top: -5px;
         background-color: #081221;
         background-color: var(--Elements-onSurface, #081221);
         right: 65px;
         -webkit-transform: rotate(45deg);
             -ms-transform: rotate(45deg);
                 transform: rotate(45deg);
    }
.pay-by-halyk-hint svg {
         cursor: pointer;
     }
.dark-pattern .pay-by-halyk-hint {
        border: 2px solid #fff;
    }
.dark-pattern .pay-by-halyk-hint::before {
       border-top: 2px solid #fff;
       border-left: 2px solid #fff;
       top: -7px;
       right: 62px;
    }
.pay-by-halyk-hint.visible {
         visibility: visible;
         opacity: 1;
    }

.pay-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
    gap: 12px;
}

.pay-grid > .pay-btn { grid-column: 1 / -1; }

.pay-grid[\:has\(.pay-google\)][\:has\(.pay-apple\)][\:not-has\(.pay-samsung\)] .pay-google,
.pay-grid[\:has\(.pay-google\)][\:has\(.pay-apple\)][\:not-has\(.pay-samsung\)] .pay-apple {
    grid-column: span 1;
}

.pay-grid:has(.pay-google):has(.pay-apple):not(:has(.pay-samsung)) .pay-google,
.pay-grid:has(.pay-google):has(.pay-apple):not(:has(.pay-samsung)) .pay-apple {
    grid-column: span 1;
}

.pay-grid[\:has\(.pay-google\)][\:has\(.pay-samsung\)][\:not-has\(.pay-apple\)] .pay-google,
.pay-grid[\:has\(.pay-google\)][\:has\(.pay-samsung\)][\:not-has\(.pay-apple\)] .pay-samsung {
    grid-column: span 1;
}

.pay-grid:has(.pay-google):has(.pay-samsung):not(:has(.pay-apple)) .pay-google,
.pay-grid:has(.pay-google):has(.pay-samsung):not(:has(.pay-apple)) .pay-samsung {
    grid-column: span 1;
}

.pay-grid[\:has\(.pay-samsung\)][\:has\(.pay-apple\)][\:not-has\(.pay-google\)] .pay-samsung,
.pay-grid[\:has\(.pay-samsung\)][\:has\(.pay-apple\)][\:not-has\(.pay-google\)] .pay-apple {
    grid-column: span 1;
}

.pay-grid:has(.pay-samsung):has(.pay-apple):not(:has(.pay-google)) .pay-samsung,
.pay-grid:has(.pay-samsung):has(.pay-apple):not(:has(.pay-google)) .pay-apple {
    grid-column: span 1;
}

.pay-grid[\:has\(.pay-google\)][\:has\(.pay-samsung\)][\:has\(.pay-apple\)] .pay-apple {
    grid-column: 1 / -1;
}

.pay-grid:has(.pay-google):has(.pay-samsung):has(.pay-apple) .pay-apple {
    grid-column: 1 / -1;
}
.pay-grid[\:has\(.pay-google\)][\:has\(.pay-samsung\)][\:has\(.pay-apple\)] .pay-samsung,
.pay-grid[\:has\(.pay-google\)][\:has\(.pay-samsung\)][\:has\(.pay-apple\)] .pay-google {
    grid-column: span 1;
}
.pay-grid:has(.pay-google):has(.pay-samsung):has(.pay-apple) .pay-samsung,
.pay-grid:has(.pay-google):has(.pay-samsung):has(.pay-apple) .pay-google {
    grid-column: span 1;
}

.pay-google button{
    width: 100% !important;
    height: 48px !important;
    padding: 14px 24px 14px !important;
}

.additional-payment-type-buttons .alt-methods {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 8px;
        gap: 8px;
        padding: 8px 16px;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

.additional-payment-type-buttons .alt-methods .label {
        white-space: nowrap;
        color: #071222;
        color: var(--Text-Primary, #071222);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        cursor: pointer;
    }

.additional-payment-type-buttons .alt-methods .circle {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        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;
        position: relative;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #FFF;
    }

.additional-payment-type-buttons .alt-methods .circle-first {
        z-index: 2;
    }

.additional-payment-type-buttons .alt-methods .circle-more {
        margin-left: -16px;
        z-index: 1;
        padding-left: 8px;
        padding-bottom: 9px;
    }

.additional-payment-type-buttons .dots {
        font-size: 21px;
        letter-spacing: -0.3px;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-user-select: none;
           -moz-user-select: none;
                    -ms-user-select: none;
                user-select: none;
    }

.additional-payment-type-buttons .icon-circle-first {
        max-width: 33px;
        max-height: 33px;
        z-index: 2;
        cursor: pointer;
    }

.additional-payment-type-buttons .g-icon {
        width: 20px;
        height: 20px;
        display: block;
    }
.text-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    /*width: 100%;*/
    padding: 0 16px;
    grid-gap: 10px;
    gap: 10px;
}
.text-separator::before,
.text-separator::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 0.5px solid #C8C7CC;
    border-top: 0.5px solid var(--right-text-color, #C8C7CC);
    opacity: 0.4;
    opacity: var(--Opacity-Line-Separator, 0.4);
}
.text-separator span {
    white-space: nowrap;
    padding: 0 10px;
    color: #566681;
    color: var(--right-text-color, #566681);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.8;
    opacity: var(--Opacity-Secondary-Text, 0.8);
}
.card-verification-notice {
    margin-top: 24px;
}

.use-go-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px 8px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    background: #F9F9FB;
    text-align: left;
}

.use-go-bonus .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 4px;
        gap: 4px;
    }

.use-go-bonus .title {
        color: #071222;
        color: var(--Text-Primary, #071222);
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0.32px;
    }

.use-go-bonus .amount {
        color: #566681;
        color: var(--Text-Tertiary, #566681);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0.28px;
        opacity: 0.4;
        opacity: var(--Opacity-Secondary-Text, 0.4);
    }

.use-go-bonus .amount.selected {
            color: #2AA65C;
            color: var(--buttons-color, #2AA65C);
            opacity: 1;
        }
.installment-body {
    padding: 0;
    margin: 14px 16px 24px;
}
.installment-body .credit-periods-label {
        color: #071222;
        color: var(--Text-Primary, #071222);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
.installment-body .period-buttons {
        margin: 32px 0;
        color: #000;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
        gap: 10px;
        list-style: none;
        padding: 0;
    }
.installment-body .period-buttons li a {
            border-radius: 12px;
            border: 1px solid #E0E6EF;
            border: 1px solid var(--Surface-Tertiary, #E0E6EF);
            background: #F1F2F6;
            background: var(--Surface-Secondary, #F1F2F6);
            color: #566681;
            color: var(--Text-Tertiary, #566681);
            text-align: center;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px;
            display: block;
            /*padding: 10px;*/
            padding: 8px 10px 12px;
        }
.installment-body .period-buttons li a.active {
            border-radius: 12px;
            border: 1px solid #FFF;
            border: 1px solid var(--buttons-color, #FFF);
            background: #FFF;
            background: var(--Surface-Primary, #FFF);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            color: #071222;
            color: var(--Text-Primary, #071222);
            text-align: center;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px;
        }
.installment-body .credit-counting {
        margin: 32px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 10px;
        gap: 10px;
    }
.installment-body .credit-counting .credit-counting-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
.installment-body .credit-counting .installment-label {
            color: #071222;
            color: var(--Text-Primary, #071222);
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.32px;
            margin-bottom: 0;
        }
.installment-body .credit-counting .payment-amount, .installment-body .credit-counting .overpayment-amount {
            margin-bottom: 0;
        }
.installment-body .credit-counting .payment-amount {
            color: #071222;
            color: var(--Text-Primary, #071222);
            -webkit-font-feature-settings: 'liga' off, 'clig' off;
                    font-feature-settings: 'liga' off, 'clig' off;
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
        }
.installment-body .credit-counting .overpayment-amount {
            color: #071222;
            color: var(--Text-Primary, #071222);
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.8;
        }
.installment-body .overpayment-label {
        margin: 32px 0;
        color: #566681;
        color: var(--Text-Tertiary, #566681);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0.28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        opacity: 0.8;
    }
.installment-body .overpayment-label .title {
            font-weight: 700;
        }
.installment-body .installment-hide-btn {
        margin-top: 8px;
        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;
        grid-gap: 5px;
        gap: 5px;
        padding: 12px 6px;
        color: #071222;
        color: var(--Text-Primary, #071222);
        font-family: Manrope;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }
.installment-body hr {
        margin-top: 24px;
    }


hr.line-separator {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #C8C7CC;
    border-bottom: 1px solid var(--right-text-color, #C8C7CC);
    margin-top: 24px;
    opacity: 0.4;
    opacity: var(--Opacity-Line-Separator, 0.4);
}
hr.line-separator.left-side {
    border-bottom: 1px solid #C8C7CC;
    border-bottom: 1px solid var(--left-text-color, #C8C7CC);
}

.installment-pay-btn {
    padding: 12px 24px 12px 12px;
    border-radius: 12px;
    background: #2AA65C;
    background: var(--Brand-Primary, #2AA65C);
    color: #FFF;
    color: var(--Light-Text-onPrimary, var(--Text-onPrimary, #FFF));
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    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;
    grid-gap: 8px;
    gap: 8px;
}
.installment-only-button .installment-pay-btn {
        background: #EAF6EF;
        background: var(--Brand-Secondary, #EAF6EF);
        color: #2AA65C;
        color: var(--Light-Text-Brand, var(--Text-Brand, #2AA65C));
    }
.installment-only-button .text-separator {
        margin: 24px 0;
    }
.block-style-p2p .card-pay-body .btn-cnt {
        margin-top: 24px;
    }
.result-wrap {
    background: #F1F2F6;
    background: var(--Surface-Secondary, #F1F2F6);
    min-height: 100vh;
    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-family: Manrope;
}
.result {
    border-radius: 20px;
    background: #FFF;
    background: var(--Surface-Primary, #FFF);
    padding: 50px;
    width: 300px;
    margin: 36px auto;
    position: relative;
    margin-top: 70px;
}
.result .form {
        margin: 0;
    }
.result .form a.btn {
            font-size: 15px;
        }
.result .status {
        color: #071222;
        color: var(--Text-Primary, #071222);
        font-size: 20px;
        margin-top: 45px;
        font-weight: 700;
        line-height: 28px;
        font-family: Manrope;
    }
.result .receipt {
        margin-top: 8px;
        margin-bottom: 24px;
        color: #071222;
        color: var(--Text-Primary, #071222);
        font-family: Manrope;
        font-size: 40px;
        font-style: normal;
        line-height: 48px;
        text-align: center;
        font-weight: 700;
    }
.result .receipt .currency {
            font-weight: 400;
        }
.result .order-details {
        border-radius: 12px;
        background: #F9F9FB;
        background: var(--Surface-Contrast-Low, #F9F9FB);
        padding: 16px;
        color: #566681;
        color: var(--Text-Tertiary, #566681);
        text-align: left;
        margin: 16px 0 0;
    }
.result .order-details .toggle {
            color: #071222;
            color: var(--Text-Primary, #071222);
            font-family: Manrope;
            font-size: 14px;
            font-weight: 600;
            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;
        }
.result .order-details .content {
            padding-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            grid-gap: 12px;
            gap: 12px;
            font-family: Manrope;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
        }
.result .order-details .order-details_row {
             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;
        }
.result .btn-cnt {
        margin: 16px 0 0;
    }
.result .btn-cnt a.btn-secondary {
            font-family: Manrope;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            color: #2AA65C;
            color: var(--Light-Text-Brand, var(--Text-Brand, #2AA65C));
        }
.result .error-details {
        color: #071222;
        color: var(--Text-Primary, #071222);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-top: 12px;
    }
.result .btn-error-details {
        margin-top: 32px;
    }
.result .btn-success-details {
        margin-top: 16px;
    }
.result .processing-text {
        color: #071222;
        color: var(--Text-Primary, #071222);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 80px;
    }
.result .processing-text b.title {
            font-size: 20px;
            font-weight: 700;
        }
.result .transfer-sender-receiver {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 6px;
        gap: 6px;
    }
.card-transfer-body .card-model-border {
        margin: 16px 0;
    }
.card-transfer-body .arrow-p2p {
        margin: 16px 0;
    }

.language-select {
    @-moz-document url-prefix() {
        select {
            color: rgba(0, 0, 0, 0);
            text-shadow: 0 0 0 #ffffff;
        }
    }
}

.language-select select {
        background-color: #FFF;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBjdCxEYAgDAXQhMI5XMUptLTy3ELGsLRkC0cxc1iIJKcexhxnGrh8HhfAdpg2SIU7NmHxBIXqel/HKq68d1dPGhz8QHLGocMmrVTCChEblGBMwZEF2dgWCrMnfG41MPctJH/yGknh+/0afaCBwUImVBgsxHUCretYXLQH6LUAAAAASUVORK5CYII=);
        background-position: right 17px center;
        background-repeat: no-repeat;
        /*background-size: auto 5px;*/
        border-radius: 12px;
        border: none;
        color: #071222;
        color: var(--Text-Primary, #071222);
        outline: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        font-size: 16px;
        /*text-align: center;*/
        font-family: Manrope;
        font-weight: 500;
        cursor: pointer;
        opacity: 0.8;
        opacity: var(--Opacity-Secondary-Text, 0.8);
        width: 88px;
        height: 38px;
        padding: 10px 12px 10px 14px;
        line-height: 1;

        /*option:checked {*/
        /*    background-color: #333;
        /*    color: white;*/
        /*}*/
    }

.language-select select option {
            background-color: #f0f0f0; /* Light gray background for all options */
            color: #333; /* Dark text color */
        }

.language-select select::-ms-expand {
        display: none;
    }

.language-select svg {
        display: none;
    }

.language-change {
    position: absolute;
    top: -54px;
    right: 0;
}

@media screen and (max-width: 1024px) {
        .page-wrap .partner-details_info {
            margin: 24px auto;
        }
        .page .main {
            margin: 24px auto;
        }
}

@media screen and (max-width: 900px) {
    .page-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
        .page-wrap .partner-details {
            width: 100%;
        }
            .page-wrap .partner-details .order-data-reverse {
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                    -ms-flex-flow: column-reverse;
                        flex-flow: column-reverse;
                grid-gap: 8px;
                gap: 8px;
                margin-top: 8px;
            }
                .page-wrap .partner-details .order-data-1 .amount {
                    /*border-bottom: none;*/
                    text-align: center;
                    padding-bottom: 0;
                }
                    .dark-pattern.page-wrap .partner-details .order-data-1 .amount {
                        border-bottom: none;
                    }
                .page-wrap .partner-details .order-data-1 .order-number, .page-wrap .partner-details .order-data-1 .order-partner, .page-wrap .partner-details .order-data-1 .order-commission-hint, .page-wrap .partner-details .order-data-1 hr.line-separator.left-side {
                    display: none;
                }
                .page-wrap .partner-details .order-data-1_timer {
                     margin: 0;
                     -webkit-box-pack: center;
                         -ms-flex-pack: center;
                             justify-content: center;
                }
                .page-wrap .partner-details .order-data-1 .order-data-header {
                     padding: 24px 0 0;
                }
                    .page-wrap .partner-details .order-data-1 .order-data-header .order-data-1_left a.btn.short-form-close {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }
            .page-wrap .partner-details_info {
                margin: 0px auto 44px;
            }
                .page-wrap .partner-details .order-data-header .order-details {
                    display: block;
                }
                .page-wrap .partner-details .order-data-header .btn-back.short-form-close {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }
    .page {
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: -20px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
        .page .main {
            margin-top: 32px;
            margin-bottom: 50px;
        }
        .page .installment-body {
            margin-top: 0;
        }
        .page .iframeBoxHeader {
            display: none;
        }
    .qr-body {
        /*.qr-body_mobile {*/
        /*    display: block;*/
        /*}*/
        /*.qr-body_desktop {*/
        /*    display: none;*/
    }
        .qr-body .qr-devider {
            margin-top: 24px;
        }
        /*}*/
        .qr-body .text-separator {
            margin: 24px 0;
        }
    .mobile-details {
        display: block;
        text-align: right;
    }
        .mobile-details .collapsible {
            height: 0;
            opacity: 0;
            -webkit-transition: height .5s, opacity .5s, margin-bottom .5s;
            transition: height .5s, opacity .5s, margin-bottom .5s;
            overflow: hidden;
            color: #141E2E;
            margin-bottom: 0;
        }

            .mobile-details .collapsible.expanded {
                 opacity: 1;
                 margin-bottom: 0px;
             }

        .mobile-details .content {
            padding: 0 32px 32px;
        }
        .mobile-details .order-partner {
            padding: 16px 0 0 0;
            grid-gap: 16px 15%;
        }
            .mobile-details .order-partner_label {
                text-align: left;
             }

        .mobile-details .toggle {
            display: inline-block;
        }

            .mobile-details .toggle img, .mobile-details .toggle svg {
                margin-right: 5px;
            }

            .mobile-details .toggle span {
                vertical-align: middle;
            }
        .mobile-details .order-commission-hint {
            margin-top: 12px;
        }
    .pay-by-halyk-hint {
        top: 64px;
        margin: 0;
    }
        .dark-pattern .pay-by-halyk-hint::before, .pay-by-halyk-hint::before {
            right: calc(50% - 13px);
        }

    .order-data-header .language-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        @-moz-document url-prefix() {
            select {
                color: rgba(0, 0, 0, 0);
                text-shadow: 0 0 0 #ffffff;
            }
        }
    }
        .order-data-header .language-select select {
            padding: 5px 24px 5px 8px;
            outline: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background-color: transparent;
            color: var(--left-text-color);
            opacity: 1;
            background: none;
            width: auto;
            height: auto;
            z-index: 2;

            /*option:checked {*/
            /*    background-color: #333;
            /*    color: white;*/
            /*}*/
        }

            .order-data-header .language-select select option {
                background-color: #f0f0f0; /* Light gray background for all options */
                color: #333; /* Dark text color */
            }
        .order-data-header .language-select select::-ms-expand {
            display: none;
        }
        .order-data-header .language-select svg {
            display: block;
            position: absolute;
            right: 2px;
            z-index: 1;
        }
}

@media screen and (max-width: 420px) {
        .page-wrap .partner-details_info {
            /*margin: 0px 0px 44px;*/
            width: 100%;
        }
            .page-wrap .partner-details .order-data-header {
                padding-left: 16px;
                padding-right: 16px;
            }
            .page-wrap .partner-details .partner-discount {
                margin: 0 16px;
            }
        .page .main {
            width: calc(100% - 32px);
            padding: 0 16px;
            margin: 16px auto 50px;
        }
        .result-wrap .result {
            margin: 70px 8px 44px;
            width: 100%;
            padding: 32px;
            /*min-height: 100vh;*/
            padding-top: 82px;
            padding-bottom: 82px;
        }
            .result-wrap .result .status {
                margin-top: 36px;
            }
            .result-wrap .result .receipt {
                margin-bottom: 32px;
            }
    .mobile-details {
        left: 0;
    }
}

@media screen and (min-width: 1600px) {
                    .page-wrap .partner-details .order-data-1 .order-number_label {
                        font-size: 16px;
                    }

                    .page-wrap .partner-details .order-data-1 .order-number .desc {
                        font-size: 16px;
                    }

                .page-wrap .partner-details .order-data-1 .order-partner {
                    font-size: 16px;
                }

                .page-wrap .partner-details .order-data-1_timer {
                    font-size: 16px;
                }

                    .page-wrap .partner-details .order-data-1_timer div {
                        width: 63px;
                    }
                        .page-wrap .page .main .qr-body .form-wrapper p {
                            font-size: 16px;
                        }
}

@media screen and (max-width: 700px) {
    .page-medium {
        width: calc(100% - 16px);
        margin: 20px 0;
        padding: 0 8px;
        margin-top: 70px;
    }
        .page-not-found svg {
            width: 100%;
        }

        .page-not-found h1 {
            font-size: 28px;
            margin-top: 24px;
            line-height: 32px;
        }

    .pay-grid {
        grid-template-columns: 1fr;
    }

    .pay-grid > .pay-btn {
        grid-column: 1 / -1;
    }
}


.cl-toggle-switch {
    position: relative;
}

.cl-switch {
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
}
/* Input */
.cl-switch > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0, 0.38);
    outline: none;
    opacity: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    pointer-events: none;
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
}
/* Track */
.cl-switch > span::before {
    content: "";
    float: right;
    display: inline-block;
    margin: 5px 0 5px 10px;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: #C6C5C5;
    vertical-align: top;
    -webkit-transition: background-color 0.2s, opacity 0.2s;
    transition: background-color 0.2s, opacity 0.2s;
    cursor: pointer;
}
/* Thumb */
.cl-switch > span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
}
/* Checked */
.cl-switch > input:checked {
    right: -10px;
    background-color: #85b8b7;
}
.cl-switch > input:checked + span::before {
    background-color: #EAF6EF;
}
.cl-switch > input:checked + span::after {
    background-color: #2AA65C;
    background-color: var(--buttons-color, #2AA65C);
    -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
            transform: translateX(16px);
}
/* Active */
.cl-switch > input:active {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
/* Disabled */
.cl-switch > input:disabled {
    opacity: 0;
}
.cl-switch > input:disabled + span::before {
    background-color: #ddd;
}
.cl-switch > input:checked:disabled + span::before {
    background-color: #bfdbda;
}
.cl-switch > input:checked:disabled + span::after {
    background-color: #61b5b4;
}

/* Стили модального окна */
.modal-contact {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    width: 340px;
    padding: 50px;
    -webkit-animation: fade 0.5s both;
            animation: fade 0.5s both;
    border-radius: 20px;
    background: #FFF;
    background: var(--Surface-Primary, #FFF);
}

.modal-contact__close {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    font-size: 0;
    border: none;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 10px;
}

.modal-contact__close:before, .modal-contact__close:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 22px;
    background-color: #353535;
}

.modal-contact__close:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.modal-contact__close:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-contact__text {
    color: #071222;
    color: var(--Text-Primary, #071222);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.modal-contact--show {
    display: block;
}

.modal-contact--show.modal-contact--widget {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        left: 0;
        top: 0;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        -webkit-animation: none !important;
                animation: none !important;
        padding: 0px;
        border-radius: 0;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    /*   display: none; */
    opacity: 0; visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    /*   transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; */
}

.overlay--show {
    /*   display: block; */
    opacity: 1; visibility: visible;
    /*   transition: opacity 0.1s ease-in-out, visibility 0s linear 0.1s; */
}

.modal-dialog-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
}

#modalQrRenderer {
    text-align: center;
}

/* Анимация */

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
                transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
                transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

@-webkit-keyframes fade-hover {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -10px);
                transform: translate(0, -10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes fade-hover {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -10px);
                transform: translate(0, -10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

.spinner {
    margin-top: 80px;
    margin-bottom: 36px;
}
.loader {
    width: 80px;
    height: 80px;
    border: 5px solid #E8EAED;
    border: 5px solid var(--right-text-color, #E8EAED);
    border-bottom-color: #2AA65C;
    border-bottom-color: var(--buttons-color, #2AA65C);
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
