@charset "UTF-8";
@font-face {
    font-family: Segoe UI;
    font-display: swap;
    src: url(https://activation.bima.tj/a6e4c8d6f3d41f528a42.woff2) format("woff2"), url(https://activation.bima.tj/d3f20776a93000e92a92.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Segoe UI;
    font-display: swap;
    src: url(https://activation.bima.tj/7644b917209027575cc6.woff2) format("woff2"), url(https://activation.bima.tj/0519aedb30e81d19546c.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

html,
body {
    height: 100%;
    min-width: 280px;
}

body {
    color: #000;
    line-height: 1;
    font-family: "Segoe UI";
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Segoe UI";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.lock body {
    overflow: hidden;
    touch-action: none;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
    max-width: 67.5rem;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.875rem;
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    transform: scale(1);
}

.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease 0s;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    border-radius: 6px;
    position: relative;
}
.lock .popup__content {
    visibility: visible;
}

.popup__close {
    outline: none;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 4px;
    padding: 0;
    color: #6d6d73;
}

.popup__text {
    padding: 0;
    margin-top: 0;
}

[class*=-ibg] {
    position: relative;
}
[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    object-fit: contain;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header {
    grid-area: hd;
}

.footer {
    grid-area: ft;
}

.page {
    grid-area: ct;
}

body {
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    min-height: 100vh;
    grid-template-areas: "hd" "ct" "ft";
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.label__input {
    display: flex;
    width: 100%;
    position: relative;
}

.label {
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    width: 100%;
}

input::placeholder {
    color: #999;
}

input::placeholder:focus {
    color: transparent;
}

.label--hide {
    display: none;
}

.label__text {
    font-size: 0.875rem;
    margin-bottom: 12px;
}

h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 20px 0 30px 0;
    font-weight: 600;
    text-align: center;
}

h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 12px 0;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #fbbe07;
}

h3 {
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 12px 0;
    font-weight: 600;
    text-align: center;
}

.product__promo-image {
    background-color: #f6f6f6;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0 0 16px hsla(0deg, 0%, 41%, 0.1);
    border-radius: 4px;
}

.product__promo-image picture {
    height: 98%;
}

.promo-image__img {
    height: 98%;
}

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

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

.policy__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.policy__search {
    outline: none;
    padding: 4px;
    margin: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.row-1, .row-2, .row-3 {
    margin-bottom: 10px;
}

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

.input__field, .light-select {
    margin: 0;
    flex-grow: 1;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 2.875rem;
    padding: 8px 8px;
    border-radius: 4px;
    resize: none;
    outline: none;
    color: #242729;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
}

.button {
    margin: 0;
    height: 2.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 8px 8px;
    background-color: #fbbe07;
    color: #fff;
    text-align: center;
    border: 1px solid #fbbe07;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background-color: #ffd453;
}

.button:focus {
    background-color: #e3ab00;
}

.input__button {
    min-width: 18px;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input__prefix {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    height: 2.875rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 8px 8px;
    background-color: #fbbe07;
    color: #fff;
    text-align: center;
    border: 1px solid #fbbe07;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    text-decoration: none;
}

.input__prefix_small {
    text-transform: none;
}

.input__error-text, .search__error {
    display: none;
}

.input__error-text--active, .search__error--active {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    color: #eb5757;
    font-weight: 300;
    font-size: 0.6875rem;
    line-height: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: none;
    white-space: nowrap;
    margin-top: 4px;
    align-self: center;
}

.check {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
}

.check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.check-label {
    padding-left: 15px;
    font-size: 0.875rem;
    color: #242729;
    cursor: pointer;
    margin-left: 5px;
}

.check-label:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fbbe07;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 7px; /* расстояние от верха родителя */
    left: 0; /* расстояние слева от родителя */
    z-index: 1; /* на нижнем слое */
    transition: border 0.1s linear; /* плавный переход для border */
}

.check-label:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0; /* полностью прозрачный */
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 2; /* на верхнем слое */
    transition: opacity 0.1s linear; /* плавный переход для opacity */
}

.check-input:checked + .check-label:before {
    background-color: #fbbe07;
}

.check-input:checked + .check-label:after {
    opacity: 1;
}

.column-1 {
    display: flex;
    width: 100%;
    align-items: start;
}

.column-2 {
    display: flex;
    width: 47%;
    align-items: start;
}

.column-2_mod {
    display: flex;
    width: 100%;
    align-items: start;
}

.column-3 {
    display: flex;
    width: 29%;
    align-items: start;
}

.light-select__list {
    position: absolute;
    top: 2.875rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.light-select__list_hide {
    display: none;
}

.light-select__option {
    padding: 4px;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}

.light-select__option:hover {
    background-color: #e5e5e5;
    transition: background-color 0.3s ease;
}

.light-select::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #fbbe07;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.copy-button {
    color: #fbbe07;
    padding: 4px 0;
    background-color: transparent;
    width: min-content;
    align-self: flex-end;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-bottom: 2px dashed #fbbe07;
}

.copy-button:hover {
    color: #ffd453;
    border-bottom: 2px dashed #ffd453;
}

.copy-button:focus {
    color: #e3ab00;
    border-bottom: 1px dashed #e3ab00;
}

.button__submit {
    height: 3.75rem;
    align-self: center;
    margin-top: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

.check {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
}

.check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.check-label {
    padding-left: 15px;
    font-size: 14px;
    color: #242729;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
}

.check-label span {
    padding-left: 8px;
    padding-top: 2px;
    font-size: 0.875rem;
}

.check-label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fbbe07;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 0px; /* расстояние от верха родителя */
    left: -4px; /* расстояние слева от родителя */
    z-index: 1; /* на нижнем слое */
    transition: border 0.1s linear; /* плавный переход для border */
}

.check-label:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0; /* полностью прозрачный */
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2; /* на верхнем слое */
    transition: opacity 0.1s linear; /* плавный переход для opacity */
}

.check-input:checked + .check-label:before {
    background-color: #fbbe07;
}

.check-input:checked + .check-label:after {
    opacity: 1;
}

@media (max-width: 47.99875em) {
    .row-3 {
        flex-direction: column;
        width: 100%;
    }
    .row-2_mod {
        flex-direction: column;
        width: 100%;
    }
    .column__wrapper, .column__wrapper-2, .column__wrapper-3 {
        width: 100% !important;
    }
    .column-2_mod {
        width: 100%;
    }
    .column-3 {
        width: 100%;
    }
    h1 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .label__text {
        margin-top: 12px;
    }
    .product__promo-image {
        height: 220px;
    }
}
@media (max-width: 29.99875em) {
    .row-2 {
        flex-direction: column;
        width: 100%;
    }
    .column-2 {
        width: 100%;
    }
    .product__promo-image {
        height: 180px;
    }
}
.header {
    margin-bottom: 20px;
    border-bottom: 0.5px solid #f6f6f6;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.header__info {
    margin-right: 60px;
    margin-left: auto;
}

.info__offices {
    font-size: 0.875rem;
    position: relative;
    margin-right: 20px;
}

.info__offices::before {
    content: "";
    background: url(https://activation.bima.tj/9a365508847ef3e288a5.svg) no-repeat center center/contain;
    position: absolute;
    left: -14px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    z-index: 22;
}

.info__tel {
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 12px;
    position: relative;
}

.info__tel::before {
    content: "";
    background: url(https://activation.bima.tj/8295c1490b90322bf449.svg) no-repeat center center/contain;
    position: absolute;
    transform: rotate(45deg);
    left: -10px;
    bottom: 4px;
    width: 9px;
    height: 9px;
    z-index: 22;
}

.dropdown {
    position: relative;
    margin-right: 12px;
}

.header__logo {
    width: 100px;
}

.dropdown__lang,
.dropdown__lang-desc {
    font-size: 0.75rem;
    color: #fbbe07;
}

.dropdown__btn {
    cursor: pointer;
}

.dropdown__list {
    display: none;
    position: absolute;
    width: 124px;
    right: -1px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(251, 190, 7, 0.5);
}

.dropdown__list_active {
    display: block;
}

.dropdown__item {
    width: 124px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px dotted #fbbe07;
    padding: 6px;
}

.dropdown__img {
    width: 24px;
    height: 24px;
    display: block;
    border: 1px solid #fbbe07;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ru {
    background-image: url(https://activation.bima.tj/7e04b988972d41f5c369.svg);
}

.en {
    background-image: url(https://activation.bima.tj/516897fd3988e35032b7.svg);
}

.tj {
    background-image: url(https://activation.bima.tj/4c009c916e4eafb0debd.svg);
}

@media (max-width: 47.99875em) {
    .header__info {
        margin-right: 20px;
    }
    .info__offices {
        margin-right: 10px;
    }
    .header__logo {
        width: 80px;
    }
}
@media (max-width: 330px) {
    .header__info {
        margin-right: 16px;
    }
    .info__offices {
        margin-right: 8px;
    }
    .header__logo {
        width: 70px;
    }
}
.footer {
    background-color: #000;
    margin-top: 20px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.footer__logo {
    width: 106px;
}

.footer__info {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #fff;
    text-decoration: none;
}

.footer__geoposition {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #fff;
}

.footer__info-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.footer a {
    display: flex;
    align-items: center;
}

@media (max-width: 47.99875em) {
    .footer__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px;
    }
    .footer__logo, .footer__info {
        margin-bottom: 15px;
    }
    .footer__info-icon {
        width: 18px;
        height: 18px;
    }
}
.polishead__wrapper {
    display: flex;
    flex-direction: column;
}

.polishead__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.polishead__search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin: 8px 0;
}

.polishead__search-button {
    width: 100%;
}

.polis__search {
    width: 100%;
}

.search__error {
    width: 200px;
    margin-top: 4px;
}

.left-not-radius {
    border-radius: 0 4px 4px 0;
}

.right-not-radius {
    border-radius: 4px 0 0 4px;
}

.upper-line-row {
    padding-top: 20px;
    border-top: 1px solid #fbbe07;
}

.warning {
    width: 100%;
    padding: 8px 4px;
    background-color: gray;
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.policy__textarea {
    width: 100%;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 8px;
    outline: none;
}

.requirements__check {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.input__error-text-left {
    text-align: left;
    margin-top: 8px;
}

@media (max-width: 630px) {
    .requirements__check {
        flex-direction: column;
        width: 100%;
    }
    .requirements__check .label__text {
        width: 100%;
    }
    .requirements__check .check {
        margin-top: 20px;
    }
}
.card {
    position: relative;
    width: 100%;
    border: 1px solid #f6f6f6;
    margin: 0;
    padding: 0;
}

.card__header {
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.close__button {
    position: absolute;
    right: 8px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.close__button:before, .close__button:after {
    position: absolute;
    top: 12px;
    right: 8px;
    content: " ";
    height: 16px;
    width: 2px;
    background-color: #fbbe07;
}

.close__button:before {
    transform: rotate(45deg);
}

.close__button:after {
    transform: rotate(-45deg);
}

.close__button:hover:before, .close__button:hover:after {
    background-color: #ffd453;
    transition: 200ms;
}

.close__button:focus:before, .close__button:focus:after {
    background-color: #e3ab00;
    transition: 200ms;
}

.card__body {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.add-button {
    color: #fbbe07;
    padding: 4px 0;
    background-color: transparent;
    width: max-content;
    align-self: flex-end;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-bottom: 2px dashed #fbbe07;
}

.column__wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 47%;
}

.column__wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 65%;
}

.column__wrapper-3 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 29%;
}

.activation-button {
    margin: 20px 0;
}

.approve {
    display: flex;
    align-items: flex-start;
    width: 70%;
}

.approve__text {
    font-size: 1rem !important;
    padding-left: 10px;
    line-height: 1.25rem;
    max-width: 540px;
}

.approve__link {
    color: #fbbe07;
}

.button__submit:disabled {
    background-color: #999;
    border: 1px solid #999;
    color: #e5e5e5;
}

@media (max-width: 47.99875em) {
    .row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .button__submit {
        width: 100%;
    }
    .approve {
        margin-bottom: 10px;
        width: 95%;
    }
}
.activation-head__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fbbe07;
    padding-top: 24px;
    padding-bottom: 12px;
}

.polis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-right: 6px;
}

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

.polis__text {
    font-size: 1rem;
    padding-left: 6px;
    padding-right: 6px;
}

.polis__prefix {
    font-size: 1rem;
    color: #242729;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 6px;
}

.polis__number {
    font-size: 1rem;
    color: #242729;
    font-weight: 600;
}

.warning_right {
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 26px;
    max-width: 400px;
    position: relative;
}

.warning__date {
    color: #eb5757;
}

@media (max-width: 47.99875em) {
    .warning_right {
        max-width: 96%;
    }
}
.hint-icon {
    color: #999;
    font-size: 0.875rem;
    font-weight: 600;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    right: -26px;
    top: -5px;
    cursor: pointer;
}

.hint-content {
    padding: 8px;
    font-size: 0.875rem;
    background-color: #fff;
    box-shadow: 0 0 16px #ccc;
    color: #242729;
    position: absolute;
    text-align: left;
    right: -16px;
    top: 6px;
}

.hint-content_hide {
    display: none;
}

.hint-infotext {
    font-size: 0.75rem;
}

@media (max-width: 47.99875em) {
    .activation-head__row {
        flex-direction: column;
        justify-content: flex-start;
    }
    .polis {
        width: 100%;
        margin-bottom: 16px;
    }
    .warning_right {
        align-self: start;
    }
}
.order__wrapper {
    margin: 20px 0;
}

.order__summ {
    margin: 32px 0 32px 32px;
}

.order__title {
    font-size: 1.125rem;
    font-weight: 600;
}

.order__button {
    padding: 10px 30px;
    flex: 1 1 auto;
    width: 150px;
}

.order__input {
    flex: 1 1 auto;
}

.order__value {
    font-size: 2rem;
    font-weight: 600;
    color: #fbbe07;
    margin: 10px 0;
}

.old-price {
    font-size: 2rem;
    color: #999;
    text-decoration: line-through;
    position: relative;
}

.order-container {
    display: flex;
    align-items: flex-start;
}

.order__input-container {
    display: flex;
}

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

.order__label {
    width: 100%;
}

.complete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.complete__text {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.complete__button {
    width: 253px;
    align-self: center;
}

@media (max-width: 47.99875em) {
    .complete__button {
        width: 100%;
    }
}
.payments {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 60px;
    row-gap: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.payments__title {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.payments__submit {
    padding: 12px 68px;
}
.payments__input[type=radio]:checked, .payments__input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
    background-color: #fff;
}
.payments__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.payments__image {
    width: 120px;
    height: 80px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 16px;
}
.payments__image--vasl {
    background-image: url(https://activation.bima.tj/43141c30ae34ea067d75.svg);
}
.payments__image--corti {
    background-image: url(https://activation.bima.tj/7d3cc777478c7f07f360.svg);
}
.payments__image--card {
    background-image: url(https://activation.bima.tj/2a17d0676a8256fa772b.png);
}
.payments__image--dccity {
    background-image: url(https://activation.bima.tj/963ce82d483d51f84bdb.svg);
}
.payments__image--qr {
    background-image: url(https://activation.bima.tj/65c187095f894ba732cb.svg);
}
.payments__image--payler {
    background-image: url(https://activation.bima.tj/c62dccc3c9f363246b2f.svg);
}

.payments__input:checked + label,
.payments__input:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #242729;
    font-weight: 600;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.payments__input:not(:checked) + label {
    border: 2px solid #f6f6f6;
}

.payments__input:checked + label {
    border: 2px solid #fbbe07;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.payments__input:not(:checked) + label:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

*{margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif}.container div.error{border:1px solid #a33}.container .error-msg{color:#a33;font-size:30pt;font-weight:bold;text-align:center;padding:300px 0}.no-scroll{overflow:hidden}.loader{display:flex;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;background-color:rgba(50,50,50,.5);top:0;left:0;z-index:9999}.hide-element{display:none;opacity:0;background:url(https://activation.bima.tj/7e04b988972d41f5c369.svg)}.label__input .input__field:disabled{color:#ababab;background-color:#eaeaea}
.react-spinner-loader-swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.react-spinner-loader-swing div:nth-of-type(1) {
  background: -webkit-linear-gradient(left, #385c78 0%, #325774 100%);
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.react-spinner-loader-swing div:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #325774 0%, #47536a 100%);
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.react-spinner-loader-swing div:nth-of-type(3) {
  background: -webkit-linear-gradient(left, #4a5369 0%, #6b4d59 100%);
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.react-spinner-loader-swing div:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #744c55 0%, #954646 100%);
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.react-spinner-loader-swing div:nth-of-type(5) {
  background: -webkit-linear-gradient(left, #9c4543 0%, #bb4034 100%);
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.react-spinner-loader-swing div:nth-of-type(6) {
  background: -webkit-linear-gradient(left, #c33f31 0%, #d83b27 100%);
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.react-spinner-loader-swing div:nth-of-type(7) {
  background: -webkit-linear-gradient(left, #da3b26 0%, #db412c 100%);
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}
.react-spinner-loader-shadow {
  clear: left;
  padding-top: 1.5em;
}
.react-spinner-loader-shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: .25em;
  border-radius: 50%;
  background: #e3dbd2;
}
.react-spinner-loader-shadow .react-spinner-loader-shadow-l {
  background: #d5d8d6;
}
.react-spinner-loader-shadow .react-spinner-loader-shadow-r {
  background: #eed3ca;
}
@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0)
  }
}
@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}
@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}
@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.react-spinner-loader-swing-l {
  -webkit-animation: ball-l .425s ease-in-out infinite alternate;
  animation: ball-l .425s ease-in-out infinite alternate;
}
.react-spinner-loader-swing-r {
  -webkit-animation: ball-r .425s ease-in-out infinite alternate;
  animation: ball-r .425s ease-in-out infinite alternate;
}
.react-spinner-loader-shadow-l {
  -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
  animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.react-spinner-loader-shadow-r {
  -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
  animation: shadow-r-n .425s ease-in-out infinite alternate;
}


.react-spinner-loader-svg-calLoader {
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
  -webkit-animation: 1.4s linear infinite loader-spin;
}

.react-spinner-loader-svg-cal-loader__path {

  animation: 1.4s ease-in-out infinite loader-path;
  -webkit-animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}


.react-spinner-loader-svg svg {
  -webkit-transform-origin: 50% 65%;
          transform-origin: 50% 65%;
}

.react-spinner-loader-svg svg polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
          animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



