@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');

@font-face {
    font-family: 'text-security-disc';
    src: url("../fonts/text-security-disc/text-security-disc.woff2") format("woff2"), url("../fonts/text-security-disc/text-security-disc.woff") format("woff"), url("../fonts/text-security-disc/text-security-disc.ttf") format("truetype"), url("../fonts/text-security-disc/text-security-disc.svg#text-security-disc") format("svg");
}

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

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}



.top-nav {
    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;
    height: 45px;
}

.mobile-nav {
    display: none;
    height: 56px;
    color: #ffffff;
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.top-menu-tel {
    position: relative;
    margin-right: 16px;
    padding: 9px 16px 8px 52px;
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.mobile-menu-tel {
    position: relative;
    padding-left: 36px;
}

.mobile-menu-tel p {
    margin-bottom: 0;
    font-size: 10px;
}

.mobile-menu-tel p > a {
    color: #ffffff;
}

.mobile-menu-tel p:first-child {
    font-weight: 700;
}

.mobile-menu-tel p:last-child {
    font-family: "Ubuntu", sans-serif;
}

.top-menu-tel::before,
.mobile-menu-tel::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.13622 6.48418C4.29235 8.7563 6.15099 10.6149 8.42712 11.7711L10.1934 10.0007C10.4142 9.77995 10.7313 9.71572 11.0083 9.80404C11.9076 10.1011 12.875 10.2617 13.8746 10.2617C14.3202 10.2617 14.6774 10.6189 14.6774 11.0645V13.8746C14.6774 14.3202 14.3202 14.6774 13.8746 14.6774C6.33565 14.6774 0.22583 8.56762 0.22583 1.0287C0.22583 0.583106 0.58712 0.22583 1.0287 0.22583H3.83873C4.28432 0.22583 4.6416 0.583106 4.6416 1.0287C4.6416 2.02827 4.80217 2.99572 5.09924 3.89493C5.18755 4.17192 5.12332 4.48906 4.90253 4.70984L3.13622 6.48418Z' fill='%232B5D8C'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-menu-tel::before {
    left: 0;
}

.top-menu-tel span {
    vertical-align: middle;
}

.top-menu-tel span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.top-menu-tel span:last-child {
    margin-left: 7px;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
}

.select-lang .btn {
    padding: 11px 21px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.select-lang .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select-lang .btn:active:focus {
    outline: none;
}

.select-lang .caret {
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
}

.select-lang .dropdown-menu {
    min-width: auto;
    width: 100%;
    margin-top: -2px;
    padding: 0;
    font-size: 10px;
    color: #ffffff;
    border-width: 0;
    border-radius: 0;
    background-color: #2a5c8c;
}

.select-lang .dropdown-menu > li > a {
    padding: 12px 20px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.select-lang .dropdown-menu > li > a:hover {
    color: #bac927;
    background-color: transparent;
}

.content .breadcrumb {
    margin-bottom: 36px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
}

.content .breadcrumb a,
.content .breadcrumb a:hover {
    color: #C4C4C4;
}

.content .breadcrumb > li + li {
    margin-left: 5px;
    white-space: nowrap;
}

.content .breadcrumb > li + li:before {
    content: '';
    margin-right: 7px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 5L1 9' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}


.form-container {
    max-width: 610px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.field-cardform-pan {
    position: relative;
}

.form-group.bank-card__expires .help-block {
    margin-right: -20px;
}

.form-group.field-cardform-pan.has-error .help-block {
    position: absolute;
    top: 100%;
}

.form-group.field-billform-billid,
.form-group.field-billform-currentstep {
    margin-bottom: 0;
}

.form-group label {
    font-weight: 500;
}

.form-group label + span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #FF0000;
}

.form-control {
    height: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #25266C;
    border-color: #B4B4B4;
    border-radius: 8px;
    background-color: #F6F6F8;
    background-position: right 12px center;
    background-repeat: no-repeat;
}

.form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}
  
.form-control:-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}
  
.form-control::-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}
  
.form-control::placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(180, 180, 180, 0.6);
    box-shadow: 0 0 8px rgba(180, 180, 180, 0.6);
    border-color: #B4B4B4;
}

/*.has-error .form-control {
    border-color: #EB001B;
    background-color: rgba(235, 0, 27, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%23EB001B' stroke-width='2'/%3E%3Cpath d='M11.0012 16.2941V17' stroke='%23EB001B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.0012 5L11.0069 12.0588' stroke='%23EB001B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.has-error .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(235, 0, 27, 0.6);
    box-shadow: 0 0 8px rgba(235, 0, 27, 0.6);
    border-color: #EB001B;
}

.has-success .form-control {
    border-color: #25266C;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22ZM11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20ZM14.2928 7.29297L8.99995 12.5859L6.70706 10.293L5.29285 11.7072L8.99995 15.4143L15.7071 8.70718L14.2928 7.29297Z' fill='%2325266C'/%3E%3C/svg%3E");
}

.has-success .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(37, 38, 108, 0.6);
    box-shadow: 0 0 8px rgba(37, 38, 108, 0.6);
    border-color: #25266C;
}*/

.has-error .help-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #EB001B;
}

.form-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 24px;
    margin-bottom: 30px;
}

.form-result > span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.form-result .amount-result {
    font-size: 32px;
    line-height: 36px;
}

.form-container .btn-main, 
.form-container .btn-cancel {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 74px;
}

.form-container .btn-main {
    color: #ffffff;
    border-width: 0;
    background: #F1C30F;
    background: -webkit-linear-gradient(90deg, #F1C30F 0%, #F39C12 100%);
    background: linear-gradient(90deg, #F1C30F 0%, #F39C12 100%);
    z-index: 1;
}

.form-container .btn-cancel {
    color: #FCB215;
    background: #ffffff;
    line-height: 46px;
    border: 2px solid transparent;
    -webkit-transition: border 0.5s linear;
    transition: border 0.3s linear;
}

.form-container .btn-main::before/*, .form-container .btn-cancel:before*/ {
    position: absolute;
    content: '';
    border-radius: 74px;
    z-index: -1;
    opacity: 0;
}

.form-container .btn-main::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F39C12;
    background: -webkit-linear-gradient(90deg, #F39C12 0%, #F1C30F 100%);
    background: linear-gradient(90deg, #F39C12 0%, #F1C30F 100%);
    background-position: 100%;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.3s linear;
}

/* .form-container .btn-cancel:before {
    top: -3px; 
    bottom: -3px;
    left: -3px; 
    right: -3px;
    background: #F39C12;
    background: -webkit-linear-gradient(90deg, #F1C30F 0%, #F39C12 100%);
    background: linear-gradient(90deg, #F1C30F 0%, #F39C12 100%);
} */

.form-container .btn-cancel:hover {
    /* height: 54px;
    line-height: 42px;
    width: calc(100% - 4px);
    top: 2px;
    left: 2px;
    margin-bottom: 4px; */
    border-color: #FCB215;
}

.form-container .btn-main:hover::before/*, .form-container .btn-cancel:hover::before*/ {
    opacity: 1;
}

.form-container .btn-main:focus, .form-container .btn-cancel:focus {
    outline: none;
}

.form-container .btn-main:active, .form-container .btn-cancel:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-container .btn-main:disabled {
    opacity: 0.5;
}

.form-container .btn-main:disabled::before {
    display: none;
}

.form-cancel {
    margin-top: 30px;
}

.result-icon {
    margin-bottom: 10px;
    text-align: center;
}

.form-container.result {
    padding-top: 0;
    text-align: center;
}

.payment-number {
    margin-bottom: 40px;
}

.unsuccess-info {
    margin-bottom: 30px;
}

.footer-wrapper {
    position: relative;
    padding-top: 30px;
}

.footer-wrapper::before,
.footer-wrapper::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 0;
}

.footer-wrapper::before {
    top: 0;
    border-top: 1px solid #e5eaed;
}

.footer-wrapper::after {
    bottom: 0;
    border-bottom: 1px solid #e5eaed;
}

.bottom-dashed > div {
    position: relative;
}

.bottom-dashed > div::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 1px dashed #e5eaed;
}

.bottom-dashed > div:first-child::after {
    left: 15px;
}

.bottom-dashed > div:last-child::after {
    right: 15px;
}

.footer-wrapper > .row > div {
    border-right: 1px dashed #e5eaed;
}

.footer-wrapper > .row > div:nth-child(3n) {
    border-right: none;
}

.footer-widget {
    min-height: 200px;
    padding: 20px 0 10px;
    color: #2d3e50;
}

.footer-wrapper > .row > div:not(:first-child) .footer-widget {
    padding-left: 40px;
}

.footer-widget h5 {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-list > li {
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.footer-list > li:not(:last-child) {
    margin-bottom: 14px;
}

.footer-list > li:not(.footer-item-social)::before {
    position: absolute;
    content: '>';
    color: #bac927;
    left: 0;
    top: 0;
}

.footer-list > li.footer-item-social {
    margin-top: 18px;
}

.footer-widget a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #2d3e50;
    -webkit-transition: 0.15s color;
    transition: 0.15s color;
}

.footer-widget a:hover {
    color: #bac927;
    text-decoration: none;
}

.footer-link-social {
    display: inline-block;
    margin-right: 16px;
}

.footer-link-social > svg {
    width: 18px;
    fill: #bac927;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.footer-link-social:hover > svg {
    fill: #254F7D;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.copyright-row .logo-mastercard,
.copyright-row .logo-visa,
.copyright-row .logo-ipay {
    width: 80px;
}

.copyright-row span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}

.copyright-row > span:first-child {
    margin-right: 20px;
}

.copyright-row > .copyright-ipay > span {
    display: block;
}

@media screen and (max-width: 991px) {
    .footer-widget {
        min-height: 248px;
    }

    .footer-wrapper > .row > div:not(:first-child) .footer-widget {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    }

    .header-logo img {
        width: 140px;
    }

    .top-nav {
        height: 56px;
    }

    .top-menu .top-menu-tel {
        display: none;
    }

    .mobile-nav {
        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;
    }

    .content {
        padding-top: 20px;
    }

    .content .breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 400;
    }

    .content h2 {
        text-align: left;
        font-size: 26px;
        line-height: 32px;
    }

    .form-container {
        padding-top: 14px;
        padding-bottom: 30px;
    }

    .form-container.secure {
        padding-bottom: 30px;
    }

    .form-result .amount-result {
        font-size: 24px;
    }

    .result-icon + h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .payment-number {
        margin-bottom: 24px;
    }

    .footer-wrapper {
        padding-bottom: 30px;
    }

    .footer-wrapper::before {
        display: none;
    }

    .footer-wrapper::after {
        left: -15px;
        right: -15px;
    }

    .footer-wrapper > .row > div {
        border-right: 0;
    }

    .bottom-dashed > div:first-child::after {
        left: 0;
    }

    .bottom-dashed > div:last-child::after {
        right: 0;
    }

    .footer-widget {
        min-height: auto;
        padding: 0;
    }

    .footer-wrapper > .row > div:not(:first-child) .footer-widget {
        padding-left: 0;
    }

    .widget-popular {
        border-bottom: 1px dashed #e5eaed;
    }

    .footer-widget h5 {
        position: relative;
        padding: 20px;
        cursor: pointer;
    }

    .footer-widget h5::after {
        position: absolute;
        content: '';
        right: 0;
        top: 23px;
        width: 14px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23bac927'%3E%3Cpolygon points='12 17.414 3.293 8.707 4.707 7.293 12 14.586 19.293 7.293 20.707 8.707 12 17.414'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    .footer-widget h5.expanded::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer-list {
        display: none;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .footer-copyright {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copyright-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        margin-right: 0;
    }

    .copyright-row > span:first-child {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .copyright-row > span.copyright-ipay {
        padding-bottom: 18px;
    }

    .copyright-row > .copyright-ipay > span {
        display: inline;
    }

    .copyright-row > .copyright-ipay + span {
        text-align: center;
    }

    .copyright-row .logo-mastercard,
    .copyright-row .logo-visa {
        width: 60px;
    }
}

/* bank's card */
.bank-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 410px;
    height: 290px;
    margin: 0 auto;
    padding: 24px 30px 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px rgba(97, 144, 183, 0.35);
    box-shadow: 0px 5px 20px rgba(97, 144, 183, 0.35);
}
  
.bank-card__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bank-card__bank, .bank-card__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto 44px;
}

.bank-card__bank {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: left center;
}
  
.bank-card__type {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: right center;
}

.bank-card__bank img, .bank-card__type img {
    max-height: 32px;
    width: auto;
}

.bank-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: flex-start;
    padding-top: 6px;
}

.bank-card__number {
    padding-bottom: 2px;
}

.bank-card__card-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bank-card__card-data .form-group,
.form-group-wrapper > .form-group {
    margin-bottom: 0;
}
  
.bank-card__expires {
    width: 196px;
}
  
.bank-card__cvv {
    position: relative;
    width: 104px;
    margin-left: auto;
}

.bank-card__cvv.has-error .form-control,
.bank-card__cvv.has-success .form-control {
    background-position: right 34px center;
}


.bank-card__cvv-button {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 14px;
    top: 41px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.69727 0.317383C6.21391 0.317383 4.76386 0.754216 3.53049 1.57264C2.29712 2.39107 1.33583 3.55433 0.768172 4.91532C0.200515 6.27631 0.0519903 7.77391 0.341379 9.21873C0.630769 10.6636 1.34507 11.9907 2.39397 13.0324C3.44286 14.074 4.77923 14.7834 6.23409 15.0708C7.68895 15.3582 9.19695 15.2107 10.5674 14.6469C11.9378 14.0832 13.1092 13.1285 13.9333 11.9037C14.7574 10.6788 15.1973 9.23877 15.1973 7.76565C15.1973 6.78753 15.0033 5.81898 14.6264 4.91532C14.2495 4.01165 13.697 3.19056 13.0006 2.49893C12.3041 1.80729 11.4773 1.25866 10.5674 0.884348C9.65745 0.510038 8.68218 0.317383 7.69727 0.317383ZM8.44727 12.9794H6.94727V11.4898H8.44727V12.9794ZM9.99977 7.20703L9.32477 7.89227C9.02269 8.15097 8.78593 8.47644 8.63353 8.84253C8.48113 9.20862 8.41733 9.6051 8.44727 10.0001H6.94727V9.62771C6.94869 8.83772 7.26404 8.08021 7.82477 7.51985L8.75477 6.58137C8.89577 6.44481 9.00762 6.28143 9.08365 6.10099C9.15967 5.92056 9.19832 5.72676 9.19727 5.53117C9.19727 5.13609 9.03923 4.75719 8.75793 4.47782C8.47662 4.19846 8.09509 4.04151 7.69727 4.04151C7.29944 4.04151 6.91791 4.19846 6.63661 4.47782C6.3553 4.75719 6.19727 5.13609 6.19727 5.53117H4.69727C4.69727 4.74101 5.01334 3.98321 5.57595 3.42448C6.13856 2.86575 6.90162 2.55186 7.69727 2.55186C8.49292 2.55186 9.25598 2.86575 9.81859 3.42448C10.3812 3.98321 10.6973 4.74101 10.6973 5.53117C10.6977 6.15952 10.4468 6.76232 9.99977 7.20703Z' fill='%2325266C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    cursor: pointer;
}
  
.bank-card__cvv-button:focus {
    outline: none;
}
  
@media screen and (max-width: 575px) {
    .bank-card {
        width: 100%;
        height: auto;
        min-height: 260px;
        padding: 16px 18px 0;
    }

    .bank-card__bank, .bank-card__type {
        background-size: auto 24px;
    }

    .bank-card__body {
        padding-top: 0;
    }

    .bank-card__expires {
        width: 146px;
    }
}

.popover.popover-cvv {
    font-size: 12px;
    border: 0;
    border-radius: 8px;
    background-color: #2B5D8C;
}

.popover.popover-cvv.right > .arrow, .popover.popover-cvv.right > .arrow:after {
    border-right-color: #2B5D8C;
}

.popover.popover-cvv.bottom > .arrow, .popover.popover-cvv.bottom > .arrow:after {
    border-bottom-color: #2B5D8C;
}
  
.popover.popover-cvv .popover-title {
    padding: 16px 16px 8px;
    font-size: 16px;
    color: #fff;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #2B5D8C;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.59668 1.72266L14.5967 14.7227' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5967 1.72266L1.59668 14.7227' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px top 12px;
    background-size: 16px;
}
  
.popover.popover-cvv .popover-content {
    min-height: 78px;
    min-width: 256px;
    padding: 0 128px 24px 16px;
    color: #fff;
    background: url("../img/cvv-img.png") right 24px top no-repeat;
}


/* google & apple */
#applePayButton, #google_pay_widget button {
    width: 100%;
    border-radius: 8px;
}


.form-group.field-token {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    #google_pay_widget button {
        background-size: auto 80%;
    }
}






















a {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

body{
    font-family: 'Nunito Sans', sans-serif;
    background: url("../img/background-xl.png") no-repeat 15px 20px;
    background-size: cover;
}



.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 40px;
}


.top-nav {
    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;
    height: 45px;
    float: right;
}

.mobile-nav {
    display: none;
    height: 56px;
    color: #ffffff;
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.top-menu-tel {
    position: relative;
    margin-right: 16px;
    padding: 9px 16px 8px 52px;
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.mobile-menu-tel {
    position: relative;
    padding-left: 36px;
}

.mobile-menu-tel p {
    margin-bottom: 0;
    font-size: 10px;
}

.mobile-menu-tel p > a {
    color: #ffffff;
}

.mobile-menu-tel p:first-child {
    font-weight: 700;
}

.mobile-menu-tel p:last-child {
    font-family: "Ubuntu", sans-serif;
}

.top-menu-tel::before,
.mobile-menu-tel::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff url("/source/1057/img/icon-tel@2x.png") center no-repeat;
    background-size: 15px;
}

.mobile-menu-tel::before {
    left: 0;
}

.top-menu-tel span {
    vertical-align: middle;
}

.top-menu-tel span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.top-menu-tel span:last-child {
    margin-left: 7px;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
}

.select-lang .btn {
    padding: 11px 21px;
    font-weight: 700;
    font-size: 16px;
    color: #453F9B;
    background: transparent;
}





.select-lang .btn:active:focus {
    outline: none;
}

.select-lang .caret {
    border-top-width: 8px;
    border-left-width: 6px;
    border-right-width: 7px;
    border-radius: 3px;
    line-height: 1;
    vertical-align: top;
    margin-top: 5px;
    color: #151826;
    position: relative;
    top: 1px;
    left: 3px;
}

.select-lang .dropdown-menu {
    min-width: auto;
    width: 79%;
    margin-top: -2px;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    color: #151826;
    border-width: 0;
    border-radius: 4px;
    background-color: #F2F1F9;
}
.dropdown-menu-right{
    right: 5px;
}

.select-lang .dropdown-menu > li > a {
    padding: 12px 10px;
    color: #151826;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    font-size: 16px;
}

.select-lang .dropdown-menu > li > a:hover {
    color: #151826;
    background-color: transparent;
}

.form-container {
    max-width: 654px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 100px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.field-cardform-pan {
    position: relative;
}

.form-group.bank-card__expires .help-block {
    margin-right: -20px;
}

.form-group.field-cardform-pan.has-error .help-block {
    position: absolute;
    top: 100%;
}

.form-group label {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.form-group label + span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #FF0000;
}

.form-control {
    height: 48px;
    line-height: 48px;
    color: #25266C;
    background: rgba(240, 240, 255, 0.2);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    border-radius: 8px;
}
.has-error .form-control{
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-control:-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-control::-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-control::placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(180, 180, 180, 0.6);
    box-shadow: 0 0 8px rgba(180, 180, 180, 0.6);
    border-color: #B4B4B4;
}

/*
.has-error .form-control {
    border-color: #EB001B;
    background-color: rgba(235, 0, 27, 0.1);
    background-image: url("/source/1057/img/icon-error@2x.png");
}
*/

.has-error .form-control:focus {
    box-shadow: none;
}

/*
.has-success .form-control {
    border-color: #25266C;
    background-image: url("/source/1057/img/icon-success@2x.png");
}
*/

.has-success .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(37, 38, 108, 0.6);
    box-shadow: 0 0 8px rgba(37, 38, 108, 0.6);
    border-color: #25266C;
}

.has-error .help-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #EB001B;
}

.form-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-result > span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.form-result .amount-result {
    font-size: 32px;
    line-height: 36px;
}

.form-container .btn-main,
.form-container .btn-cancel {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    border-radius: 74px;
    margin-top: 30px;
}
.oferta{
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.form-container .btn-main {
    color: #151826;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 2px 12px rgba(197, 218, 239, 0.4);
    border-radius: 62px;
    background: linear-gradient(180deg, #FFDE90 0%, #FFCE6B 100%);
    z-index: 1;
}

.form-container .btn-cancel {
    color: #FCB215;
    background: #ffffff;
    line-height: 46px;
    border: 2px solid transparent;
    -webkit-transition: border 0.5s linear;
    transition: border 0.3s linear;
}

.form-container .btn-main::before {
    position: absolute;
    content: '';
    border-radius: 74px;
    z-index: -1;
    opacity: 0;
}

.form-container .btn-main::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 2px 12px rgba(197, 218, 239, 0.4);
    border-radius: 62px;
    background-position: 100%;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.3s linear;
}

.form-container .btn-cancel:hover {
    border-color: #FCB215;
}

.form-container .btn-main:hover::before {
    opacity: 1;
}

.form-container .btn-main:focus, .form-container .btn-cancel:focus {
    outline: none;
}

.form-container .btn-main:active, .form-container .btn-cancel:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-container .btn-main:disabled {
    opacity: 0.5;
}

.form-container .btn-main:disabled::before {
    display: none;
}

.form-cancel {
    margin-top: 30px;
}

.result-icon {
    margin-bottom: 10px;
    text-align: center;
}

.form-container.result {
    padding-top: 0;
    text-align: center;
    max-width: 570px;

}

.payment-number {
    margin-bottom: 40px;
}

.unsuccess-info {
    margin-bottom: 30px;
}

.footer-wrapper {
    position: relative;
    padding-top: 30px;
}

.footer-wrapper::before,
.footer-wrapper::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 0;
}

.footer-wrapper::before {
    top: 0;
    border-top: 1px solid #e5eaed;
}

.footer-wrapper::after {
    bottom: 0;
    border-bottom: 1px solid #e5eaed;
}

.bottom-dashed > div {
    position: relative;
}

.bottom-dashed > div::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 1px dashed #e5eaed;
}

.bottom-dashed > div:first-child::after {
    left: 15px;
}

.bottom-dashed > div:last-child::after {
    right: 15px;
}

.footer-wrapper > .row > div {
    border-right: 1px dashed #e5eaed;
}

.footer-wrapper > .row > div:nth-child(3n) {
    border-right: none;
}

.footer-widget {
    min-height: 200px;
    padding: 20px 0 10px;
    color: #2d3e50;
}

.footer-wrapper > .row > div:not(:first-child) .footer-widget {
    padding-left: 40px;
}

.footer-widget h5 {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-list > li {
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.footer-list > li:not(:last-child) {
    margin-bottom: 14px;
}

.footer-list > li:not(.footer-item-social)::before {
    position: absolute;
    content: '>';
    color: #bac927;
    left: 0;
    top: 0;
}

.footer-list > li.footer-item-social {
    margin-top: 18px;
}

.footer-widget a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #2d3e50;
    -webkit-transition: 0.15s color;
    transition: 0.15s color;
}

.footer-widget a:hover {
    color: #bac927;
    text-decoration: none;
}

.footer-link-social {
    display: inline-block;
    margin-right: 16px;
}

.footer-link-social > svg {
    width: 18px;
    fill: #bac927;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
}

.footer-link-social:hover > svg {
    fill: #254F7D;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.copyright-row .logo-mastercard,
.copyright-row .logo-visa,
.copyright-row .logo-ipay {
    width: 80px;
}

.copyright-row span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}

.copyright-row > span:first-child {
    margin-right: 20px;
}

.copyright-row > .copyright-ipay > span {
    display: block;
}

@media screen and (max-width: 991px) {
    .footer-widget {
        min-height: 248px;
    }

    .footer-wrapper > .row > div:not(:first-child) .footer-widget {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    }

    .header-logo img {
        width: 140px;
    }

    .top-nav {
        height: 56px;
    }

    .top-menu .top-menu-tel {
        display: none;
    }

    .mobile-nav {
        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;
    }

    .content {
        padding-top: 20px;
    }

    .content .breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 400;
    }

    .content h2 {
        text-align: left;
        font-size: 26px;
        line-height: 32px;
    }

    .form-container {
        padding-top: 14px;
        padding-bottom: 30px;
    }

    .form-container.secure {
        padding-bottom: 30px;
    }

    .form-result .amount-result {
        font-size: 24px;
    }

    .result-icon + h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .payment-number {
        margin-bottom: 24px;
    }

    .footer-wrapper {
        padding-bottom: 30px;
    }

    .footer-wrapper::before {
        display: none;
    }

    .footer-wrapper::after {
        left: -15px;
        right: -15px;
    }

    .footer-wrapper > .row > div {
        border-right: 0;
    }

    .bottom-dashed > div:first-child::after {
        left: 0;
    }

    .bottom-dashed > div:last-child::after {
        right: 0;
    }

    .footer-widget {
        min-height: auto;
        padding: 0;
    }

    .footer-wrapper > .row > div:not(:first-child) .footer-widget {
        padding-left: 0;
    }

    .widget-popular {
        border-bottom: 1px dashed #e5eaed;
    }

    .footer-widget h5 {
        position: relative;
        padding: 20px;
        cursor: pointer;
    }

    .footer-widget h5::after {
        position: absolute;
        content: '';
        right: 0;
        top: 23px;
        width: 14px;
        height: 10px;
        background: url("/source/1057/img/footer-arrow.png") center no-repeat;
        background-size: 16px;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    .footer-widget h5.expanded::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer-list {
        display: none;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .footer-copyright {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copyright-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        margin-right: 0;
    }

    .copyright-row > span:first-child {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .copyright-row > span.copyright-ipay {
        padding-bottom: 18px;
    }

    .copyright-row > .copyright-ipay > span {
        display: inline;
    }

    .copyright-row > .copyright-ipay + span {
        text-align: center;
    }

    .copyright-row .logo-mastercard,
    .copyright-row .logo-visa {
        width: 60px;
    }
}

/* bank's card */
.bank-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 654px;
    height: 380px;
    margin: 0 auto;
    padding: 25px 25px 0;
    border-radius: 20px;
    background: #453F9B;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    position: relative;
}

.bank-card__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 35px;
    top: 73px;
    width: 50px;
}

.bank-card__bank, .bank-card__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto 44px;
}

.bank-card__bank {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: left center;
}

.bank-card__type {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: right center;
}

.bank-card__bank img, .bank-card__type img {
    max-height: 32px;
    width: auto;
}

.bank-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: flex-start;
    padding-top: 6px;
}

.bank-card__number {
    padding-bottom: 2px;
    position: relative;
}

.bank-card__card-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bank-card__card-data .form-group,
.form-group-wrapper > .form-group {
    margin-bottom: 0;
    margin-top: 5px
}

.bank-card__expires {
    max-width: 290px;
    width: 100%;
}

.bank-card__cvv {
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.bank-card__cvv.has-error .form-control,
.bank-card__cvv.has-success .form-control {
    background-position: right 34px center;
}


.bank-card__cvv-button {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 14px;
    top: 49px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #fff url("../img/cvv-img.svg") center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.bank-card__cvv-button:focus {
    outline: none;
}

@media screen and (max-width: 575px) {
    .bank-card {
        width: 100%;
        height: auto;
        min-height: 260px;
        padding: 16px 18px 0;
    }

    .bank-card__bank, .bank-card__type {
        background-size: auto 24px;
    }

    .bank-card__body {
        padding-top: 0;
    }

    .bank-card__expires {
        width: 146px;
    }
}

.popover.popover-cvv {
    font-size: 12px;
    border: 0;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.popover.popover-cvv.right > .arrow, .popover.popover-cvv.right > .arrow:after {
    border-right-color: #FFFFFF;
}

.popover.popover-cvv.bottom > .arrow, .popover.popover-cvv.bottom > .arrow:after {
    border-bottom-color: #FFFFFF;
}

.popover.popover-cvv .popover-title {
    padding: 16px 16px 8px;
    font-size: 16px;
    color: #151826;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #FFFFFF;
    background-size: 16px;
}

.popover.popover-cvv .popover-content {
    min-height: 78px;
    min-width: 256px;
    padding: 0 128px 24px 16px;
    color: #151826;
    background: url("../img/cvv-img-new.svg") right 24px top no-repeat;
}

/* send receipt form */
.form-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    margin-bottom: 70px;
    position: relative;
}

.form-send > .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    text-align: left;
}

.form-send > .btn {
    height: 48px;
    background:#453F9B url("../img/arrow_right.svg") no-repeat center;
    border-radius: 8px;
    width: 53px;
    margin-top: 0;
    position: relative;
    right: 10px;
}

.form-send > .btn:hover{
    border: 0;
}
.email-collapse {
    margin-top: 50px;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #151826;
}

#applePayButtonContainer .apple-pay-button, #gpay_container button {
    width: 100%;
    height: 56px;
    border-radius: 28px;
}

#gpay_container button {
    background-size: 17%;
}

#APayForm > .form-group,
#gPayForm > .form-group {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    #gpay_container button {
        background-size: auto 80%;
    }
}



.logo{
    display: inline-block;
    background: url("../img/logo.svg") no-repeat;
    height: 22px;
    width: 87px;
    vertical-align: top;
    margin-top: 7px;
}
.info-header{
    display: inline-block;
    margin-left: 30px;
}
.info-header p{
    font-weight: 400;
    font-size: 14px;
    color: #151826;
}
.info-header p a{
    text-decoration: underline;
}
.info-header p a:hover {
    color: #337ab7;
}
header{
    padding: 11px 35px;
    background: url("../img/header.png") no-repeat;
    background-position: -125px 0px;
}
.title h2{
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2727;
    color: #151826;
    margin-top: 0;
    margin-bottom: 8px;
}
.wrap-block{
    max-width: 650px;
    margin: 0 auto;
}
.lefl-column{
    font-weight: 800;
    font-size: 24px;
    color: #151826;
    display: inline-block;
}
.right-column{
    float: right;
    font-weight: 800;
    font-size: 24px;
    display: inline-block;
}
.pay-step{
    font-weight: 700;
    font-size: 18px;
    color: #525B7C;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
}
.foot-info{
    display: inline-block;
    margin-right: 30px;
}
.foot-info p{
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #172A3A;
    padding-right: 10px;
}
.footer{
    max-width: 443px;
    margin: 0 auto 15px auto;
}
.logo-right{
    display: inline-block;
}
.logo-right img{
    margin-right: 30px;
}
.wrap-block-success,.wrap-block-unsuccess{
    max-width: 575px;
    margin: 100px auto 0 auto;
}
.title-success h2,.title-unsuccess h2{
    font-weight: 800;
    font-size: 44px;
    color: #151826;
    margin-bottom: 25px;
    margin-top: 45px;
}
.info-pay{
    font-weight: 400;
    font-size: 16px;
    color: #151826;
}
.number-pay{
    font-weight: 400;
    font-size: 16px;
    color: #151826;
}
.number-pay span{
    font-weight: 600;
}

.logo-right img:nth-child(2){
    margin-right: 0;
}
.form-group  input::-moz-placeholder { color: #FFFFFF; }
.form-group input::-webkit-input-placeholder { color: #FFFFFF; }
.form-group input::-moz-placeholder { color: #FFFFFF; }
.main-page-btn{
    width: 210px;
    height: 44px;
    background: linear-gradient(180deg, #FFDE90 0%, #FFCE6B 100%);
    box-shadow: 0px 2px 16px rgba(255, 207, 27, 0.1);
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #151826;
    display: inline-block;
    float: left;
    padding-top: 9px;
    text-align: center;
}
.main-page-btn:hover{
    text-decoration: none;
    color: #151826;
}
#send_recipt .btn-receipt{
    width: 290px;
    height: 44px;
    border: 1px solid #8A95BD;
    filter: drop-shadow(0px 2px 16px rgba(230, 160, 17, 0.32));
    border-radius: 50px;
    display: inline-block;
    background: transparent;
    margin-top: 0;
    line-height: 1.7;
}
#send_recipt .btn-receipt:hover{
    background: transparent;
}
#send_recipt{
    padding-top: 30px;
    position: relative;
}
#another-post:-moz-placeholder{ color: #525B7C; }
#another-post::-webkit-input-placeholder { color: #525B7C; }
#another-post::-moz-placeholder {color: #525B7C; }
#another-post{
    background: #EEF1FB;
    border-radius: 8px;
    box-shadow: none;
    color: #525B7C;
}
.wrap-block-unsuccess .main-page-btn{
    width: 275px;
    text-align: center;
    display: block;
    float: none;
    margin-top: 35px;
    margin-bottom: 15px;
}
.support-text a{
    text-decoration: underline;
}
.wrap-block-unsuccess{
    margin-bottom: 300px;
}
.form-send span{
    display: block;
    width: 177px;
    position: absolute;
    left: 0px;
    top: 53px;
}
.form-container #applePayButton, .form-container #google_pay_widget{
    width: 100%;
    max-width: 430px;
}
.form-container #applePayButton, .form-container #google_pay_widget button{
    width: 100%;
    max-width: 430px;
    border-radius: 28px;
}
.form-container #google_pay_widget button {
    background-size: 14%;
}
.form-steps .form-group label{
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #525B7C;
}
.form-steps .form-control{
    font-weight: 400;
    font-size: 16px;
    color: rgba(37, 38, 108, 0.5);
    background: #F6F6F8;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
}
.form-steps .form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-steps .form-control:-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-steps .form-control::-ms-input-placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}

.form-steps .form-control::placeholder {
    font-weight: 300;
    color: rgba(37, 38, 108, 0.5);
}
.send-receipt{
    position: absolute;
    bottom: -10px;
    left: 15px;
}
.send-receipt p{
    font-weight: 400;
    font-size: 12px;
    color: #5B606C;
}

@media (max-width: 768px) {
    .footer{
        max-width: 300px;
        text-align: center;
    }
    .logo{
        background: url("../img/logo-min.svg") no-repeat;
        height: 22px;
        width: 29px;

    }
    header{
        padding: 0 5px;
        background: url(../img/header.png) no-repeat;
    }
    .top-nav {
        height: 54px;
    }
    .logo{
        margin-top: 15px;
    }
    .content h2{
        font-size: 30px;
    }
    .lefl-column, .right-column{
        font-size: 16px;
    }
    .bank-card{
        max-width:654px;
        width: 100%;
    }
    .bank-card__expires{
        margin-right: 10px;
    }
    .footer{
        margin-bottom: 35px;
    }
    .form-container{
        padding-top: 0;
    }
    .lefl-column p{
        margin: 0;
    }
    .wrap-block-success{
        margin-top: 50px;
    }
    .title-success h2, .title-unsuccess h2{
        font-size: 30px;
        font-weight: 700;
    }
    .form-send{
        max-width: 380px;
        width: 100%;
    }
    .email-collapse{
        font-size: 16px;
        margin-top: 35px;
    }
    #send_recipt .btn-receipt{
        margin-top: 15px;
    }
    .content{
        padding-left: 5px;
        padding-right: 5px;
    }
    .foot-info{
        margin-right: 0;
    }
    .foot-info p{
        margin-bottom: 20px;
    }
    .wrap-block-unsuccess{
        margin-top: 50px;
    }
    .wrap-block-unsuccess .main-page-btn{
        margin-top: 25px;
        max-width: 380px;
        width: 100%;
    }
    #send_recipt{
        text-align: left;
    }
    .wrap-block-unsuccess{
        margin-bottom: 100px;
    }
    .form-steps{
        padding-bottom: 45px;
    }
}
@media (max-width: 575px){

    .bank-card__card-data .form-group, .form-group-wrapper > .form-group{
        margin: 0 0 20px 0;
    }
    .bank-card__expires{
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .bank-card__card-data{
        display: block;
    }
    .bank-card__card-data .bank-card__cvv{
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .form-container .btn-main{
        margin-top: 5px;
    }
    .bank-card{
        padding-bottom: 30px;
    }
    .title h2{
        margin-bottom: 25px;
    }
    .table{
        margin-bottom: 0;
    }

    .form-container #gpay_container, .form-container .gpay-button{
        width: 100% !important;
    }
    .bank-card__header{
        right: 25px;
        top: 57px;
    }
    .form-container #google_pay_widget button {
        background-size: 50px;
    }
}

.input-cvv {
    font-family: 'text-security-disc';
    -webkit-text-security: disc;
}
  
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .input-cvv {
        /* safari 11+ fix security text */
        font-size: 1rem;
        letter-spacing: 2px;
        }
    }
}

.form-steps.form-container,
.secure.form-container {
    padding-bottom: 40px;
}

.form-steps .form-group {
    margin-bottom: 12px;
}

.form-steps .help-block {
    margin-top: 0;
    margin-bottom: 0;
}

.form-steps.form-container .btn-main {
    margin-top: 10px;
}

.flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-wrapper > .form-group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .flex-wrapper > .form-group {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}