#sequraPopup1, #sequraPopup2 {
    display: none;
}
.sequraFancybox{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-left: 3px;
}
.sequraFancybox > i{
    color: #369;
    font-size: small;
    cursor: pointer;
    height: 12px;
}
.fancybox-skin {
    padding: 0px !important;
}
.customPartpayment, 
.customInvoice {
    color: #565656;
    display: flex;
    align-items: center;
}
.sequra_hook{
    color: #565656;
}

@media (min-width: 768px) {
    .popup-content {
        border-radius: 8px
    }
}

.popup-wrapper {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483645;
    overflow-y: auto
}

.popup-wrapper.is-ios {
    background: rgba(25, 25, 25, .97)
}

.popup-content {
    display: block;
    background-color: #fff;
    min-width: 320px;
    max-width: 534px;
    height: auto;
    width: auto; /*margin:5% auto;*/
    overflow: hidden
}

.popup-content * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 560px) {
    .popup-wrapper .popup-content {
        margin-top: 0;
        margin-bottom: 0;
        overflow: scroll;
        height: 100%
    }
}

.popup-content-header {
    position: relative;
    background-color: #fff;
    color: #1c1c1c;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 66px
}

@media (min-width: 768px) {
    .popup-content-header {
        min-height: 98px
    }
}

.popup-content-header .popup-content-header-close {
    position: absolute;
    right: 16px;
    top: 18px
}

@media (min-width: 768px) {
    .popup-content-header .popup-content-header-close {
        right: 34px;
        top: 26px
    }
}

.popup-content-header .popup-content-header-close button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: none;
    background: none;
    cursor: pointer
}

.popup-content-header .popup-content-header-close button svg {
    width: 34px;
    height: 34px
}

@media (min-width: 768px) {
    .popup-content-header .popup-content-header-close button svg {
        width: 24px;
        height: 24px
    }
}

.popup-content-header .popup-content-header-close button svg g {
    fill: #1c1c1c
}

.popup-footer-component {
    background-color: #fff;
    color: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px
}

.popup-footer-component .popup-footer-component-logo {
    height: 32px
}

.popup-footer-component .popup-footer-component-logo svg path {
    fill: #00c2a3
}

.educational-popup-component.calculator .total-price-component {
    width: 100%;
    margin-top: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.educational-popup-component.calculator .total-price-component .input-price-wrapper {
    padding: 8px 16px;
    border-radius: 8px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #e8e8e8
}

.educational-popup-component.calculator .total-price-component .input-price-wrapper .input-price-editable {
    border: none;
    width: 50px;
    min-width: 50px;
    font-weight: 700
}

.educational-popup-component.calculator .total-price-component .input-price-wrapper.error {
    border: solid 1px #d00000
}

.educational-popup-component.calculator .total-price-component .input-price-wrapper .edit-icon {
    padding: 2px 0 0 36px;
    cursor: pointer
}

.educational-popup-component.calculator .total-price-component .input-price-wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0
}

.educational-popup-component.calculator .tooltip-validation {
    display: block;
    margin-top: 10px;
    -webkit-transition: -webkit-transform 0s .5s;
    transition: -webkit-transform 0s .5s;
    transition: transform 0s .5s;
    transition: transform 0s .5s, -webkit-transform 0s .5s
}

.educational-popup-component.calculator .bullet-points-component {
    margin-top: 40px
}

.educational-popup-component.calculator .bullet-points-component .icon {
    margin-right: 12px
}

.credit-agreement {
    width: 100%;
    margin-top: 12px
}

.credit-agreement-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.credit-agreement-top .instalments-selector-arrows {
    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;
    min-width: 150px
}

.credit-agreement-top .instalments-selector-arrows [class*=typography] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.credit-agreement-top .instalments-selector-arrows button {
    width: 24px;
    height: 16px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer
}

.credit-agreement-top .instalments-selector-arrows button > svg {
    margin-top: -4px
}

.credit-agreement-top .instalments-selector-arrows button.disabled > svg > path {
    fill: #b1aeba
}

.credit-agreement-top .instalments-selector-arrows button:focus {
    outline: none
}

.credit-agreement-top .instalments-selector-arrows .instalments-number {
    text-transform: uppercase;
    min-width: 60px;
    text-align: center
}

.credit-agreement-top .instalments-selector-arrows .instalments-cuotes {
    text-transform: lowercase
}

.credit-agreement-box {
    width: 100%;
    padding: 17px 16px 16px 16px;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.credit-agreement-box-top {
    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
}

.credit-agreement-box-top .instalment-total span:first-child {
    padding-right: 4px
}

.credit-agreement-box-top .instalment-value {
    font-weight: normal
}

.credit-agreement-box-top .discount {
    margin-left: 4px;
    padding: 1px 8px;
    border-radius: 16px;
    color: #1c1c1c;
    background-color: #ffe9af
}

.credit-agreement-box-bottom {
    margin-top: 12px
}

.credit-agreement-box-bottom .label-no-cost {
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #b6eee5;
    padding: 2px 14px 2px 8px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.credit-agreement-box-bottom .label-no-cost svg {
    padding: 2px 4px 0 0
}

.credit-agreement-box-bottom .label-with-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.credit-agreement-box-bottom .label-with-cost .label-tae {
    padding-top: 3px;
    display: block
}

.credit-agreement-box__discount {
    display: block;
    margin: 4px 0 0;
    text-align: right;
    text-decoration: line-through
}

.credit-agreement.inactive .credit-agreement-top [class*=typography] {
    color: #b1aeba
}

.credit-agreement.inactive svg path {
    fill: #b1aeba
}

.credit-agreement.inactive button {
    pointer-events: none
}

.credit-agreement.inactive .instalment-value, .credit-agreement.inactive .instalment-total, .credit-agreement.inactive .label-no-cost, .credit-agreement.inactive .label-with-cost span {
    position: relative;
    background-color: #f4f4f4;
    color: transparent;
    border-radius: 2px;
    height: 24px
}

.credit-agreement.inactive .instalment-value [class*=typography], .credit-agreement.inactive .instalment-total [class*=typography], .credit-agreement.inactive .label-no-cost [class*=typography], .credit-agreement.inactive .label-with-cost span [class*=typography] {
    color: transparent
}

.credit-agreement.inactive .instalment-value svg path, .credit-agreement.inactive .instalment-total svg path, .credit-agreement.inactive .label-no-cost svg path, .credit-agreement.inactive .label-with-cost span svg path {
    fill: transparent
}

.credit-agreement.inactive .label-no-cost {
    border-radius: 14px
}

.credit-agreement.inactive .label-with-cost span:first-child {
    margin-bottom: 8px
}

.credit-agreement.inactive .credit-agreement-box {
    position: relative
}

.credit-agreement.inactive .credit-agreement-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0) 80%);
    background-repeat: repeat-y;
    background-size: 40px 600px;
    background-position: -40px 0;
    -webkit-animation: shine 1.5s 2;
    animation: shine 1.5s 2
}

.discount-component {
    margin-bottom: 24px;
    padding: 8px 0;
    text-align: center;
    background: linear-gradient(269.73deg, #b6eee5 11.43%, #c1d8ec 93.57%)
}

.discount-component ul {
    padding: 0;
    margin: 12px 0;
    list-style: none
}

.discount-component ul > li + li {
    margin-top: 8px
}

.discount-component__item_discount span > span {
    padding: 1px 8px;
    border-radius: 16px;
    background-color: #ffe9af
}

.discount-component__claim {
    margin: 0
}

.discount-component__claim a {
    color: #1c1c1c;
    font-weight: 600
}

@-webkit-keyframes shine {
    to {
        background-position: 100% 0, 120px 0, 120px 40px
    }
}

@keyframes shine {
    to {
        background-position: 100% 0, 120px 0, 120px 40px
    }
}
.popup-wrapper .popup-content {
    max-width: 583px
}

.popup-content-header.educational-popup-header {
    position: relative;
    background-color: #fff;
    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;
    height: auto;
    margin: 24px 24px 24px 48px;
    padding: 0;
    min-height: auto
}

.popup-content-header.educational-popup-header .popup-content-header-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 32px
}

.popup-content-header.educational-popup-header .popup-content-header-close {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 24px;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0
}

.popup-content-header.educational-popup-header .popup-content-header-close button {
    margin: 0;
    padding: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: none;
    background: none;
    cursor: pointer
}

.popup-content-header.educational-popup-header .popup-content-header-close button svg g {
    fill: #1c1c1c
}

@media only screen and (max-width: 560px) {
    .popup-content-header.educational-popup-header {
        padding: 0
    }

    .popup-content-header.educational-popup-header .popup-content-header-title {
        text-align: left;
        margin: 16px 24px
    }

    .popup-content-header.educational-popup-header .popup-content-header-close {
        padding: 0;
        max-height: unset;
        margin-bottom: -8px
    }

    .popup-content-header.educational-popup-header .popup-content-header-close button svg {
        width: 24px;
        height: 24px
    }
}

.educational-popup-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 48px
}

.educational-popup-component .icon-with-text-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: center;
    margin-bottom: 40px
}

.educational-popup-component .icon-with-text-component .icon-with-text-component-icon {
    margin-bottom: 24px
}

.educational-popup-component .icon-with-text-component .icon-with-text-component-title {
    margin-bottom: 16px
}

.educational-popup-component .icon-with-text-component .icon-with-text-component-description {
    max-width: 312px
}

.educational-popup-component .education-popup-payment-method-properties-list {
    text-align: left
}

.educational-popup-component .education-popup-payment-method-properties-list .education-popup-payment-method-properties-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.educational-popup-component .education-popup-payment-method-properties-list .education-popup-payment-method-properties-item:last-child {
    margin-bottom: 0
}

.educational-popup-component .education-popup-payment-method-properties-list .education-popup-payment-method-properties-item .education-popup-payment-method-properties-item-bullet {
    margin-left: 6px;
    margin-right: 18px
}

.educational-popup-component .educational-popup-extra-info {
    text-align: center;
    margin: 32px auto 0;
    max-width: 400px
}

@media only screen and (max-width: 560px) {
    .educational-popup-component {
        margin: 0 24px
    }
}

