:root {
    --card-form-buble-font: #FFFFFF;
    --card-form-buble-font-mobile: #ff0000;
    --card-form-buble-border: #ea7c7c;
    --card-form-buble-background: #ea7c7c;
}

html {
    height: 100%;
}

body {
    font-family: HelveticaNeueCyr-Roman, Arial, Helvetica, sans-serif;
    line-height: 1.15;
    background-color: #efefef;
    color: #131313;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background-color: #ffffff;
    padding: 10px 0 10px;
    border-bottom: 2px solid #D9DFDF;
}

.logo {
    float: left;
    width: 210px;
    height: 36px;
    background: url(/assets/img/k2s/logo.svg) no-repeat;
    background-position-y: center;
    text-indent: -9999px;
    margin-left: 10px;
}

.logo a {
    display: block;
    height: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content-block {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    max-width: 1160px;
    margin: 20px 0;
}

.content-box {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.content-head {
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 20px 15px;
}

.content-body {
    padding: 19px 20px 17px;
}

.content-body a {
    color: #2a8dbf;
    text-decoration: none;
}

.content-body a:hover {
    text-decoration: underline;
}

.content-body:after,
.content-head:after {
    clear: both;
    display: block;
    content: '';
}

.form-title {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    font-weight: bold;
}
.form-title .desc {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.list-pay {
    float: right;
    font-size: 0;
    line-height: 0;
    text-align: right;
    list-style: none;
    margin: -4px 0 0;
    padding: 0;
}
.list-pay li {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.list-pay li:first-child {
    margin: 0;
}
.list-pay li img {
    max-width: 100%;
    height: auto;
}

.cover {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 1;
}

.code__container {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}

.code__form {
    flex: 53;
}

.code__form__input {
    display: -webkit-box;
    display: flex;
    position: relative;
}

.code__form__input input[type="button"] {
    background-color: #29a6d9;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: 1px;
}

.code__form__input input[type="button"]:hover {
    background: #42b6ea;
}

.code__form__loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.code__form__activated {
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.spinner {
    text-align: center;
    margin-top: 3px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #455a64;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.code__form__input > * {
    border: 0;
    padding: 0 15px 0 15px;
    line-height: 40px;
    outline: 0;
    -webkit-appearance: none;
    font-size: 18px;
    border-radius: 5px;
}

.code__description {
    flex: 48;
    margin-left: 30px;
}

input[type="text"] {
    flex-basis: 500px;
    border: 2px solid #d3d3d3;
    margin-right: 15px;
    padding: 0 15px 0 15px;
    line-height: 30px;
    outline: 0;
    -webkit-appearance: none;
    font-size: 18px;
    border-radius: 5px;
    height: 40px;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    width: 18px;
    height: 18px;
}
select {
    padding: 8px 11px;
    background-color: #FFF;
    border-radius: 5px;
}
.head-box {
    float: left;
    width: 50%;
}
.head-icon {
    float: left;
    width: 32px;
    height: 32px;
    background-color: #ffb55c;
    border-radius: 3px;
    margin: 4px 9px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.icon-payment {
    background-image: url("/assets/img/k2s/icons/icon-40.png");
}
.icon-secure {
    background-image: url("/assets/img/k2s/icons/icon-47.png");
}

.apple-pay-hidden, .display-hidden {
    display: none !important;
}

.creditcard .product-info {
    max-width: 100%;
}

.creditcard-box label {
    display: block;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.creditcard-box > div {
    margin: 0 0 10px;
}

.creditcard-box .inline-label {
    vertical-align: bottom;
    display: inline-block;
}

.creditcard-box .form-block {
    margin-bottom: 10px;
}

.card-type {
    float: right;
    width: auto;
}
.card-type img {
    height: 50px;
    width: 77px;
    display: none;
}

.creditcard-box .form-control {
    color: #131313;
    font-size: 18px;
}
.creditcard-confirmations {
    padding: 20px 0 20px 0;
}
.checkbox-label {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
}

.store-form-data__block {
    display: grid;
    grid-template-columns: 50px auto;
    padding: 15px 0;
}

.store-form-data__label {
    font-size: 18px !important;
    line-height: 24px !important;
}

.checkbox-label::before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #455a64;
    top: 1px;
}

.checkbox-label.has-error:before {
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #ff0000;
    top: 1px;
}

#confirm:checked+.checkbox-label.has-error:before {
    border: 0;
    width: 20px;
    background-position: 50%;
}

#confirm:checked+label:before {
    background: url("/assets/img/k2s/icons/icon-21.png") -1px no-repeat;
}

.error-message {
    font-size: 11px;
    color: #df4a32;
    line-height: 20px;
}
.required {
    color: #df0024;
    margin: 0 0 0 2px;
}
#tryAnotherBillingBlock,
#choseAnotherBilling,
#recommendedPayments,
#tryAnotherCardBlock {
    display: none;
}

#choseAnotherBilling {
    margin-bottom: 20px;
}

#choseAnotherBilling ul {
    padding-inline-start: 20px;
}

#choseAnotherBilling ul li {
    margin-bottom: 4px;
}

#confirm {
    position: absolute;
    opacity: 0;
}

#cardFormSubmit,
#cardResellerRedirect a {
    width: 100%;
    font-family: 'HelveticaNeueCyr-Roman', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0 15px 0;
    color: #fff;
    background: #29a6d9;
    transition: all .2s linear;
}

#cardFormSubmit:disabled {
    opacity: 0.4;
}

#cardFormBack {
    width: 100%;
    font-family: 'HelveticaNeueCyr-Roman', Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0 15px 0;
    transition: all .2s linear;
}

#cardResellerRedirect a:hover {
    text-decoration: none;
}

.notify__bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.6);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notify__message {
    background-color: #EEE;
    padding: 20px;
    width: 400px;
    z-index: 2;
    text-align: center;
    font-size: 23px;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.notify__message ul {
    list-style: none;
    padding: 0;
}

.notify__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.notify__close_button {
    background: #29a6d9;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin: 20px 0 0 0;
    border-radius: 5px;
    font-size: 20px;
}

.notify__close_button:hover {
    background: #42b6ea;
}

[v-cloak] {
    display: none;
}

footer {
    font-family: var(--typography-font-family-default, Inter), sans-serif;
    background: var(--surface-neutral-900, #252C37);
    padding: var(--spacing-32, 32px) var(--spacing-16, 16px);
    border-top: var(--stroke-size-3, 3px) solid color-mix(in hsl, #042a4d, #dbfaff 44%);
    flex-shrink: 0;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-12, 12px);
}

.footer-report {
    display: flex;
    justify-content: center;
}

.footer-report__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-4, 4px);
    color: var(--text-primary-500, #31C0FA);
    font-family: var(--typography-font-family-default, Inter), sans-serif;
    font-size: var(--typography-font-size-16, 16px);
    font-weight: var(--typography-font-weight-medium, 500);
    line-height: 1;
    text-decoration: none;
}

.footer-report__btn:hover {
    opacity: 0.8;
    text-decoration: none;
}

.footer-report__btn .icon {
    width: var(--spacing-16, 16px);
    height: var(--spacing-16, 16px);
    display: inline-block;
    background-color: var(--text-primary-500, #31C0FA);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.icon--alert-octagon {
    mask-image: url('/assets/img/icons/alert-octagon.svg');
    -webkit-mask-image: url('/assets/img/icons/alert-octagon.svg');
}

.footer-nav {
    display: flex;
    color: var(--text-neutral-300, #A8B6BA);
    font-family: var(--typography-font-family-default, Inter), sans-serif;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--spacing-4, 4px);
}

.footer-nav a {
    color: inherit;
    font-size: var(--typography-font-size-16, 16px);
    font-weight: 300;
    line-height: var(--typography-line-height-700, 22px);
    text-decoration: none;
}

.footer-nav a:hover {
    color: var(--text-primary-500, #31C0FA);
    text-decoration: none;
}

.footer-nav a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--text-neutral-300, #A8B6BA);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: var(--spacing-8, 8px);
    margin-right: var(--spacing-4, 4px);
}

.footer-nav a:last-child::after {
    display: none;
}

.footer-copy {
    font-family: var(--typography-font-family-default, Inter), sans-serif;
    font-size: var(--typography-font-size-14, 14px);
    font-weight: 200;
    font-style: normal;
    line-height: var(--typography-line-height-600, 20px);
    color: var(--text-neutral-600, #5E7381);
    text-align: center;
    max-width: 275px;
    margin: 0 auto;
    padding-top: var(--spacing-12, 12px);
}

.block-alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}
.block-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.block-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.block-alert-success {
    color: #49a41a;
    background-color: #e8f7d9;
    border-color: #cef1bc;
}
.panel-info {
    background: #fcfcfc;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 10px 0;
}

/* List Payments */
.list-payment {
    padding: 0 14px;
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}

.list-payment-li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    position: relative;
    padding: 0 10px;
    width: 200px;
}

.list-payment-link {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    min-height: 115px;
    padding: 5px;
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list-payment-link:hover {
    text-decoration: none !important;
    box-shadow: 0 10px 18px rgba(0,0,0,0.30);
}

.list-payment-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    content: '';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list-payment-image {
    max-width: 90px !important;
}

.list-payment-link:hover:after {
    border: 3px solid #29a6d9;
}

.list-payment-icon {
    min-height: 102px;
    line-height: 102px;
    vertical-align: middle;
    margin: 0 0 5px;
}

.list-payment-caption {
    display: block;
    color: #131313;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

/* List resellers */
.list-reseller {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.list-reseller li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    position: relative;
    padding: 0 10px;
    width: 20%;
}

.list-reseller li .icon {
    min-height: 102px;
    line-height: 102px;
    vertical-align: middle;
    margin: 0 0 5px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100px auto;
}

.list-reseller li .icon img {
    max-width: 100%;
    width: 208px;
    height: auto;
}

.list-reseller li .caption {
    display: block;
    color: #131313;
    font-size: 18px;
    line-height: 22px;
}

.list-reseller .link {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    min-height: 180px;
    padding: 5px;
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list-reseller .link:hover {
    text-decoration: none !important;
    box-shadow: 0 10px 18px rgba(0,0,0,0.30);
}

.list-reseller .link:hover:after {
    border: 3px solid #29a6d9;
}

.list-reseller .link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    content: '';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.access-block .content-body {
    padding: 19px 20px 0;
}

.access-block .list-reseller li {
    width: 25%;
}

.access-block .list-reseller label {
    padding: 20px 20px 10px;
    min-height: 190px;
    position: relative;
}

.access-block .list-reseller .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-height: 44px;
    overflow: hidden;
}

.access-block .list-reseller .icon {
    min-height: 119px;
    line-height: 119px;
    margin: 0 0 19px;
}

.legend {
    width: 100%;
    margin-bottom: 9px;
    font-size: 22px;
    line-height: inherit;
    color: #333;
    margin-top: 20px;
}

.page-redirect {
    display: flex;
}

.page-redirect-info {
    flex: 50;
    padding: 15px;
}

#download-wait-timer {
    font-size: 16px !important;
    width: 66px !important;
    height: 66px !important;
    margin: 25px auto;
    line-height: 66px !important;
    text-align: center;
    color: #22617b !important;
    background: url(../../img/k2s/ajax-loader-big.gif);
}

.page-redirect .redirect-text {
    text-align: center;
    line-height: 40px;
}

.product-info {
    flex: 50;
    max-width: 480px;
    border: 1px solid #29a6d9;
    border-radius: 5px;
    padding: 35px 37px 40px;
}

.product-info .product-title {
    color: #455a64;
    margin: 0 0 3px;
    font-size: 24px;
    line-height: 28px;
}

.product-info .product-title span {
    color: #29a6d9;
}

.product-info .product-desc {
    color: rgba(69, 90, 100, .6);
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 14px;
}

.product-info .product-help-desc {
    padding: 0 5px 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    background: none;
}

.product-info .product-help-desc a {
    color: #455a64;
}

.fake-block {
    padding: 20px 37px 10px;
}

.payment-form {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #ffffff;
    line-height: 1.5;
    padding: 0 0 3rem;
}

.payment-form .banners {
    height: auto;
    background-color: #ffffff;
    padding: 3rem 3rem 1rem 3rem;
}

.payment-form section {
    padding: 3rem 3rem 0rem 3rem;
}

.payment-form .errors {
    margin-top: 2rem;
}

.payment-form .info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.payment-form .form {
    padding: 0rem 3rem 0rem 3rem;
}

.payment-form .info__container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.payment-form .info__label {
    font-size: 1.6rem;
    font-weight: bold;
}

.payment-form .info__payment {
    font-size: 1.4rem;
}

.payment-form .info__payment .info__cost {
    font-size: 1.6rem;
    color: #61ACE6;
    font-weight: bold;
}

.payment-form .info__button button {
    width: 100%;
    height: 100%;
    border: 2px solid #D2D2D2;
    background-color: #ffffff;
    border-radius: .5rem;
    padding: .795rem 1.475rem;
    font-size: 1.6rem;
}

.payment-form .form-el {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.payment-form .form-el input[type=text],.payment-form .form-el input[type=email], .form-el select {
    width: 100%;
    border: 2px solid #D2D2D2;
    background-color: transparent;
    border-radius: .5rem;
    line-height: 3rem;
    padding: .375rem .675rem;
    font-size: 1.4rem;
}

.payment-form .form-el select {
    padding: .475rem .675rem;
    height: 40px;
}

.payment-form .form-el select.loading {
    pointer-events: none;
    opacity: .4;
}

.payment-form .form-el button[type=submit].loading {
    pointer-events: none;
    opacity: .4;
}

.payment-form .form-el button[type=submit] {
    background: #61ACE6;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: .5rem;
    color: #ffffff;
    padding: 1rem;
}

.payment-form .submit-field__price {
    font-size: 2rem;
}

.payment-form .submit-field__description {
    font-size: 1.4rem;
    text-align: center;
}

.payment-form .form-el .confirm-label {
    display: flex;
    flex-direction: row;
}

.payment-form .form-el .confirm-text {
    flex: 1;
    margin-left: 1rem;
}

.payment-form .form-el .confirm-text span {
    margin-bottom: .375rem;
}

.payment-form .form-el div.error {
    font-size: 1.3rem;
    line-height: 1;
    margin-top: .275rem;
    color: #C25740;
}

.payment-form .form-el label.error input, .payment-form .form-el label.error select {
    border-color: #C25740;
}

.payment-form .form-el label.valid input, .payment-form .form-el label.valid select {
    border-color: #8FCD8E;
}

.payment-form .form-el input[autocomplete=cc-name] {
    text-transform: uppercase;
}

.payment-form .form-el input {
    margin-bottom: 0;
}

.payment-form .form-el input.loading {
    opacity: 0.3;
}

.payment-form .form-el input[disabled],
.payment-form button[disabled] {
    opacity: 0.3;
}

.payment-form .form-el label span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.payment-form .form-el label {
    margin-bottom: 0;
}

.payment-form .form-group {
    display: flex;
    flex-direction: row;
}

.payment-form .form-group .form-el + .form-el {
    margin-left: 1rem;
}

.payment-form .form-info {
    margin-top: 1rem;
    font-size: 1.2rem;
}

.payment-form .form-info span {
    display: block;
}

.payment-form .form-info__header {
    font-weight: bold;
}

.payment-form .errors {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(238, 139, 139);

    font-size: 2rem;
    text-align: center;
    padding: 2rem;
    font-weight: bold;
}

.payment-form .errors .panel-info {
    background: none;
    border: 0;
}

.payment-form .errors .panel-info ul {
    margin-bottom: 0;
}

.payment-form .errors .panel-info ul li {
    text-align: left;
}

.payment-form .scrollwarning {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(238, 139, 139);
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}

/* CARD FORM */
.card__body__center-container {
    display: block;
    width: 540px;
    margin: 0 auto;
    position: relative;
    height: 300px;
}

.card__body {
    border: 1px solid #e2e2e2;
    width: 400px;
    height: 260px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 10px 10px 17px -15px rgba(117, 117, 117, 1);
    -moz-box-shadow: 10px 10px 17px -15px rgba(117, 117, 117, 1);
    box-shadow: 10px 10px 17px -15px rgba(117, 117, 117, 1);
    background: linear-gradient(140deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(240, 240, 240, 1) 100%);
}

.card__front {
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 400px;
}

.card__back {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
}

.card__field {
    margin: 35px 35px 0 35px;
    position: relative;
}

.card__field__centered {
    text-align: center;
}

.card__notification-block {
    position: relative;
    margin: 0 auto;

    @media screen and (min-width: 1200px) {
        & {
            width: 540px;
        }
    }
}

.card__notification-form {
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    padding: 5px;
    color: var(--card-form-buble-font-mobile);
    font-size: 17px;

    @media screen and (min-width: 1200px) {
        & {
            min-height: 65px;
            color: var(--card-form-buble-font);
            background-color: var(--card-form-buble-background);
            border: 2px solid var(--card-form-buble-border);
            position: absolute;
            z-index: 5;
            padding: 13px;
        }
    }
}

.card__notification-form_card-number {
    @media screen and (min-width: 1200px) {
        & {
            left: -270px;
            width: 250px;
            border-radius: 20px;
            top: 20px;
        }

        &::before {
            position: absolute;
            content: '';
            right: -25px;
            top: 20px;
            border: 12px solid;
            border-color: transparent transparent transparent var(--card-form-buble-border);
        }

        &::after {
            position: absolute;
            content: '';
            right: -21px;
            top: 21px;
            border: 11px solid;
            border-color: transparent transparent transparent var(--card-form-buble-background);
        }
    }
}

.card__notification-form_card-name {
    @media screen and (min-width: 1200px) {
        & {
            left: -270px;
            width: 250px;
            border-radius: 20px 0 20px 20px;
            top: 137px;
        }

        &::before {
            position: absolute;
            content: '';
            right: -22px;
            top: -2px;
            border: 11px solid;
            border-color: var(--card-form-buble-border) transparent transparent var(--card-form-buble-border);
        }

        &::after {
            position: absolute;
            content: '';
            right: -17px;
            top: 0px;
            border: 11px solid;
            border-color: var(--card-form-buble-background) transparent transparent var(--card-form-buble-background);
        }
    }
}

.card__notification-form_cvv {
    @media screen and (min-width: 1200px) {
        & {
            right: -274px;
            width: 250px;
            border-radius: 20px;
            top: 95px;
        }

        &::before {
            position: absolute;
            content: '';
            left: -26px;
            top: 20px;
            border: 12px solid;
            border-color: transparent var(--card-form-buble-border) transparent transparent;
        }

        &::after {
            position: absolute;
            content: '';
            left: -22px;
            top: 21px;
            border: 11px solid;
            border-color: transparent var(--card-form-buble-background) transparent transparent;
        }
    }
}

.card__input {
    border: 2px solid #d3d3d3;
    padding: 0 15px 0 15px;
    line-height: 30px;
    font-size: 19px;
    border-radius: 6px;
    height: 40px;
    background-color: #FFF;
}

.card__input-wide {
    width: 100%;
}

.card__error {
    margin-top: 3px;
    color: #c37b0c;
}

.card__input-email {
    margin-top: 20px;
    width: 365px;
}

.card__expiration-splitter {
    font-size: 25px;
    color: #666;
    margin: 0 5px;
}

.card__back-lent {
    height: 45px;
    background-color: #c3c3c3;
    margin-top: 30px;
}

.card__back-cvv-block {
    padding: 10px 20px 0 280px;
    position: relative;
}

.card__title-cvv {
    font-size: 16px;
    color: #8e8e8e;
    font-weight: bold;
    letter-spacing: 0.02em;
    position: absolute;
    top: 60px;
    right: 34px;
}

.card-type {
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.has-error {
    border-color: #ff0000 !important;
}

.card-type img {
    display: none;
}

.display-hidden {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media screen and (max-width: 991px) {
    .access-block .list-reseller li {
        width: 33.3%;
    }

    .code__container, .page-redirect {
        flex-direction: column;
    }

    .code__description {
        margin: 20px 0 0 0;
    }

    .head-box {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .list-pay {
        float: none;
        text-align: left;
    }

    .footer-nav {
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 630px) {
    body {
        margin: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .cover {
        flex: 1;
    }

    footer {
        position: static;
        flex-shrink: 0;
    }

    .card__body__center-container {
        width: auto;
        margin-bottom: 60px;
    }

    .card__body {
        width: auto;
        height: auto;
        padding-bottom: 25px;
        box-shadow: 1px 10px 17px -15px rgba(117, 117, 117, 0.5);
    }

    .card__front {
        width: 100%;
    }

    .card__field {
        margin: 30px 25px 0 25px;
    }

    .card__input {
        padding: 0 10px 0 10px;
    }

    .card__input-email {
        width: 100%;
    }

    .card__input-date {
        padding: 0 6px;
    }

    .card__input-cvv {
        position: absolute;
        width: 70px;
        bottom: 0;
        right: 25px;
    }

    .card-type {
        bottom: 23px;
    }

    .card__back {
        top: 180px;
        width: 100%;
    }

    .card__back-cvv-block {
        height: 60px;
        position: relative;
        padding: 0;
    }

    .card__title-cvv {
        top: 33px;
        right: 115px;
    }

    .card__expiration-splitter {
        font-size: 22px;
        margin: auto;
    }

    .access-block .list-payment,
    .payment-block .list-payment {
        padding: 0;
        margin: 0 -10px;
    }

    .access-block .list-reseller li {
        width: 50%;
    }

    .list-reseller li .caption {
        font-size: 12px;
    }

    .list-reseller li .icon {
        padding-bottom: 0;
    }

    .country {
        width: 100%;
    }

    .list-pay li {
        width: 33.3%;
        margin: 0;
        text-align: center;
        padding: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .list-reseller li .icon {
        min-height: 60px;
        background-size: 75px auto;
    }

    .list-payment {
        padding: 0;
    }

    .code__form__input {
        display: block;
        text-align: center;
    }

    .hide_small {
        display: none;
    }

    .country {
        width: 100%;
    }

    .card-type {
        margin-top: -155px;
        position: absolute;
        right: 20px;
    }
}

@media screen and (max-width: 420px) {
    body {
        background-color: #FFF;
    }

    .container {
        padding: 0;
    }

    .content-block {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .content-box {
        border: 0;
        border-radius: 0;
    }

    .access-block .list-reseller li {
        width: 100%;
    }

    .list-payment {
        padding: 0;
    }

    .country {
        width: 100%;
    }

    #cardFormSubmit,
    #cardResellerRedirect a {
        font-size: 15px;
    }
}

.b2b-currencies, .osp-methods {
    margin-bottom: 2.4rem;
}
.b2b-currencies .b2b-currency-btn, .osp-methods .osp-method-btn {
    padding: 3rem 1.6rem;
    border: 1px solid #29a6d9;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem;
}

.b2b-currencies .b2b-currency-btn:hover, .osp-methods .osp-method-btn:hover {
    border: 1px solid #217ca1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
}

.b2b-currencies .currency-image {
    margin-bottom: 0.8rem;
}

.osp-methods .method-name {
    font-size: 115%;
}

.b2b-currencies .currency-amount, .osp-methods .method-amount{
    color: #717171;
}

.osp-method-btn.selected {
    background-color: rgba(122, 181, 211, 0.24);
}

.payment-status__reasons {
    text-align: left;
    margin: auto;
    max-width: 610px;
    line-height: 2em;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

#qr {
    text-align: center;
}

/* Resellers activate form */
#code-active-form {
    display: none;
    position: absolute;
    z-index: 1;
    border: 2px solid #b5b5b5;
    border-radius: 6px;
    padding: 7px;
    background-color: #FFF;
    box-shadow: 1px 10px 25px rgba(0, 0, 0, 0.30);
}

.code__form__input_custom {
    text-align: center;
}

.code__form__input_custom .spinner {
    margin-top: 17px;
}

.code__form__input_custom input[type='text'] {
    width: 100%;
}

.code__form__input_custom input[type="button"] {
    background-color: #29a6d9;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    border: 1px solid #05668d;
    border-radius: 4px;
}

.safe-payment {
    position: fixed;
    margin-left: 30px;
    margin-right: 30px;
    bottom: 20px;
    z-index: 1000;
}

.safe-payment__bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(3px);
}

@media screen and (max-width: 950px) {
    .safe-payment {
        margin-left: 15px;
        margin-right: 15px;
    }

    .safe-payment__bg {
        backdrop-filter: blur(5px);
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
    }
}

.safe-payment__badge {
    background-image: url("/assets/img/safe-payment-badge/default.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 172px;
    height: 64px;
}

.safe-payment__badge:hover {
    background-image: url("/assets/img/safe-payment-badge/hovered.svg");
    cursor: pointer;
}

.safe-payment__pulse::before {
    content: '';
    animation: safe-payment__pulse-animation 1.5s infinite;
    animation-timing-function: ease;
    position: absolute;
    top: 4px;
    right: 8px;
    left: 8px;
    bottom: 12px;
    border-radius: 5px;
}

@keyframes safe-payment__pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 66, 0.3);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(0, 0, 66, 0);
    }
}

.safe-payment__popup {
    max-width: 552px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 #1313133D;
    position: relative;
}

.safe-payment__popup-header {
    background-image: url(/assets/img/safe-payment-badge/popup-header.svg);
    height: 68px;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    position: relative;
}

.safe-payment__popup-close-button {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/safe-payment-badge/close-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.safe-payment__popup-details {
    margin: 0 30px 13px 30px;
    background-image: url(/assets/img/safe-payment-badge/pointer.svg);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    color: #455A64;
}

/* PAYMENT RESULT PAGE: success/fail */
.payment-result-page {
    max-width: 800px;
    margin: 0 auto;
}

.payment-result-page__centered {
    text-align: center;
}

.payment-result-page__margin-bottom {
    margin-bottom: 20px;
}

.payment-result-page__title {
    font-size: 20px;
    font-weight: bold;
}

.payment-result-page__reasons-list li {
    margin-bottom: 10px;
}
