@import url('https://fonts.googleapis.com/css?display=swap&family=Roboto:400,700|Montserrat:400,500,600,700,800,900');

:root {
    --с-purple: #6e5bd6;
    --c-violet: #4a6de5;
    --c-black: #000;
    --c-brdr: rgba(110, 91, 214, 0.2);
    --w-col-gap: 5px;
    --font-montesserrat: 'Montserrat';
}

#widget.error #app {
    background: #F3F9FF;
    min-height: 100vh;
}

#widget.send #app {
    background: transparent;
    min-height: 100vh;
}

body {
    background: transparent !important;
    text-align: center;
    letter-spacing: 1px
}

.flx-cl {
    height: 100%;
    display: flex;
    flex-flow: column wrap
}

.flx-rw {
    width: 100%;
    display: flex;
    flex-flow: row wrap
}

.cntr {
    display: flex;
    align-items: center
}

.brdr {
    border: solid 1px
}

.b {
    font-weight: bold
}

a, a:link {
    color: #000;
    text-decoration: none
}

a:hover, a:active {
    color: var(--c-violet);
    text-decoration: none;
    opacity: 1
}

a:visited {
    text-decoration: none
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s
}

input::placeholder {
    color: #444;
    font-size: 80%;
    letter-spacing: 1px;
    font-weight: normal
}

input::-webkit-input-placeholder {
    color: #444
}

input:focus::-webkit-input-placeholder {
    color: #000
}

div.btnGrp {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 10px;
    line-height: 44px
}

div.btnGrp a, a.btnBck {
    font-weight: 400;
    opacity: 0.9;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

div.btnGrp a:hover, div.btnGrp a:active, a.btnBck:hover, a.btnBck:active {
    opacity: 1
}

div.btnGrp a i, a.btnBck i {
    font-size: 80%;
    font-weight: 400;
    opacity: 0.9
}

div.btnGrp button {
    height: 44px;
    background: #fdc827;
    letter-spacing: 1px;
    border-radius: 44px;
    font-weight: 700;
    box-shadow: 0 20px 30px rgba(253, 200, 39, 0.2)
}

div.btnGrp button:hover {
    background-color: #fcbc25
}

div.btnGrp button:focus {
    outline: none !important;
    border: 1px solid #fff
}

div.btnGrp button.disabled {
    background: #eee;
    opacity: 1
}

div.btnGrp button.disabled:hover {
    color: #000
}

@media only screen and (max-width: 400px) {
    div.btnGrp {
        grid-template-columns:1fr
    }
}

a.btn-cls-lnk {
    cursor: pointer;
    outline: none
}

a.btn-cls-lnk i.fa-angle-left {
    font-size: 110%
}

div#cmsnInf {
    text-align: right;
    display: none
}

div#cmsnInf.vis {
    display: block;
    margin-bottom: 10px
}

div#cmsnInf span {
    font-size: 80%;
    background: url(/img/icons/widget.v2/ic_atention.svg) no-repeat;
    letter-spacing: normal;
    background-size: 16px;
    padding: 2px 0 2px 22px;
    color: #f1526f
}

div#hdr {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: var(--w-col-gap);
    height: 80px;
    background: #6e5bd6;
    background: linear-gradient(to right, var(--с-purple), var(--c-violet));
    padding: 24px 20% 0 20%;
    box-shadow: 0 0 20px rgba(0, 0, 100, 0.4);
    color: #fff
}

div#hdr div {
    text-align: left
}

div#hdr div.info {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: var(--w-col-gap);
    padding-top: 5px
}

div#hdr div.info div {
    text-align: right;
    font-size: 15px;
    opacity: 0.7
}

div#hdr div.info div:hover {
    opacity: 1
}

div#hdr div.info div a {
    padding-left: 0px;
    color: #fff
}

.header-info__link {
    display: flex;
    align-items: center;
    padding-left: 26px;
}

.header-info__link a {
    white-space: nowrap;
}

.header-info__link-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.header-info__link-icon svg {
    max-width: 100%;
    max-height: 100%;
}

div#hdr div.info div a.tel {
    background: url(/img/icons/widget.v2/ic_support.svg) no-repeat
}

div#hdr div.info div a.www {
}

.header-info__link-icon svg path {
    fill: #fff;
}

@media only screen and (max-width: 480px) {
    div#hdr {
        padding: 24px 2% 0 2%;
        grid-gap: 0
    }
}

#widget.send div#bdy {
    display: inline-grid;
    grid-template-columns:repeat(auto-fit, minmax(240px, 620px));
    grid-template-rows:62px 1fr minmax(52px, min-content)px minmax(20px, max-content);
    grid-gap: 2px;
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 0 50px rgba(0, 0, 100, 0.1);
    max-width: 620px;
    margin-top: 40px;
    margin-bottom: 40px
}

#success div#bdy {
    display: inline-grid;
    grid-template-columns:repeat(auto-fit, minmax(240px, 620px));
    grid-template-rows:62px 1fr minmax(52px, min-content)px minmax(20px, max-content);
    grid-gap: 2px;
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 0 50px rgba(0, 0, 100, 0.1);
    max-width: 620px;
    margin-top: 40px;
    margin-bottom: 40px
}

div#bdy {
    display: inline-grid;
    grid-template-columns:repeat(auto-fit, minmax(240px, 620px));
    grid-template-rows:62px 1fr minmax(52px, min-content)px minmax(20px, max-content);
    grid-gap: 2px;
    /*background: #fff;*/
    border-radius: 27px;
    /*box-shadow: 0 0 50px rgba(0, 0, 100, 0.1);*/
    max-width: 620px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 380px) {
    div#bdy {
        grid-template-rows:72px 1fr minmax(50px, max-content) minmax(20px, max-content)
    }
}

div#bdy div.hdr {
    display: grid;
    grid-template-rows:23px 1fr;
    border-radius: 27px 27px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    border-bottom: solid 2px rgba(110, 91, 214, 0.1);
    background-color: #f9f9f9
}

#success div#bdy div.hdr div.cls {
    padding-right: 22px;
}

#widget.send div#bdy div.hdr div.cls {
    padding-right: 22px;
}

#widget.error div#bdy div.hdr div.cls {
    cursor: pointer;
    background-color: transparent;
    width: auto;
    padding-right: 0;
}

div#bdy div.hdr div.cls a {
    display: block;
    float: right;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 20px
}

div#bdy div.hdr div.cls a img {
    filter: invert(1)
}

div#bdy div.hdr div.cls a:hover {
    background-color: #DBE7FD;
}

div#bdy div.hdr div.ttl {
    padding-top: 8px;
    overflow: hidden;
    background: #fff
}

div#bdy.noTtl {
    grid-template-rows:32px 1fr minmax(62px, min-content);
    grid-gap: 0
}

div#bdy.noTtl div.hdr {
    height: 22px !important;
    margin-bottom: -5px
}

div#bdy.noTtl div.hdr div.cls {
    margin-bottom: -7px;
    padding: 0;
    padding-right: 22px
}

div#bdy.noTtl div.hdr div.ttl {
    display: none
}

@media only screen and (max-width: 380px) {
    div#bdy div.hdr div.ttl {
        font-size: 13px
    }
}

div#bdy > div.bdy {
    height: 100%;
    min-height: 320px;
    padding: 0 40px
}

div#bdy > div.bdy input.input {
    background: #f8f8fa;
    border: 1px #e8e9eb solid;
    border-radius: 6px;
    padding: 7px;
    text-align: center
}

div#bdy > div.bdy input.input:focus {
    outline: none !important;
    border: 1px solid #7766CF
}

/*div#bdy div.ftr,div#bdy div.ftr2{margin:0 10% 0 10%;height:auto}*/

div#bdy div.ftr, div#bdy div.ftr2 {
    margin: 0 10%
}

div#bdy div.ftr {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns:60% 40%;
    grid-column-gap: 10px
}

div#bdy div.ftr div {
    margin: 0;
    padding: 0;
    height: 36px;
    background-image: url("/img/icons/widget.v2/mastercard-securecode.png"), url("/img/icons/widget.v2/3D Secure.png"),
    url("/img/icons/widget.v2/verified-by-visa.png"), url("/img/icons/widget.v2/pci-dss.png");
    background-repeat: no-repeat;
    background-size: auto 52%, auto 22%, auto 52%, auto 52%;
    background-position: 1% 50%, 40% 50%, 75% 50%, 99% 50%
}

div#bdy div.ftr div.pwrdXpay {
    background: none
}

div#bdy div.ftr div.pwrdXpay a {
    display: inline-block;
    max-width: 200px;
    margin-top: 10px;
    border-left: solid 1px #ccc;
    padding: 0 10px
}

@media only screen and (max-width: 380px) {
    div#bdy div.ftr {
        margin: 10px 5%;
        grid-template-columns:1fr
    }

    div#bdy div.ftr div {
        margin: 0;
        height: 100%;
        min-height: 30px
    }

    div#bdy div.ftr div.pwrdXpay a {
        margin-top: 0;
        border: none;
        border-top: solid 1px #ccc;
        padding-top: 5px
    }
}

div#bdy div.ftr {
}

div#bdy div.ftr2 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px
}


div#jdprCtx {
    margin: 0 0 5px 0;
    padding: 5px;
    display: none;
    width: 100%
}

div#jdpr {
    width: auto;
    min-height: 70px;
    margin: 0 5px;
    padding: 10px 15px;
    color: #fff;
    display: grid;
    grid-template-columns:1fr 75px;
    grid-gap: 10px;
    background-image: none;
    background-color: #9797DC;
    font-size: 70%;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    box-shadow: 0 3px 5px rgba(102, 103, 185, 0.2)
}

div#jdpr > * {
    margin: 0;
    padding: 0;
    background-image: none
}

div#jdpr > a {
    padding: 0 5px;
    text-align: justify;
    color: #fff;
    font-weight: 400
}

div#jdpr > a:hover {
    color: #e1dff5
}

div#jdpr > button {
    height: 30px;
    background: #6667B9;
    padding: 5px;
    border-radius: 7px;
    border: none
}

@media only screen and (max-width: 420px) {
    div#jdpr {
        grid-template-columns:1fr
    }
}


div#rqst-id {
    max-height: 20px;
    margin: 0;
    overflow: hidden;
    margin: -20px 0;
    letter-spacing: 1px;
    font-size: 60%;
    font-weight: 600;
    color: #cdccd2
}

div#rqst-id span {
    display: none
}

div#rqst-id.error {
    color: var(--c-warning)
}

div#rqst-id.error span {
    display: inline
}


div.frmBdy div {
    height: auto
}

div.formGroup {
    height: auto;
    display: grid;
    grid-template-columns:200px 1fr;
    margin: 35px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--c-brdr)
}

div.formGroup label {
    font-size: 90%;
    padding-top: 4px
}

div.formGroup input {
    width: 95%;
    padding: 0 5px;
    border: solid 1px #fff
}

div.formGroup:hover input {
    border: solid 1px var(--c-brdr)
}

div.formGroup:hover input:focus,
div.formGroup:hover input:active {
    background: #fff !important;
    outline: none !important;
    border: 1px solid var(--c-violet)
}

div.frmGrp {
    height: auto;
    margin: 30px 0
}

div.frmGrp input {
    width: 100%;
    padding: 12px 4px !important;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    border: solid 1px transparent !important;
    border-bottom: solid 1px var(--c-brdr) !important
}

div.frmGrp input:focus,
div.frmGrp input:active {
    color: #000;
    background-color: #fff !important;
    outline: none !important;
    border: solid 1px #fff;
    border-bottom: 1px solid var(--c-violet)
}

div#accAdd, div#ccAdd {
    height: 100%;
    text-align: left
}

div#accAdd input:focus, div#ccAdd input:focus {
    background-color: #fff;
    border: 1px solid var(--c-brdr);
    outline: none !important
}

div#accAdd div {
    height: 100%
}

div#accAdd div.formGroup {
    height: auto;
    border-bottom: solid 1px var(--c-brdr)
}

div#accAdd div.frmBdy {
    display: grid;
    grid-template-rows:1fr 1fr 50px
}

div#ccAdd div.simple-panel div {
    line-height: 30px
}

div#ccAdd input.card-exp-month, div#ccAdd input.card-exp-year {
    width: 30px;
    border: none !important;
    margin: 0;
    padding-top: 0 !important
}

div#ccAdd input.card-exp-month {
    text-align: right
}

div#ccAdd input.card-exp-year {
    text-align: left
}

div#ccAdd input.card-svv {
    text-align: left;
    border: solid 1px transparent !important;
    margin: 0;
    padding-top: 4px !important
}

div#pmntMenuWrppr {
    margin: auto -40px;
    padding: 8px 20px 0 20px;
    overflow: hidden;
    border-bottom: solid 2px rgba(110, 91, 214, 0.1)
}

div#pmntMenu {
    font-size: 14px; /*padding:0 10px;*/
    letter-spacing: normal;
    height: auto
}

div#pmntMenu > div {
    width: 80px;
    flex-grow: 1;
    text-align: center;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -1px
}

div#pmntCCM:not(.act), div#pmntQRM:not(.act), div#pmntP24M:not(.act) {
    cursor: pointer;
    font-weight: 400;
    color: #888
}

div#pmntCCM:not(.act):hover, div#pmntQRM:not(.act):hover, div#pmntP24M:not(.act):hover {
    color: #6E5BD7
}

div#pmntMenu > div.act {
    border-bottom: solid 3px #6E5BD7;
    font-weight: bold
}

div#pmntCC, div#pmntQR, div#pmntP24 {
    display: none
}

div#pmntCC.act, div#pmntQR.act, div#pmntP24.act {
    min-height: 240px;
    display: block
}

div#pmntCC div#pmntQR {
}

div#pmntQR {
    text-align: center
}

div#pmntQR div.inf {
    padding: 25px 0 15px 0;
    font-size: 90%;
    font-weight: 700
}

div#pmntQR div.appInf {
    padding: 15px 0 25px 0;
    font-size: 80%
}

div#pmntQR div.appLnk {
    padding-bottom: 40px
}

div#pmntP24 > div:first-child {
    min-height: 200px;
    justify-content: center;
    align-items: center
}

div#pmntP24 div.inf {
    padding-bottom: 10px;
    font-size: 90%;
    font-weight: 700
}

div#pmntInf div.pmntInf {
    background-color: #f9f9f9;
    margin: 0 -55px;
    padding: 10px 40px 10px 40px;
    border-top: dashed 1px #e9e9e9;
    border-bottom: dashed 1px #e9e9e9;
    text-align: right
}

div#pmntInf div.pmntInf a {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    color: var(--с-purple);
    font-size: 80%;
    letter-spacing: normal
}

div#pmntInf div.pmntInf a:hover {
var(--c-violet)
}

div#pmntInf div.pmntInfBdy {
    font-size: 80%;
    text-align: left; /*white-space:nowrap;*/
    letter-spacing: normal;
    color: #444;
    display: grid; /*grid-template-columns:minmax(min-content, 50%) auto-fill;*/
    grid-template-columns:minmax(min-content, 30%) minmax(50%, 70%);
    grid-row-gap: var(--w-col-gap);
    font-weight: normal
}

div#pmntInf div#pmntInfTggl {
    background-size: 26px 26px;
    padding-top: var(--w-col-gap)
}

div#pmntInf div#pmntInfTggl div.rcpnt {
    display: none
}

div#pmntInf div.pmntInf div.lbl {
    color: #999
}

div#pmntInf div.pmntInf div.site {
    color: #444;
    font-weight: bold;
    padding-top: 4px;
    grid-column: 1 / 3;
}

div#pmntInf div.pmntInf div.pmntInfLnk {
    text-align: right
}

@media only screen and (max-width: 360px) {
    div#pmntInf div.pmntInfBdy {
        padding-left: 0;
        background: none;
        grid-template-columns:1fr
    }

    div#pmntInf div.pmntInf div.pmntInfLnk {
        text-align: left
    }
}

div#pmntInf div.pmntInfBdy div.opr:first-letter {
    text-transform: uppercase
}

div#pmntInf div.pmntInfBdy div.lbl {
    color: #999
}

div#pmntInf div.pmntSum {
    border: none;
    text-align: center
}

div#pmntInf div.pmntSum > div {
    text-align: center
}

div#pmntInf div.pmntSum div.bdy {
    display: inline-grid;
    grid-template-columns:1fr 30px;
    font-weight: 700;
    padding-bottom: 0 !important;
    font-size: 36px;
    border-bottom: solid 1px var(--c-brdr) !important
}

div#pmntInf div.pmntSum div.bdy input {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid transparent;
    width: 200px
}

div#pmntInf div.pmntSum div.bdy input:hover {
    border: 1px solid transparent
}

div#pmntInf div.pmntSum div.bdy input::placeholder {
    color: #444;
    font-size: 50%;
    letter-spacing: 0
}

div#pmntInf div.pmntSum div.bdy input::-webkit-input-placeholder {
    color: #444
}

div#pmntInf div.pmntSum div.bdy input:focus::-webkit-input-placeholder {
    color: #000
}

input:invalid {
    color: red
}

div#pmntInf div.pmntSum div.bdy .cur {
    text-align: left;
    padding-top: 12px;
    font-size: 26px
}

div#pmntInf div.pmntSum div.inf {
    display: inline-block;
    color: #999;
    font-size: 12px
}

div#pmntInf div.pmntSum div.fixSum {
    grid-template-columns:1fr;
    border: none !important
}

div#pmntCC div.pmntCC {
    margin-bottom: 10px
}

div#pmntCC div.pmntCC input {
    text-align: left;
    font-weight: bold
}

div#pmntCC div.pmntExp {
    height: auto;
    margin: 0 0 10px 0;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30%
}

@media only screen and (max-width: 360px) {
    div#pmntCC div.pmntExp {
        grid-column-gap: 10%
    }
}

@media only screen and (max-width: 240px) {
    div#pmntCC div.pmntExp {
        grid-template-columns:1fr
    }
}

div#pmntCC div.pmntExp > div {
    height: auto;
    padding: 0 !important
}

div#pmntCC div.pmntExp div.bdy {
    text-align: left;
    height: auto;
    padding: 0 !important;
    border-bottom: solid 1px var(--c-brdr);
    white-space: nowrap
}

div#pmntCC div.pmntCvv {
    height: auto;
    padding: 0 !important
}

div#pmntCC div.pmntCvv div.bdy {
    text-align: left;
    height: auto;
    padding: 0 !important;
    border-bottom: solid 1px var(--c-brdr)
}

div#pmntCC div.pmntExp label, div#pmntCC div.pmntCvv label {
    font-size: 80%;
    color: #adb2e9;
    overflow: hidden
}

div#pmntCC div.btnGrp {
    margin-left: -20px;
    margin-right: -20px
}

div#pmntCC button.disabled {
    border: none
}

div#qrcode {
    display: inline-block
}

div#loader {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/loader.gif) no-repeat 50% 30%;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

div.widget-bttns button, div.widget-bttns button:focus {
    background: #1cc965 !important;
    border-color: #1cc965 !important
}

div.widget-bttns button.disabled {
    background: #c3e8d9 !important;
    border-color: #c3e8d9 !important
}

div.widget-bttns button:focus {
    outline: none !important;
    border-color: #19ae58 !important;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important
}

div#sum-group {
    display: table;
    width: 320px
}

div#sum-group div {
    display: table-row
}

div#sum-group div input.sum {
    display: table-cell;
    width: 80%;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

div#sum-group div input.currency {
    display: table-cell;
    width: 20%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    text-align: center;
    background: #fff;
    letter-spacing: normal !important
}

@media only screen and (max-width: 280px) {
    div#hdr {
        border-radius: 12px 12px 0 0
    }
}

div#bdy div.bdy label {
    font-weight: 600
}

div#bdy div.bdy div.agreedGroup {
    padding-top: 5px;
    padding-bottom: 25px;
    margin-right: -20px;
    opacity: 0.7
}

div#bdy div.bdy div.agreedGroup:hover {
    opacity: 1
}

div#bdy div.bdy a#xpayAgreedURL {
    font-size: 80%
}

div#bdy div.bdy .btn-primary {
    border-color: #462dbf;
    background-color: #462dbf;
    border-radius: 7px
}

div#bdy div.bdy .btn-info {
    border-color: #ffc345;
    background-color: #ffc345;
    font-size: 90%;
    border-radius: 7px;
    padding: 5px 10px
}

div#bdy div.bdy .btn-default {
    border-radius: 7px
}

div#bdy div.bdy div.info-panel {
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: url(/img/icons/frame/icon_info.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5px 5px
}

div#bdy div.bdy div h4, div#bdy div.bdy div h5 {
    line-height: 140%
}

div#bdy div.bdy div.simple-panel {
    padding: 10px;
    min-height: 50px
}

div#bdy div.bdy div.failed-panel, div#bdy div.bdy div.success-panel {
    display: grid;
    grid-template-rows:1fr 60px;
    grid-gap: var(--w-col-gap);
    padding-top: 50px;
    height: 100%;
    min-height: 260px
}

div#bdy div.bdy div.failed-panel {
    background: url(/img/icons/widget.v2/ic_error.svg) no-repeat 50% 50%;
    background-size: 80px 80px
}

div#bdy div.bdy div.failed-panel > .reqID {
    color: #ccc;
    font-size: 10px;
    overflow: hidden
}

div#creditcardadd-otp input.input {
    letter-spacing: 3px !important;
    font-size: 120%
}

div#creditcardadd-otp div.info-panel {
    padding: 2px 20px 10px 20px
}

div#creditcardadd-otp div.info-panel h5 {
    font-weight: 700
}

div#creditcardadd-otp div.info-panel div.info {
    padding: 0 20px !important;
    text-align: left
}

div#creditcardadd-otp div.info-panel div.info div {
    font-size: 98%
}

body#frame-light {
    background-color: #ddd !important
}

body#frame-light div#app {
    border-radius: 12px;
    background: #fff
}

body#frame-light div#hdr {
    margin: 10px;
    background-color: #fff;
    height: 50px;
    background: none;
    border-bottom: solid 1px #e0e0e0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

body#frame-light div#hdr div {
    display: inline-block;
    background-color: #fff;
    background-size: 140px 140px;
    background-image: url(/img/icons/frame/logo_xpay.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 50px;
    width: 160px;
    margin-top: 8px
}

body#frame-light div#bdy div.bdy {
    min-height: 360px;
    background: #fff;
    padding: 0 !important;
    margin: 10px
}

body#frame-light div#bdy div.bdy h4 {
    margin: 20px 0;
    font-weight: bold
}

body#frame-light div#bdy div.bdy div.panel {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f7f7f9;
    border-color: #e8e8e8;
    border-radius: 12px;
    line-height: 150%
}

body#frame-light div#bdy div.bdy input.input {
    border: 1px #9a9a9a solid;
    border-radius: 6px;
    padding: 7px;
    text-align: center;
    margin: 2px 0 7px 0;
    font-weight: bold;
    width: 140px
}

body#frame-light div#bdy div.bdy div#otp-descr a {
    display: block;
    padding-bottom: 5px
}

body#frame-light div#bdy div.bdy div#otp-descr ul {
    display: block;
    text-align: left;
    margin-left: -20px;
    margin-bottom: 0;
    font-size: 90%
}

body#frame-light div#bdy div.bdy div#otp-descr.unvis ul {
    display: none
}

body#frame-light div#bdy div.bdy div#otp-descr span.down {
    display: none
}

body#frame-light div#bdy div.bdy div#otp-descr.unvis span.down {
    display: inline
}

body#frame-light div#bdy div.bdy div#otp-descr.unvis span.up {
    display: none
}

body#frame-light div#xpayFFooter {
    display: none
}

/* receipt */
div.receipt div#bdy div.bdy {
    height: auto;
    max-height: 9999px;
    background: #fff
}

div.receipt div#header {
    height: 50px;
    background: none;
    padding: 0;
    margin-top: 10px
}

div.receipt div#header img.partner-logo {
    float: left
}

div.receipt div#header div.partner-info {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 90%
}

div.receipt div#header div.partner-info a {
    color: #2356d6;
    letter-spacing: normal
}

div.receipt div.separator {
    text-align: center;
    margin: 0 -10px
}

div.receipt div.separator div.tp {
    border-bottom: dashed 1px #8d8d8d
}

div.receipt div.separator div.tp div {
    display: inline-block;
    background: #fff;
    padding: 0 10px 1px 10px;
    margin-bottom: -2px;
    color: #000;
    font-size: 110%;
    font-weight: bold
}

div.receipt div.separator div.dwn {
    color: #888;
    margin-top: -2px;
    font-size: 100%
}

div.receipt div.panel {
    box-shadow: 0 0 30px #eee;
    -webkit-box-shadow: 0 0 30px #eee;
    -moz-box-shadow: 0 0 30px #eee;
    padding: 10px;
    text-align: center;
    color: #000
}

div.receipt div.panel div.code {
    margin: 20px 50px;
    padding: 15px;
    border-radius: 50px;
    background: #f7d503;
    font-size: 130%
}

div.receipt div.panel div.sum {
    padding: 20px 0;
    font-weight: bold
}

div.receipt div.panel div.target {
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    background: #e7e5e1
}

div.receipt div.panel div.target div {
    font-size: 85%;
    color: #888;
    margin-top: -7px
}

div.receipt div.panel-detail {
    padding: 10px 10px 10px 34px
}

div.receipt div.panel-detail .row {
    padding: 3px 0
}

div.receipt div.panel-detail .hdr {
    color: #888;
    font-size: 90%
}

div.receipt div.panel-detail .hdr span {
    display: block;
    color: #aaa;
    font-size: 85%
}

div.receipt div.panel-detail .dtl {
    padding-top: 1px;
    color: #000;
    font-size: 100%
}

div.receipt div.panel-bttn {
    text-align: center
}

div.receipt div.panel-bttn div {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 5px;
    margin: 10px 0 30px 0;
    background: #fff;
    border: solid 2px #f7d503;
    font-size: 90%;
    text-align: center;
    color: #000
}

div.receipt div.panel-bttn div span {
    display: block;
    margin-top: -2px;
    color: #888
}

div.receipt div#xpayFFooter {
    border-radius: 0 0 12px 12px;
    background: #636eb4;
    height: 86px;
    background-image: none;
    padding: 10px 26px;
    font-size: 85%;
    color: #fff;
    font-weight: normal
}

div.receipt div#xpayFFooter div.logo {
    display: inline-block;
    height: 80px;
    float: left;
    padding: 46px 6px 0 6px;
    background-image: url(/img/icons/widget/logo_xpay.png);
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: 50% 10px
}

div.receipt div#xpayFFooter div.logo a {
    color: #fff
}

div.receipt div#xpayFFooter div.info {
    display: inline-block;
    float: right;
    text-align: left;
    padding: 10px 0 10px 0
}

div.receipt div#xpayFFooter div.info a {
    display: block;
    padding: 5px 0 5px 20px;
    color: #fff;
    background-image: url(/img/icons/widget/ic_cursor.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0
}

div.receipt div#xpayFFooter div.info a.email {
    background-image: url(/img/icons/widget/ic_email.svg)
}


/** loader **/
#ldrCxt {
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 10%;
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s
}

#ldrCxt.on {
    visibility: visible;
    opacity: 1
}

#ldr > * {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    margin: 1em;
    border-radius: 50%;
    background: none repeat scroll 0 0 #eee;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset, 0 0 25px rgba(85, 103, 224, 0.075), 0 40px 30px rgba(100, 100, 100, 0.3)
}

#ldr > *:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#ldr > * > * {
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden
}

#ldr > * > *:first-child {
    left: 0
}

#ldr > * > *:last-child {
    left: 50%
}

#ldr > * > * > * {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #7059fc;
    opacity: 0.8;
    -webkit-animation: ui-ldr-left 3s infinite;
    animation: ui-ldr-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: linear
}

#ldr > * > *:first-child > * {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#ldr > * > *:last-child > * {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    -webkit-animation-name: ui-ldr-right;
    animation-name: ui-ldr-right
}

@keyframes ui-ldr-right {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(180deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes ui-ldr-left {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 360px) {
    body#frame-light div#hdr {
        height: 30px;
        background: none;
        margin-top: 0
    }

    body#frame-light div#hdr div {
        background-size: 92px 92px;
        height: 30px;
        width: 100px;
        margin-top: 0
    }

    body#frame-light div#bdy div.bdy {
        margin: -10px 0 0 0
    }

    body#frame-light div#bdy div.bdy h4 {
        margin: 10px 0
    }

    body#frame-light div#bdy div.bdy div#otp-descr ul {
        display: none;
        text-align: left;
        margin-left: -20px;
        margin-bottom: 0;
        font-size: 90%
    }

    body#frame-light div#bdy div.bdy div#otp-descr.unvis ul {
        display: block
    }

    body#frame-light div#bdy div.bdy div#otp-descr span.down {
        display: inline
    }

    body#frame-light div#bdy div.bdy div#otp-descr span.up {
        display: none
    }

    body#frame-light div#bdy div.bdy div#otp-descr.unvis span.down {
        display: none
    }

    body#frame-light div#bdy div.bdy div#otp-descr.unvis span.up {
        display: inline
    }
}


.bankId {
    background: #FFFFFF;
    box-shadow: 0px -22px 49px rgba(101, 102, 107, 0.054);
    border-radius: 36px;
    margin: 42px auto 0 auto;
    width: 100%;
    max-width: 650px;
    margin-bottom: 133px;
}

.bankId__header {
    padding: 45px 20px 20px 20px;
    margin-bottom: 0;
}


.bankId__logo {
    width: 128px;
    height: 37px;
}

.bankId__icon {
    font-size: 10px;
}

.bankId__collapse {
    font-family: Montserrat;
    font-style: normal;
    display: none;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    white-space: pre-line;
    margin-bottom: 30px;
}

.bankId__collapse--show {
    display: block !important;
}

.bankId__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #2263E2;
}

.bankId__collapse-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    box-sizing: border-box;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.bankId__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #161717;
    margin-bottom: 30px;
    margin-top: 0;
}

.bankId__additional-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #161717;
    margin-bottom: 0;
}

.bankId__info-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #84878A;
}

.bankId__title-service {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #161717;
    margin: 0;
}

.bankId__main {
    padding: 20px;
    background: #F8F8FA;
    border: 1px dashed #ECECEC;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.bankId__title-content {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #161717;
    margin-bottom: 20px;
    white-space: pre-line;
}

.bankId__list {
    list-style: disc;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0;
}

.bankId__item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.bankId__wrapper-btn {
    text-align: center;
    margin-bottom: 17px;
}

.bankId__btn {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 14px 56px 13px 50px;
    width: max-content;
    margin: 0 auto;
    border: none;
    border-radius: 69px;
}

.bankId__btn--approved {
    background-color: #695FCE;
    color: #FFFFFF !important;
    margin-bottom: 10px;
}

.bankId__btn--approved:hover {
    background-color: #FFFFFF;
    color: #695FCE !important;
    border: 1px solid #695FCE;
}

.bankId__btn--canceled {
    color: #695FCE !important;
    background-color: #FFFFFF;
}

.bankId__btn--canceled:hover {
    border: 1px solid #695FCE;
}

.bankId__list-info {
    margin-bottom: 18px;
    padding: 0;
}

.bankId__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.bankId__info:last-child {
    margin-bottom: 0;
}

.bankId__info-name {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-right: 20px;
}

.bankId__info-value {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    opacity: 0.8;
}

.bankId__info-warning {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
    background: rgba(214, 211, 254, 0.1);
    border: 1px dashed #D6D3FE;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 16px 30px;
    text-align: left;
}

.bankId__info-wrapper-check {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    text-align: left;
}

.bankId__info-check {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    color: #5D5D5D;
    opacity: 0.6;
}

.bankId__info-icon {
    color: #D2D2D5;
    font-size: 15px;
    margin-right: 15px;
}

.bankId__info-checkbox:valid + .bankId__info-check .bankId__info-icon {
    color: #0F6F00;
}

.bankId__info-checkbox:invalid + .bankId__info-check .bankId__info-icon {
    color: #BF0707;
}

.bankId__info-checkbox:checked + .bankId__info-check .bankId__info-icon:before {
    content: "\f14a"
}

.bankId__status {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    align-items: center;
    background-color: white;
    height: 150px;
    box-shadow: 0 -22px 49px rgb(101 102 107 / 5%);
    border-radius: 36px;
    width: 500px;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    justify-content: center;
}

.bankId__status--show {
    display: flex;
}

.bankId__status--error {
    color: #BF0707;
}

.bankId__status--success {
    color: #0F6F00;
}

.bankId__title--status {
    margin-bottom: 50px;
}

.bankId__accept-wrapper {
    margin-right: 20px;
    margin-left: 20px;
}

.bankId__wrapper-start {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.bankId__logo--is-ok {
    margin-bottom: 40px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    z-index: 9999999;
}

.overlay--show {
    display: block;
}

.bankId__wrapper-price {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.bankId__price-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #84878A;
    margin-bottom: 10px;
}

.bankId__price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: #161717;
}

@media (min-width: 650px) {
    .bankId__header {
        padding: 40px 72px 20px 72px;
        margin-bottom: 0;
    }

    .bankId__logo--is-ok {
        margin-bottom: 60px;
    }

    .bankId__collapse-link {
        margin-bottom: 40px;
    }

    .bankId__title-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .bankId__accept-wrapper, .bankId__wrapper-price {
        margin-right: 72px;
        margin-left: 72px;
    }

    .bankId__main {
        padding: 20px 72px 30px 72px;
        margin-bottom: 30px;
    }
}

.btnGrp--flex {
    display: flex !important;
}

.btn--pay {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}